Skip to content

Commit

Permalink
Bump version to v1.0.0rc11
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavo-iniguez-goya committed Jun 23, 2020
1 parent 4a99548 commit 714aa31
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 3 deletions.
2 changes: 1 addition & 1 deletion daemon/core/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)
2 changes: 1 addition & 1 deletion daemon/opensnitch.spec
Original file line number Diff line number Diff line change
@@ -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

Expand Down
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> Wed, 24 Jun 2020 00:10:38 +0200

opensnitch (1.0.0rc10-1) unstable; urgency=medium

* Fixed checking UID functions availability.
Expand Down
10 changes: 10 additions & 0 deletions ui/debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> 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).
Expand Down
2 changes: 1 addition & 1 deletion ui/opensnitch/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = '1.0.0rc10'
version = '1.0.0rc11'

0 comments on commit 714aa31

Please sign in to comment.