Skip to content

Commit

Permalink
Added CHANGELOG.md of all notable changes made to the project
Browse files Browse the repository at this point in the history
  • Loading branch information
Cropi committed Dec 12, 2019
1 parent e8bf3cb commit d5fe42e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
### 0.0.2 - 2019-12-12
## Added
- There is no need to restart Notifier in case Usbguard stops working.
- Debug option in configure script

## Fixed
- Temporary notifications path can be set at the configuration phase
- README.md update
- Debug information when the connection is established successfully

## Removed
- Unnecessary dependencies have been removed from configuration

### 0.0.1 - 2019-11-07
- Initial pre-release
1 change: 1 addition & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ EXTRA_DIST = \
src/BuildConfig.h.in \
README.md \
LICENSE \
CHANGELOG.md \
src/ThirdParty/Catch2/single_include/catch2

usbguard_notifier_SOURCES = \
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.61])

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

0 comments on commit d5fe42e

Please sign in to comment.