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
506b9b6
commit edfbfbd
Showing
5 changed files
with
25 additions
and
3 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
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,14 @@ | ||
opensnitch (1.0.0rc10-1) unstable; urgency=medium | ||
|
||
* Fixed checking UID functions availability. | ||
* Improved process path parsing. | ||
* Fixed applying config from the UI. | ||
* Fixed default log level. | ||
* Gather CWD and process environment vars. | ||
* Increase default timeout when asking for a rule. | ||
|
||
-- gustavo-iniguez-goya <[email protected]> Sat, 13 Jun 2020 18:45:02 +0200 | ||
|
||
opensnitch (1.0.0rc9-1) unstable; urgency=medium | ||
|
||
* Ignore malformed rules from loading. | ||
|
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,14 @@ | ||
opensnitch-ui (1.0.0rc10-1) unstable; urgency=medium | ||
|
||
* Allow to filter data in all tabs. | ||
* Refresh rules list after deleting a rule. | ||
* Fixed high CPU usage while showing a notification. | ||
* Fixed columns sort order. | ||
* Allow to delete rules in batch. | ||
* Remember the columns size. | ||
|
||
-- Gustavo Iñiguez Goia <[email protected]> Sat, 13 Jun 2020 18:49:11 +0200 | ||
|
||
opensnitch-ui (1.0.0rc9-1) unstable; urgency=medium | ||
|
||
* Added rules editor dialog. | ||
|
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.0rc9' | ||
version = '1.0.0rc10' |