From 1e7e91731940abe054ca08033385fe8b21365a91 Mon Sep 17 00:00:00 2001 From: Simo Piiroinen Date: Wed, 4 Dec 2019 14:01:22 +0200 Subject: [PATCH] Bump dsme version to 0.80.0 --- Makefile.custom | 2 +- configure.ac | 2 +- debian/changelog | 6 ++++++ rpm/dsme.spec | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Makefile.custom b/Makefile.custom index ad95ca6..8f66a0c 100644 --- a/Makefile.custom +++ b/Makefile.custom @@ -1,6 +1,6 @@ # ----------------------------------------------------------- -*- mode: sh -*- # Package version -VERSION := 0.79.8 +VERSION := 0.80.0 # Dummy default install dir - override from packaging scripts DESTDIR ?= /tmp/dsme-test-install diff --git a/configure.ac b/configure.ac index 11d1a42..09cd91d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ # Package name and version -AC_INIT(dsme, 0.79.8) +AC_INIT(dsme, 0.80.0) AM_INIT_AUTOMAKE diff --git a/debian/changelog b/debian/changelog index f77a744..b94ec40 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dsme (0.80.0) precise; urgency=low + + * [dsme] Sandbox the dsme service. JB#44449, JB#37897 + + -- Simo Piiroinen Wed, 04 Dec 2019 13:59:38 +0200 + dsme (0.79.8) precise; urgency=low * [dsme] Work around snprintf() warnings. Contributes to JB#46923 diff --git a/rpm/dsme.spec b/rpm/dsme.spec index 61bc387..27e540f 100644 --- a/rpm/dsme.spec +++ b/rpm/dsme.spec @@ -1,6 +1,6 @@ Name: dsme Summary: Device State Management Entity -Version: 0.79.8 +Version: 0.80.0 Release: 0 Group: System/System Control License: LGPLv2+