Skip to content

Commit

Permalink
Bump version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavo-iniguez-goya committed Dec 16, 2020
1 parent 2f23637 commit 438ceca
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 13 deletions.
2 changes: 1 addition & 1 deletion daemon/core/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package core
// version related consts
const (
Name = "opensnitch-daemon"
Version = "1.3.0rc2"
Version = "1.3.0"
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.3.0rc2
Version: 1.3.0
Release: 1%{?dist}
Summary: OpenSnitch is a GNU/Linux application firewall

Expand Down
11 changes: 7 additions & 4 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
opensnitch (1.3.0~rc-2) UNRELEASED; urgency=medium
opensnitch (1.3.0-1) unstable; urgency=medium

* Non-maintainer upload.
*
* Fixed how we check rules
* Fixed cpu spike after disable interception.
* Fixed cleaning up fw rules on exit.
* make regexp rules case-insensitive by default
* allow to filter by dst network.

-- gustavo-iniguez-goya <[email protected]> Fri, 27 Nov 2020 23:21:31 +0100
-- gustavo-iniguez-goya <[email protected]> Wed, 16 Dec 2020 01:15:03 +0100

opensnitch (1.3.0~rc-1) unstable; urgency=medium

Expand Down
8 changes: 4 additions & 4 deletions ui/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
opensnitch-ui (1.3.0~rc-2) UNRELEASED; urgency=medium
opensnitch-ui (1.3.0-1) unstable; urgency=medium

* Non-maintainer upload.
*
* Allow to filter by dst networks.
* Added check for configure showing pop-ups.

-- Gustavo Iñiguez Goia <[email protected]> Fri, 27 Nov 2020 23:22:08 +0100
-- Gustavo Iñiguez Goia <[email protected]> Wed, 16 Dec 2020 01:18:31 +0100

opensnitch-ui (1.3.0~rc-1) unstable; urgency=medium

Expand Down
4 changes: 2 additions & 2 deletions ui/opensnitch-ui.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%define name opensnitch-ui
%define version 1.3.0rc2
%define unmangled_version 1.3.0rc2
%define version 1.3.0
%define unmangled_version 1.3.0
%define release 1
%define __python python3
%define desktop_file opensnitch_ui.desktop
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.3.0rc2'
version = '1.3.0'

0 comments on commit 438ceca

Please sign in to comment.