From c36b09db557610e32eb61ca6f1a51c3e792892c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustavo=20I=C3=B1iguez=20Goia?= Date: Sun, 17 May 2020 19:55:07 +0200 Subject: [PATCH] Bump version to v1.0.0rc9 --- daemon/core/version.go | 2 +- daemon/opensnitch.spec | 2 +- debian/changelog | 7 +++++++ ui/debian/changelog | 8 ++++++++ ui/opensnitch/version.py | 2 +- 5 files changed, 18 insertions(+), 3 deletions(-) diff --git a/daemon/core/version.go b/daemon/core/version.go index c63e319e6e..5af16d3736 100644 --- a/daemon/core/version.go +++ b/daemon/core/version.go @@ -2,7 +2,7 @@ package core const ( Name = "opensnitch-daemon" - Version = "1.0.0rc8" + Version = "1.0.0rc9" Author = "Simone 'evilsocket' Margaritelli" Website = "https://github.com/evilsocket/opensnitch" ) diff --git a/daemon/opensnitch.spec b/daemon/opensnitch.spec index 3fa192854e..0bf08b564f 100644 --- a/daemon/opensnitch.spec +++ b/daemon/opensnitch.spec @@ -1,5 +1,5 @@ Name: opensnitch -Version: 1.0.0rc8 +Version: 1.0.0rc9 Release: 1%{?dist} Summary: OpenSnitch is a GNU/Linux application firewall diff --git a/debian/changelog b/debian/changelog index 38bd2c2a7e..d4621040fe 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +opensnitch (1.0.0rc9-1) unstable; urgency=medium + + * Ignore malformed rules from loading. + * Allow to modify and add rules from the UI. + + -- gustavo-iniguez-goya Sun, 17 May 2020 18:18:24 +0200 + opensnitch (1.0.0rc8) unstable; urgency=medium * Allow to change settings from the UI. diff --git a/ui/debian/changelog b/ui/debian/changelog index 354c1e0db2..c800944689 100644 --- a/ui/debian/changelog +++ b/ui/debian/changelog @@ -1,3 +1,11 @@ +opensnitch-ui (1.0.0rc9-1) unstable; urgency=medium + + * Added rules editor dialog. + * Restart UI upon starting a new X session. + * Allow to configure max clients from the cli. + + -- Gustavo IƱiguez Goia Sun, 17 May 2020 18:19:38 +0200 + opensnitch-ui (1.0.0rc8) unstable; urgency=medium * Allow to change settings (daemon && UI) from the UI. diff --git a/ui/opensnitch/version.py b/ui/opensnitch/version.py index aac60e748b..1291eb3359 100644 --- a/ui/opensnitch/version.py +++ b/ui/opensnitch/version.py @@ -1 +1 @@ -version = '1.0.0rc8' +version = '1.0.0rc9'