From 7cb0a25119c80165caa14776cee5ab6f2605b6dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustavo=20I=C3=B1iguez=20Goia?= Date: Mon, 24 Feb 2020 20:05:49 +0100 Subject: [PATCH] Bump version to v1.0.0rc5 --- daemon/core/version.go | 2 +- debian/changelog | 7 +++++++ ui/debian/changelog | 9 +++++++++ ui/opensnitch/version.py | 2 +- 4 files changed, 18 insertions(+), 2 deletions(-) diff --git a/daemon/core/version.go b/daemon/core/version.go index 6abe1691..65493d71 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-rc3" + Version = "1.0.0-rc5" Author = "Simone 'evilsocket' Margaritelli" Website = "https://github.com/evilsocket/opensnitch" ) diff --git a/debian/changelog b/debian/changelog index 07a6686c..8a81a331 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +opensnitch (1.0.0rc-5) unstable; urgency=medium + + * Fixed netlink socket querying. + * Added check to reload firewall rules if missing. + + -- gustavo-iniguez-goya Mon, 24 Feb 2020 19:55:06 +0100 + opensnitch (1.0.0rc-3) unstable; urgency=medium * @see: https://github.com/gustavo-iniguez-goya/opensnitch/releases diff --git a/ui/debian/changelog b/ui/debian/changelog index 8739942a..d036635e 100644 --- a/ui/debian/changelog +++ b/ui/debian/changelog @@ -1,3 +1,12 @@ +opensnitch-ui (1.0.0rc5-1) unstable; urgency=medium + + * Workaround for crash parsing non-utf8 desktop files. + * Fixed crash loading sqlite driver. + * Fixed HighDpi scaling. + * Fixed prompt layout. + + -- Gustavo IƱiguez Goia Mon, 24 Feb 2020 19:56:01 +0100 + opensnitch-ui (1.0.0rc3-1) unstable; urgency=medium * Fixed regex patterns. diff --git a/ui/opensnitch/version.py b/ui/opensnitch/version.py index 1825ae1a..9537283d 100644 --- a/ui/opensnitch/version.py +++ b/ui/opensnitch/version.py @@ -1 +1 @@ -version = '1.0.0-rc3' +version = '1.0.0-rc5'