Skip to content

Commit

Permalink
Bump dsme version to 0.76.0
Browse files Browse the repository at this point in the history
  • Loading branch information
spiiroin committed Mar 24, 2017
1 parent 3df53a8 commit ae0808e
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile.custom
@@ -1,5 +1,5 @@
# Package version
VERSION := 0.75.2
VERSION := 0.76.0

# 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.75.2)
AC_INIT(dsme, 0.76.0)

AM_INIT_AUTOMAKE

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

* [makefile] Optionally build without autoxxx tools
* [cleanup] Remove remnants of yaml usage
* [cleanup] Remove unused lifeguard.uids file
* [cleanup] Remove unused "devtodo" file
* [getbootstate] Deal with compilation warnings
* [dsme] Remove legacy libstartup.so symlink
* [state] Put conditionally used code into #ifdef block
* [dsme-wdd] Remove dead code
* [dbus] Add introspect support. Fixes MER#1763
* [dbusproxy] Fix dsme state signaling and querying
* [dbusproxy] Send thermal shutdown indications on SystemBus
* [dbus] Separate connect requests from getting connected

-- Simo Piiroinen <simo.piiroinen@jollamobile.com> Fri, 24 Mar 2017 13:31:59 +0200

dsme (0.75.2) precise; urgency=low

* [debug] Add special mode for running dsme-server with valgrind. JB#37757
Expand Down
2 changes: 1 addition & 1 deletion rpm/dsme.spec
@@ -1,6 +1,6 @@
Name: dsme
Summary: Device State Management Entity
Version: 0.75.2
Version: 0.76.0
Release: 0
Group: System/System Control
License: LGPLv2+
Expand Down

0 comments on commit ae0808e

Please sign in to comment.