Skip to content

Commit

Permalink
Bump version to 1.0.0rc10
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavo-iniguez-goya committed Jun 14, 2020
1 parent 506b9b6 commit edfbfbd
Show file tree
Hide file tree
Showing 5 changed files with 25 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.0rc9"
Version = "1.0.0rc10"
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.0rc9
Version: 1.0.0rc10
Release: 1%{?dist}
Summary: OpenSnitch is a GNU/Linux application firewall

Expand Down
11 changes: 11 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
opensnitch (1.0.0rc10-1) unstable; urgency=medium

* Fixed checking UID functions availability.
* Improved process path parsing.
* Fixed applying config from the UI.
* Fixed default log level.
* Gather CWD and process environment vars.
* Increase default timeout when asking for a rule.

-- gustavo-iniguez-goya <[email protected]> Sat, 13 Jun 2020 18:45:02 +0200

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

* Ignore malformed rules from loading.
Expand Down
11 changes: 11 additions & 0 deletions ui/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
opensnitch-ui (1.0.0rc10-1) unstable; urgency=medium

* Allow to filter data in all tabs.
* Refresh rules list after deleting a rule.
* Fixed high CPU usage while showing a notification.
* Fixed columns sort order.
* Allow to delete rules in batch.
* Remember the columns size.

-- Gustavo Iñiguez Goia <[email protected]> Sat, 13 Jun 2020 18:49:11 +0200

opensnitch-ui (1.0.0rc9-1) unstable; urgency=medium

* Added rules editor dialog.
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.0rc9'
version = '1.0.0rc10'

0 comments on commit edfbfbd

Please sign in to comment.