diff --git a/daemon/core/version.go b/daemon/core/version.go index 5af16d3736..5bedd26763 100644 --- a/daemon/core/version.go +++ b/daemon/core/version.go @@ -2,7 +2,7 @@ package core const ( Name = "opensnitch-daemon" - Version = "1.0.0rc9" + Version = "1.0.0rc10" Author = "Simone 'evilsocket' Margaritelli" Website = "https://github.com/evilsocket/opensnitch" ) diff --git a/daemon/opensnitch.spec b/daemon/opensnitch.spec index 0bf08b564f..da5468e152 100644 --- a/daemon/opensnitch.spec +++ b/daemon/opensnitch.spec @@ -1,5 +1,5 @@ Name: opensnitch -Version: 1.0.0rc9 +Version: 1.0.0rc10 Release: 1%{?dist} Summary: OpenSnitch is a GNU/Linux application firewall diff --git a/debian/changelog b/debian/changelog index d4621040fe..c88ab52e0a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sat, 13 Jun 2020 18:45:02 +0200 + opensnitch (1.0.0rc9-1) unstable; urgency=medium * Ignore malformed rules from loading. diff --git a/ui/debian/changelog b/ui/debian/changelog index c800944689..04779cc08f 100644 --- a/ui/debian/changelog +++ b/ui/debian/changelog @@ -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 Sat, 13 Jun 2020 18:49:11 +0200 + opensnitch-ui (1.0.0rc9-1) unstable; urgency=medium * Added rules editor dialog. diff --git a/ui/opensnitch/version.py b/ui/opensnitch/version.py index 1291eb3359..17a18ee8b0 100644 --- a/ui/opensnitch/version.py +++ b/ui/opensnitch/version.py @@ -1 +1 @@ -version = '1.0.0rc9' +version = '1.0.0rc10'