From 544ce11a21cbba7a29c0f743756687e3fb522301 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustavo=20I=C3=B1iguez=20Goia?= Date: Thu, 30 Jul 2020 22:01:13 +0200 Subject: [PATCH] Bump daemon version to 1.0.1 --- daemon/core/version.go | 2 +- daemon/opensnitch.spec | 3 +-- debian/changelog | 7 +++++++ 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/daemon/core/version.go b/daemon/core/version.go index c12740e9..f0b8af3b 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" + Version = "1.0.1" Author = "Simone 'evilsocket' Margaritelli" Website = "https://github.com/evilsocket/opensnitch" ) diff --git a/daemon/opensnitch.spec b/daemon/opensnitch.spec index 0adc4f46..b180b19d 100644 --- a/daemon/opensnitch.spec +++ b/daemon/opensnitch.spec @@ -1,5 +1,5 @@ Name: opensnitch -Version: 1.0.0 +Version: 1.0.1 Release: 1%{?dist} Summary: OpenSnitch is a GNU/Linux application firewall @@ -35,7 +35,6 @@ mkdir -p go/src/github.com/gustavo-iniguez-goya ln -s $(pwd) go/src/github.com/gustavo-iniguez-goya/opensnitch export GOPATH=$(pwd)/go cd go/src/github.com/gustavo-iniguez-goya/opensnitch/daemon/ -#dep ensure go build -o opensnitchd . %install diff --git a/debian/changelog b/debian/changelog index c2a71133..1deeb77e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +opensnitch (1.0.1-1) unstable; urgency=medium + + * Fixed app exit when IPv6 is not supported. + * Other fixes. + + -- gustavo-iniguez-goya Thu, 30 Jul 2020 21:56:20 +0200 + opensnitch (1.0.0-1) unstable; urgency=medium * v1.0.0 released.