From 9eb589a3eaf84e9ed97d5e9c901bdb7dca6718dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustavo=20I=C3=B1iguez=20Goia?= Date: Thu, 16 Jul 2020 00:48:32 +0200 Subject: [PATCH] v1.0.0 release Current version is stable enough (based on users' feedback) to get it out of the release candidate state. OpenSnitch works and is usable. There's a lot of work yet to do, so let's start from a fresh and shiny release number. --- daemon/core/version.go | 2 +- daemon/opensnitch.spec | 2 +- debian/changelog | 6 ++++++ ui/debian/changelog | 6 ++++++ ui/opensnitch/version.py | 2 +- 5 files changed, 15 insertions(+), 3 deletions(-) diff --git a/daemon/core/version.go b/daemon/core/version.go index 96b740c87f..c12740e9be 100644 --- a/daemon/core/version.go +++ b/daemon/core/version.go @@ -2,7 +2,7 @@ package core const ( Name = "opensnitch-daemon" - Version = "1.0.0rc11" + Version = "1.0.0" Author = "Simone 'evilsocket' Margaritelli" Website = "https://github.com/evilsocket/opensnitch" ) diff --git a/daemon/opensnitch.spec b/daemon/opensnitch.spec index 859fe1c38c..0fcd541591 100644 --- a/daemon/opensnitch.spec +++ b/daemon/opensnitch.spec @@ -1,5 +1,5 @@ Name: opensnitch -Version: 1.0.0rc11 +Version: 1.0.0 Release: 1%{?dist} Summary: OpenSnitch is a GNU/Linux application firewall diff --git a/debian/changelog b/debian/changelog index d2d0c5f185..c2a711335e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +opensnitch (1.0.0-1) unstable; urgency=medium + + * v1.0.0 released. + + -- gustavo-iniguez-goya Thu, 16 Jul 2020 00:19:26 +0200 + opensnitch (1.0.0rc11-1) unstable; urgency=medium * Fixed multiple race conditions. diff --git a/ui/debian/changelog b/ui/debian/changelog index c386fa5611..7b6c725afd 100644 --- a/ui/debian/changelog +++ b/ui/debian/changelog @@ -1,3 +1,9 @@ +opensnitch-ui (1.0.0-1) unstable; urgency=medium + + * v1.0.0 released. + + -- Gustavo IƱiguez Goia Thu, 16 Jul 2020 00:20:19 +0200 + opensnitch-ui (1.0.0rc11-1) unstable; urgency=medium * Added CWD field. diff --git a/ui/opensnitch/version.py b/ui/opensnitch/version.py index 3a73381c34..de43469d26 100644 --- a/ui/opensnitch/version.py +++ b/ui/opensnitch/version.py @@ -1 +1 @@ -version = '1.0.0rc11' +version = '1.0.0'