forked from evilsocket/opensnitch
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c21e552
commit 27778c1
Showing
4 changed files
with
18 additions
and
2 deletions.
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
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,3 +1,13 @@ | ||
opensnitch (1.0.0rc6-1) unstable; urgency=medium | ||
|
||
* Fixed iptables rules deletion. | ||
* Improved PIDs cache. | ||
* Added audit process monitoring method. | ||
* Added logrotate file. | ||
* Added default configuration file. | ||
|
||
-- gustavo-iniguez-goya <[email protected]> Sun, 08 Mar 2020 20:47:58 +0100 | ||
|
||
opensnitch (1.0.0rc-5) unstable; urgency=medium | ||
|
||
* Fixed netlink socket querying. | ||
|
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,3 +1,9 @@ | ||
opensnitch-ui (1.0.0rc6-1) unstable; urgency=medium | ||
|
||
* Fixed showing systray icon in Cinnamon. | ||
|
||
-- Gustavo Iñiguez Goia <[email protected]> Sun, 08 Mar 2020 20:50:52 +0100 | ||
|
||
opensnitch-ui (1.0.0rc5-1) unstable; urgency=medium | ||
|
||
* Workaround for crash parsing non-utf8 desktop files. | ||
|
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 +1 @@ | ||
version = '1.0.0-rc5' | ||
version = '1.0.0rc6' |