diff --git a/CHANGELOG.md b/CHANGELOG.md index 2803ace..2e1f98a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +### 0.0.6 - 2020-04-29 +## Added +- Configuration option that disables building notifier-cli + +## Fixed +- Fix segmentation fault when login can not be determined + +## Removed +- Remove unnecessary dependency(libqb>=1.0.5), which does not exist in some distributions yet. We do not use libqb directly, so we let usbguard decide which version they do want as a requirement. + ### 0.0.5 - 2020-03-02 ## Added - Pass FLAGS to configure script diff --git a/configure.ac b/configure.ac index ae9ff66..8088cfc 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.69]) -AC_INIT([usbguard-notifier], [0.0.5], [alakatos@redhat.com]) +AC_INIT([usbguard-notifier], [0.0.6], [alakatos@redhat.com]) AC_CONFIG_SRCDIR([src/]) AC_CONFIG_AUX_DIR([config]) AC_CONFIG_MACRO_DIR([m4])