From 62960409073e1554ee8e8838a4433717b192f705 Mon Sep 17 00:00:00 2001 From: Radovan Sroka Date: Tue, 19 May 2020 12:52:40 +0200 Subject: [PATCH] Release preparation Signed-off-by: Radovan Sroka --- CHANGELOG.md | 19 +++++++++++++++++++ VERSION | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00188093..d3e47143 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Change Log +## 0.7.7 - 2020-05-19 + +### Added +- Added readwritepath to service file +- Added match-all keyword to rules language +- Added rules.d feature + - daemon can load multiple rule files from rules.d/ +- Included with-connect-type in dbus signal + +### Fixed/Changed +- Fixed sigwaitinfo handling +- Fixed possible data corruption on stack with appendRule via dbus +- Fixed ENOBUFS errno handling on netlink socket + - daemon can survive and wait until socket is readable again + +### Removed +- Dropped unused PIDFile from service file +- Dropped deprecated dbus-glib dependency + ## 0.7.6 - 2019-11-08 diff --git a/VERSION b/VERSION index c0062185..879be8a9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.7.6 +0.7.7