diff --git a/ChangeLog b/ChangeLog index 702edaaf..f67ba390 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -1.1.8 +1.2 - On shutdown when running reports, if trust db empty warn (Nobuhiro Iwamatsu) - Extend state machine to skip opens after exec until dyn linker found - Control filtering of unwanted files in rpm backend with config file diff --git a/configure.ac b/configure.ac index a49e3971..1ab1c50a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_REVISION($Revision: 1.3 $)dnl -AC_INIT(fapolicyd,1.1.8) +AC_INIT(fapolicyd,1.2) AC_PREREQ(2.12)dnl AM_CONFIG_HEADER(config.h) AC_CONFIG_MACRO_DIR([m4]) diff --git a/fapolicyd.spec b/fapolicyd.spec index 6d68885c..629356df 100644 --- a/fapolicyd.spec +++ b/fapolicyd.spec @@ -1,6 +1,6 @@ Summary: Application Whitelisting Daemon Name: fapolicyd -Version: 1.1.8 +Version: 1.2 Release: 1 License: GPLv3+ URL: http://people.redhat.com/sgrubb/fapolicyd @@ -136,5 +136,5 @@ fi %{python3_sitelib}/dnf-plugins/__pycache__/%{name}-dnf-plugin.*.pyc %changelog -* Tue Nov 01 2022 Steve Grubb 1.1.8-1 +* Thu Feb 09 2023 Steve Grubb 1.2-1 - New release