Release 0.4.3 50/189850/2 accepted/tizen/unified/20180921.143118 submit/tizen/20180921.071008
authorTomasz Swierczek <t.swierczek@samsung.com>
Fri, 21 Sep 2018 06:43:43 +0000 (08:43 +0200)
committerTomasz Swierczek <t.swierczek@samsung.com>
Fri, 21 Sep 2018 06:49:02 +0000 (08:49 +0200)
* Don't try to read from closed connection socket

Change-Id: I96c7b7b710e39d8acc296a89e4338db90103543e

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

index 612424d8055fc0f78373c5fa51bd6cf38f9f1c41..6a04a4f6b838ff62011b31984d3b78395ca0c3fd 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}.4.2)
+SET(ASKUSER_VERSION ${ASKUSER_VERSION_MAJOR}.4.3)
 
 ############################# cmake packages ##################################
 
index 30e0ba51cb73e7a1e72b430411d08b4cf750d1a7..49f2582c3b2974ed65a79d97699e1c70c64b845a 100644 (file)
@@ -4,7 +4,7 @@
 
 Name:       askuser-notification
 Summary:    User daemon which shows popup with privilege request
-Version:    0.4.2
+Version:    0.4.3
 Release:    1
 Group:      Security/Access Control
 License:    Apache-2.0
index f62925be716467f71bd870229e3a0595707d7ea0..acce9cfcaf0b9befb2691b7e2727ab9d31208571 100644 (file)
@@ -1,3 +1,7 @@
+Fri Sep 21 2018 Tomasz Swierczek
+Release version 0.4.3
+- Don't try to read from closed connection socket
+
 Thu Aug 30 2018 Ernest Borowski <e.borowski@partner.samsung.com>
 Release version 0.4.2
 - Add new API for checking & requesting multiple privileges using single API call