Release version 0.5.1 21/208121/2 accepted/tizen/unified/20190621.121836 submit/tizen/20190619.103358 submit/tizen/20190620.050628 submit/tizen_5.0/20190620.044723
authorTomasz Swierczek <t.swierczek@samsung.com>
Tue, 18 Jun 2019 11:58:20 +0000 (13:58 +0200)
committerTomasz Swierczek <t.swierczek@samsung.com>
Wed, 19 Jun 2019 10:23:39 +0000 (12:23 +0200)
- Fix memory leak caused by improper handling of GList
- Make policy changes affect always entire package

Change-Id: I79552787a4550bf614bae890a58e11e4b3a41316

CMakeLists.txt
packaging/askuser-notification.spec
packaging/askuser.changes

index 44941946101cc195075cc1865e37da37fe8c6c14..42a1d194d6802ced1182961cd192be30d622e138 100644 (file)
@@ -22,7 +22,7 @@
 CMAKE_MINIMUM_REQUIRED(VERSION 2.8.3)
 PROJECT("askuser")
 SET(ASKUSER_VERSION_MAJOR 0)
-SET(ASKUSER_VERSION ${ASKUSER_VERSION_MAJOR}.5.0)
+SET(ASKUSER_VERSION ${ASKUSER_VERSION_MAJOR}.5.1)
 
 ############################# cmake packages ##################################
 
index 6e4f90749996bbed4f339d2a1b8b0ea57937caaf..e1c8c7dab030f7b2d7ee75bd21de6b0b76f88855 100644 (file)
@@ -4,7 +4,7 @@
 
 Name:       askuser-notification
 Summary:    User daemon which shows popup with privilege request
-Version:    0.5.0
+Version:    0.5.1
 Release:    1
 Group:      Security/Access Control
 License:    Apache-2.0
index 8f57f036d6224c2da40509328b7d63e9f5c898d1..87c46c55812300bab06ee06b3d2461030f3b3943 100644 (file)
@@ -1,3 +1,8 @@
+Tue Jun 18 2019 Tomasz Swierczek <t.swierczek@samsung.com>
+Release version 0.5.1
+- Fix memory leak caused by improper handling of GList
+- Make policy changes affect always entire package
+
 Thu Jun 06 2019 Zofia Grzelewska <z.abramowska@samsung.com>
 Release version 0.5.0
 - Add release script