Skip to content

Commit 6522d17

Browse files
committed
Update changelog & version before pre-release 0.0.6
1 parent d5b32fc commit 6522d17

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
### 0.0.6 - 2020-04-29
2+
## Added
3+
- Configuration option that disables building notifier-cli
4+
5+
## Fixed
6+
- Fix segmentation fault when login can not be determined
7+
8+
## Removed
9+
- 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.
10+
111
### 0.0.5 - 2020-03-02
212
## Added
313
- Pass FLAGS to configure script

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AC_PREREQ([2.69])
22

3-
AC_INIT([usbguard-notifier], [0.0.5], [alakatos@redhat.com])
3+
AC_INIT([usbguard-notifier], [0.0.6], [alakatos@redhat.com])
44
AC_CONFIG_SRCDIR([src/])
55
AC_CONFIG_AUX_DIR([config])
66
AC_CONFIG_MACRO_DIR([m4])

0 commit comments

Comments
 (0)