Bump version to v1.0.0rc11

This commit is contained in:
Gustavo Iñiguez Goia 2020-06-24 00:41:36 +02:00
parent 4a99548ef3
commit 714aa311a0
5 changed files with 20 additions and 3 deletions

View file

@ -2,7 +2,7 @@ package core
const (
Name = "opensnitch-daemon"
Version = "1.0.0rc10"
Version = "1.0.0rc11"
Author = "Simone 'evilsocket' Margaritelli"
Website = "https://github.com/evilsocket/opensnitch"
)

View file

@ -1,5 +1,5 @@
Name: opensnitch
Version: 1.0.0rc10
Version: 1.0.0rc11
Release: 1%{?dist}
Summary: OpenSnitch is a GNU/Linux application firewall

7
debian/changelog vendored
View file

@ -1,3 +1,10 @@
opensnitch (1.0.0rc11-1) unstable; urgency=medium
* Fixed multiple race conditions.
* Fixed CWD parsing when using audit proc monitor method.
-- gustavo-iniguez-goya <gooffy1@gmail.com> Wed, 24 Jun 2020 00:10:38 +0200
opensnitch (1.0.0rc10-1) unstable; urgency=medium
* Fixed checking UID functions availability.

View file

@ -1,3 +1,13 @@
opensnitch-ui (1.0.0rc11-1) unstable; urgency=medium
* Added CWD field.
* Fixed columns resizing/restoring.
* Fixed General tab fields filtering.
* Pop-up window: display process path if it's hidden.
* Display better regexp errors on the rules editor.
-- Gustavo Iñiguez Goia <gooffy1@gmail.com> Wed, 24 Jun 2020 00:20:57 +0200
opensnitch-ui (1.0.0rc10-2) unstable; urgency=medium
* Fixed crash when selecting a user (closes #38).

View file

@ -1 +1 @@
version = '1.0.0rc10'
version = '1.0.0rc11'