From 9a82879f2fec8d42c49061ca067d6781395f1543 Mon Sep 17 00:00:00 2001 From: Tomasz Swierczek Date: Fri, 21 Sep 2018 08:43:43 +0200 Subject: [PATCH] Release 0.4.3 * Don't try to read from closed connection socket Change-Id: I96c7b7b710e39d8acc296a89e4338db90103543e --- CMakeLists.txt | 2 +- packaging/askuser-notification.spec | 2 +- packaging/askuser.changes | 4 ++++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 612424d..6a04a4f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 ################################## diff --git a/packaging/askuser-notification.spec b/packaging/askuser-notification.spec index 30e0ba5..49f2582 100644 --- a/packaging/askuser-notification.spec +++ b/packaging/askuser-notification.spec @@ -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 diff --git a/packaging/askuser.changes b/packaging/askuser.changes index f62925b..acce9cf 100644 --- a/packaging/askuser.changes +++ b/packaging/askuser.changes @@ -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 Release version 0.4.2 - Add new API for checking & requesting multiple privileges using single API call -- 2.7.4