diff --git a/daemon/core/version.go b/daemon/core/version.go index 69a8076dec..c63e319e6e 100644 --- a/daemon/core/version.go +++ b/daemon/core/version.go @@ -2,7 +2,7 @@ package core const ( Name = "opensnitch-daemon" - Version = "1.0.0rc7" + Version = "1.0.0rc8" Author = "Simone 'evilsocket' Margaritelli" Website = "https://github.com/evilsocket/opensnitch" ) diff --git a/daemon/opensnitch.spec b/daemon/opensnitch.spec index eff8efd54e..3fa192854e 100644 --- a/daemon/opensnitch.spec +++ b/daemon/opensnitch.spec @@ -1,5 +1,5 @@ Name: opensnitch -Version: 1.0.0rc7 +Version: 1.0.0rc8 Release: 1%{?dist} Summary: OpenSnitch is a GNU/Linux application firewall diff --git a/debian/changelog b/debian/changelog index eb400444e9..38bd2c2a7e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +opensnitch (1.0.0rc8) unstable; urgency=medium + + * Allow to change settings from the UI. + * Improved connection handling with the UI. + + -- gustavo-iniguez-goya Wed, 29 Apr 2020 21:52:27 +0200 + opensnitch (1.0.0rc7-1) unstable; urgency=medium * Stability, performance and realiability improvements. diff --git a/ui/debian/changelog b/ui/debian/changelog index 57a84f2cff..354c1e0db2 100644 --- a/ui/debian/changelog +++ b/ui/debian/changelog @@ -1,3 +1,12 @@ +opensnitch-ui (1.0.0rc8) unstable; urgency=medium + + * Allow to change settings (daemon && UI) from the UI. + * Added Nodes view. + * Improved UI performance, specially when remote nodes connected. + * Fixed race condition when adding stats of remote nodes. + + -- Gustavo IƱiguez Goia Wed, 29 Apr 2020 21:56:54 +0200 + opensnitch-ui (1.0.0rc7-1) unstable; urgency=medium * Added help menu. diff --git a/ui/opensnitch/version.py b/ui/opensnitch/version.py index 8450824ee1..aac60e748b 100644 --- a/ui/opensnitch/version.py +++ b/ui/opensnitch/version.py @@ -1 +1 @@ -version = '1.0.0rc7' +version = '1.0.0rc8'