From 5dd23473980d529843e96b859481757d03906937 Mon Sep 17 00:00:00 2001 From: Simo Piiroinen Date: Tue, 21 May 2019 12:59:12 +0300 Subject: [PATCH] Bump dsme version to 0.79.5 --- Makefile.custom | 2 +- configure.ac | 2 +- debian/changelog | 10 ++++++++++ rpm/dsme.spec | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/Makefile.custom b/Makefile.custom index 938e47e..1c1c528 100644 --- a/Makefile.custom +++ b/Makefile.custom @@ -1,6 +1,6 @@ # ----------------------------------------------------------- -*- mode: sh -*- # Package version -VERSION := 0.79.4 +VERSION := 0.79.5 # Dummy default install dir - override from packaging scripts DESTDIR ?= /tmp/dsme-test-install diff --git a/configure.ac b/configure.ac index a96d14c..15f1fe1 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ # Package name and version -AC_INIT(dsme, 0.79.4) +AC_INIT(dsme, 0.79.5) AM_INIT_AUTOMAKE diff --git a/debian/changelog b/debian/changelog index bd98435..a904e28 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +dsme (0.79.5) precise; urgency=low + + * [maintenance] Update prototype scanning rules + * [utility] Add functions for probing encrypted home + * [iphb] Skip wakeup alarm programming if home is encrypted. JB#45727 + * [alarmtracker] Refactor alarm state tracking functionality + * [alarmtracker] Ignore alarms in act dead if home is encrypted. Fixes JB#45727 + + -- Simo Piiroinen Tue, 21 May 2019 12:56:54 +0300 + dsme (0.79.4) precise; urgency=low * [packaging] Use %license for license files. Contributes to JB#24199 diff --git a/rpm/dsme.spec b/rpm/dsme.spec index 38f4fc4..378b066 100644 --- a/rpm/dsme.spec +++ b/rpm/dsme.spec @@ -1,6 +1,6 @@ Name: dsme Summary: Device State Management Entity -Version: 0.79.4 +Version: 0.79.5 Release: 0 Group: System/System Control License: LGPLv2+