Navigation Menu

Skip to content

Commit

Permalink
Bump dsme version to 0.79.1
Browse files Browse the repository at this point in the history
  • Loading branch information
spiiroin committed Apr 10, 2018
1 parent 01bb4c3 commit f04b083
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile.custom
@@ -1,6 +1,6 @@
# ----------------------------------------------------------- -*- mode: sh -*-
# Package version
VERSION := 0.79.0
VERSION := 0.79.1

# Dummy default install dir - override from packaging scripts
DESTDIR ?= /tmp/dsme-test-install
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
@@ -1,5 +1,5 @@
# Package name and version
AC_INIT(dsme, 0.79.0)
AC_INIT(dsme, 0.79.1)

AM_INIT_AUTOMAKE

Expand Down
13 changes: 13 additions & 0 deletions debian/changelog
@@ -1,3 +1,16 @@
dsme (0.79.0) precise; urgency=low

* [logging] Use eventfd instead of semaphore
* [dsme-server] Write --help to stdout
* [batterytracker] Track battery state via MCE D-Bus interface. JB#41302
* [batterytracker] Expose charger state within DSME. Fixes JB#41302
* [batterytracker] Expose battery level within DSME. JB#41302
* [state] Allow cancellation of battery empty shutdown. JB#41302
* [batterytracker] Block battery empty shutdown during bootup. JB#41302
* [logging] Fix typo

-- Simo Piiroinen <simo.piiroinen@jollamobile.com> Tue, 10 Apr 2018 21:55:58 +0300

dsme (0.79.0) precise; urgency=low

* [dsme] Make dsme message type identifiers unique. JB#38500
Expand Down
2 changes: 1 addition & 1 deletion rpm/dsme.spec
@@ -1,6 +1,6 @@
Name: dsme
Summary: Device State Management Entity
Version: 0.79.0
Version: 0.79.1
Release: 0
Group: System/System Control
License: LGPLv2+
Expand Down

0 comments on commit f04b083

Please sign in to comment.