From 438ceca57dbc027ca404c8131be767288478bced Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustavo=20I=C3=B1iguez=20Goia?= Date: Wed, 16 Dec 2020 18:59:03 +0100 Subject: [PATCH] Bump version to 1.3.0 --- daemon/core/version.go | 2 +- daemon/opensnitch.spec | 2 +- debian/changelog | 11 +++++++---- ui/debian/changelog | 8 ++++---- ui/opensnitch-ui.spec | 4 ++-- ui/opensnitch/version.py | 2 +- 6 files changed, 16 insertions(+), 13 deletions(-) diff --git a/daemon/core/version.go b/daemon/core/version.go index b2c819389a..993d4c4a88 100644 --- a/daemon/core/version.go +++ b/daemon/core/version.go @@ -3,7 +3,7 @@ package core // version related consts const ( Name = "opensnitch-daemon" - Version = "1.3.0rc2" + Version = "1.3.0" Author = "Simone 'evilsocket' Margaritelli" Website = "https://github.com/evilsocket/opensnitch" ) diff --git a/daemon/opensnitch.spec b/daemon/opensnitch.spec index fb54032065..b5e0f743e0 100644 --- a/daemon/opensnitch.spec +++ b/daemon/opensnitch.spec @@ -1,5 +1,5 @@ Name: opensnitch -Version: 1.3.0rc2 +Version: 1.3.0 Release: 1%{?dist} Summary: OpenSnitch is a GNU/Linux application firewall diff --git a/debian/changelog b/debian/changelog index 63ffcef07c..4b8f9dce34 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,12 @@ -opensnitch (1.3.0~rc-2) UNRELEASED; urgency=medium +opensnitch (1.3.0-1) unstable; urgency=medium - * Non-maintainer upload. - * + * Fixed how we check rules + * Fixed cpu spike after disable interception. + * Fixed cleaning up fw rules on exit. + * make regexp rules case-insensitive by default + * allow to filter by dst network. - -- gustavo-iniguez-goya Fri, 27 Nov 2020 23:21:31 +0100 + -- gustavo-iniguez-goya Wed, 16 Dec 2020 01:15:03 +0100 opensnitch (1.3.0~rc-1) unstable; urgency=medium diff --git a/ui/debian/changelog b/ui/debian/changelog index be62aa46a2..4e2d17e9fa 100644 --- a/ui/debian/changelog +++ b/ui/debian/changelog @@ -1,9 +1,9 @@ -opensnitch-ui (1.3.0~rc-2) UNRELEASED; urgency=medium +opensnitch-ui (1.3.0-1) unstable; urgency=medium - * Non-maintainer upload. - * + * Allow to filter by dst networks. + * Added check for configure showing pop-ups. - -- Gustavo Iñiguez Goia Fri, 27 Nov 2020 23:22:08 +0100 + -- Gustavo Iñiguez Goia Wed, 16 Dec 2020 01:18:31 +0100 opensnitch-ui (1.3.0~rc-1) unstable; urgency=medium diff --git a/ui/opensnitch-ui.spec b/ui/opensnitch-ui.spec index 6b6703e35c..9d97d84a0f 100644 --- a/ui/opensnitch-ui.spec +++ b/ui/opensnitch-ui.spec @@ -1,6 +1,6 @@ %define name opensnitch-ui -%define version 1.3.0rc2 -%define unmangled_version 1.3.0rc2 +%define version 1.3.0 +%define unmangled_version 1.3.0 %define release 1 %define __python python3 %define desktop_file opensnitch_ui.desktop diff --git a/ui/opensnitch/version.py b/ui/opensnitch/version.py index 13acce465b..dc59fbaf37 100644 --- a/ui/opensnitch/version.py +++ b/ui/opensnitch/version.py @@ -1 +1 @@ -version = '1.3.0rc2' +version = '1.3.0'