Skip to content

Commit

Permalink
Bump dsme version to 0.82.0
Browse files Browse the repository at this point in the history
Signed-off-by: Simo Piiroinen <simo.piiroinen@jolla.com>
  • Loading branch information
spiiroin committed Jan 20, 2021
1 parent c8b32b6 commit b6e056a
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile.custom
@@ -1,6 +1,6 @@
# ----------------------------------------------------------- -*- mode: sh -*-
# Package version
VERSION := 0.81.6
VERSION := 0.82.0

# 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.81.6)
AC_INIT(dsme, 0.82.0)

AM_INIT_AUTOMAKE([foreign subdir-objects])
AM_EXTRA_RECURSIVE_TARGETS([dbus-gmain])
Expand Down
11 changes: 11 additions & 0 deletions debian/changelog
@@ -1,3 +1,14 @@
dsme (0.82.0) precise; urgency=low

* [dsme] Enablers for privileged client checking
* [abootsettings] Only privileged clients can set lock state. Fixes JB#52494
* [state] Reject reboot requests from unprivileged endpoints. JB#38609
* [dbusproxy] Only privileged clients can reboot device. Fixes JB#38609
* [dbusproxy] Set reply message when method call is successfully handled
* [tests] Fix autotest build

-- Simo Piiroinen <simo.piiroinen@jolla.com> Wed, 20 Jan 2021 09:41:45 +0200

dsme (0.81.6) precise; urgency=low

* [tests] Remove libdbus-glib dependency from test cases. JB#51115
Expand Down
2 changes: 1 addition & 1 deletion rpm/dsme.spec
@@ -1,6 +1,6 @@
Name: dsme
Summary: Device State Management Entity
Version: 0.81.6
Version: 0.82.0
Release: 0
License: LGPLv2+
URL: https://git.sailfishos.org/mer-core/dsme
Expand Down

0 comments on commit b6e056a

Please sign in to comment.