-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added CHANGELOG.md of all notable changes made to the project
- Loading branch information
Showing
3 changed files
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]) | ||
|