mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 08:34:40 +01:00
Bump version to v1.0.0rc11
This commit is contained in:
parent
4a99548ef3
commit
714aa311a0
5 changed files with 20 additions and 3 deletions
|
@ -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"
|
||||
)
|
||||
|
|
|
@ -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
7
debian/changelog
vendored
|
@ -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.
|
||||
|
|
|
@ -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).
|
||||
|
|
|
@ -1 +1 @@
|
|||
version = '1.0.0rc10'
|
||||
version = '1.0.0rc11'
|
||||
|
|
Loading…
Add table
Reference in a new issue