Bump version to v1.0.0rc5

This commit is contained in:
Gustavo Iñiguez Goia 2020-02-24 20:05:49 +01:00
parent 4abe3ee4cc
commit 7cb0a25119
4 changed files with 18 additions and 2 deletions

View file

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

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

View file

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

View file

@ -1 +1 @@
version = '1.0.0-rc3'
version = '1.0.0-rc5'