mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 08:34:40 +01:00
Bump version to v1.0.0rc5
This commit is contained in:
parent
4abe3ee4cc
commit
7cb0a25119
4 changed files with 18 additions and 2 deletions
|
@ -2,7 +2,7 @@ package core
|
|||
|
||||
const (
|
||||
Name = "opensnitch-daemon"
|
||||
Version = "1.0.0-rc3"
|
||||
Version = "1.0.0-rc5"
|
||||
Author = "Simone 'evilsocket' Margaritelli"
|
||||
Website = "https://github.com/evilsocket/opensnitch"
|
||||
)
|
||||
|
|
7
debian/changelog
vendored
7
debian/changelog
vendored
|
@ -1,3 +1,10 @@
|
|||
opensnitch (1.0.0rc-5) unstable; urgency=medium
|
||||
|
||||
* Fixed netlink socket querying.
|
||||
* Added check to reload firewall rules if missing.
|
||||
|
||||
-- gustavo-iniguez-goya <gooffy1@gmail.com> Mon, 24 Feb 2020 19:55:06 +0100
|
||||
|
||||
opensnitch (1.0.0rc-3) unstable; urgency=medium
|
||||
|
||||
* @see: https://github.com/gustavo-iniguez-goya/opensnitch/releases
|
||||
|
|
|
@ -1,3 +1,12 @@
|
|||
opensnitch-ui (1.0.0rc5-1) unstable; urgency=medium
|
||||
|
||||
* Workaround for crash parsing non-utf8 desktop files.
|
||||
* Fixed crash loading sqlite driver.
|
||||
* Fixed HighDpi scaling.
|
||||
* Fixed prompt layout.
|
||||
|
||||
-- Gustavo Iñiguez Goia <gooffy1@gmail.com> Mon, 24 Feb 2020 19:56:01 +0100
|
||||
|
||||
opensnitch-ui (1.0.0rc3-1) unstable; urgency=medium
|
||||
|
||||
* Fixed regex patterns.
|
||||
|
|
|
@ -1 +1 @@
|
|||
version = '1.0.0-rc3'
|
||||
version = '1.0.0-rc5'
|
||||
|
|
Loading…
Add table
Reference in a new issue