Skip to content

Commit

Permalink
Bump dsme version to 0.78.1
Browse files Browse the repository at this point in the history
  • Loading branch information
spiiroin committed Jun 21, 2017
1 parent ea9da24 commit a3879b1
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile.custom
@@ -1,6 +1,6 @@
# ----------------------------------------------------------- -*- mode: sh -*-
# Package version
VERSION := 0.78.0
VERSION := 0.78.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.78.0)
AC_INIT(dsme, 0.78.1)

AM_INIT_AUTOMAKE

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

* [build] Update header dependencies
* [modulebase] Remove unused leave_module() function
* [modulebase] Allow passing NULL to module_name()
* [timers] Dispatch timers in correct module context. Fixes JB#38322
* [timers] Remove unused dsme_create_timer_high_priority() function
* [timers] Rename dsme_create_timer() to dsme_create_timer_seconds()
* [timers] Add dsme_create_timer() for ms resolution timeouts
* [timers] Use Use dsme timer api instead of the glib one. JB#38322
* [modules] Use correct module context in callbacks not dispatched by DSME

-- Simo Piiroinen <simo.piiroinen@jollamobile.com> Wed, 21 Jun 2017 07:56:03 +0300

dsme (0.78.0) precise; urgency=low

* [packaging] Adjust libsystemd build requirements. JB#37916
Expand Down
2 changes: 1 addition & 1 deletion rpm/dsme.spec
@@ -1,6 +1,6 @@
Name: dsme
Summary: Device State Management Entity
Version: 0.78.0
Version: 0.78.1
Release: 0
Group: System/System Control
License: LGPLv2+
Expand Down

0 comments on commit a3879b1

Please sign in to comment.