diff --git a/Makefile.custom b/Makefile.custom index 32f9169..ef5dc48 100644 --- a/Makefile.custom +++ b/Makefile.custom @@ -1,6 +1,6 @@ # ----------------------------------------------------------- -*- mode: sh -*- # Package version -VERSION := 0.80.0 +VERSION := 0.81.0 # Dummy default install dir - override from packaging scripts DESTDIR ?= /tmp/dsme-test-install diff --git a/configure.ac b/configure.ac index eca0e9f..7955949 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ # Package name and version -AC_INIT(dsme, 0.80.0) +AC_INIT(dsme, 0.81.0) AM_INIT_AUTOMAKE diff --git a/debian/changelog b/debian/changelog index b94ec40..06aa3fb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +dsme (0.81.0) precise; urgency=low + + * [packaging] Add dsme-plugin-devel package. Fixes JB#49564 + * [dsme] Allow custom modules to be loaded. Contributes to JB#49564. + * [packaging] Add .pc.in-file for dsme-plugin-devel package. Contributes to JB#49564 + * [packaging] Add dsme-plugin-devel package. Fixes JB#49564 + * [dsme] Remove stale dsme_dbus_if package config file + * [dsme] Fix include path in dsme-plugin package config file. JB#49564 + * [dsme] Keep dsme buildable without autotools. JB#49564 + * [dsme] Update local header dependencies. JB#49564 + + -- Simo Piiroinen Mon, 15 Jun 2020 13:01:59 +0300 + dsme (0.80.0) precise; urgency=low * [dsme] Sandbox the dsme service. JB#44449, JB#37897 diff --git a/rpm/dsme.spec b/rpm/dsme.spec index 8c163b8..986eefa 100644 --- a/rpm/dsme.spec +++ b/rpm/dsme.spec @@ -1,6 +1,6 @@ Name: dsme Summary: Device State Management Entity -Version: 0.80.0 +Version: 0.81.0 Release: 0 License: LGPLv2+ URL: https://github.com/nemomobile/dsme