diff --git a/Makefile.custom b/Makefile.custom index d393684..c51ebb0 100644 --- a/Makefile.custom +++ b/Makefile.custom @@ -1,6 +1,6 @@ # ----------------------------------------------------------- -*- mode: sh -*- # Package version -VERSION := 0.81.4 +VERSION := 0.81.5 # Dummy default install dir - override from packaging scripts DESTDIR ?= /tmp/dsme-test-install diff --git a/configure.ac b/configure.ac index 29f907a..41fc0dd 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ # Package name and version -AC_INIT(dsme, 0.81.4) +AC_INIT(dsme, 0.81.5) AM_INIT_AUTOMAKE([foreign subdir-objects]) AM_EXTRA_RECURSIVE_TARGETS([dbus-gmain]) diff --git a/debian/changelog b/debian/changelog index 1f407c0..4b9ce3d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +dsme (0.81.5) precise; urgency=low + + * [dsme] Modernize configure.ac + * [dsme] Use dbus-gmain instead of dbus-glib + * [modules] Move shared CFLAS to AM_CPPFLAGS + * [dbus-glib] Add sumbodule. Contributes to JB#51115 + * [dbus-glib] Remove redundant dbus connection setups. JB#51115 + + -- Simo Piiroinen Fri, 04 Dec 2020 10:36:39 +0200 + dsme (0.81.4) precise; urgency=low * Fix Musl libc incompatibilities diff --git a/rpm/dsme.spec b/rpm/dsme.spec index 57babad..7180a1d 100644 --- a/rpm/dsme.spec +++ b/rpm/dsme.spec @@ -1,6 +1,6 @@ Name: dsme Summary: Device State Management Entity -Version: 0.81.4 +Version: 0.81.5 Release: 0 License: LGPLv2+ URL: https://git.sailfishos.org/mer-core/dsme