diff --git a/daemon/core/version.go b/daemon/core/version.go index 65493d7164..9b3035d3a0 100644 --- a/daemon/core/version.go +++ b/daemon/core/version.go @@ -2,7 +2,7 @@ package core const ( Name = "opensnitch-daemon" - Version = "1.0.0-rc5" + Version = "1.0.0rc6" Author = "Simone 'evilsocket' Margaritelli" Website = "https://github.com/evilsocket/opensnitch" ) diff --git a/debian/changelog b/debian/changelog index 8a81a33158..5c128366f2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sun, 08 Mar 2020 20:47:58 +0100 + opensnitch (1.0.0rc-5) unstable; urgency=medium * Fixed netlink socket querying. diff --git a/ui/debian/changelog b/ui/debian/changelog index d036635e2b..6af98c3795 100644 --- a/ui/debian/changelog +++ b/ui/debian/changelog @@ -1,3 +1,9 @@ +opensnitch-ui (1.0.0rc6-1) unstable; urgency=medium + + * Fixed showing systray icon in Cinnamon. + + -- Gustavo IƱiguez Goia 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. diff --git a/ui/opensnitch/version.py b/ui/opensnitch/version.py index 9537283d74..e38534a50e 100644 --- a/ui/opensnitch/version.py +++ b/ui/opensnitch/version.py @@ -1 +1 @@ -version = '1.0.0-rc5' +version = '1.0.0rc6'