Skip to content

Commit

Permalink
Update changelog & version before pre-release 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Cropi committed Apr 29, 2020
1 parent d5b32fc commit 6522d17
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
AC_PREREQ([2.69])

AC_INIT([usbguard-notifier], [0.0.5], [[email protected]])
AC_INIT([usbguard-notifier], [0.0.6], [[email protected]])
AC_CONFIG_SRCDIR([src/])
AC_CONFIG_AUX_DIR([config])
AC_CONFIG_MACRO_DIR([m4])
Expand Down

0 comments on commit 6522d17

Please sign in to comment.