mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 00:24:40 +01:00
Bump version to 1.0.0rc10
This commit is contained in:
parent
506b9b6d87
commit
edfbfbdcb4
5 changed files with 25 additions and 3 deletions
|
@ -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"
|
||||
)
|
||||
|
|
|
@ -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
11
debian/changelog
vendored
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -1 +1 @@
|
|||
version = '1.0.0rc9'
|
||||
version = '1.0.0rc10'
|
||||
|
|
Loading…
Add table
Reference in a new issue