Bump version to 1.0.0rc10

This commit is contained in:
Gustavo Iñiguez Goia 2020-06-14 12:34:20 +02:00
parent 506b9b6d87
commit edfbfbdcb4
5 changed files with 25 additions and 3 deletions

View file

@ -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"
)

View file

@ -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

11
debian/changelog vendored
View file

@ -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 <gooffy1@gmail.com> Sat, 13 Jun 2020 18:45:02 +0200
opensnitch (1.0.0rc9-1) unstable; urgency=medium
* Ignore malformed rules from loading.

View file

@ -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 <gooffy1@gmail.com> Sat, 13 Jun 2020 18:49:11 +0200
opensnitch-ui (1.0.0rc9-1) unstable; urgency=medium
* Added rules editor dialog.

View file

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