Skip to content

Commit

Permalink
Bump versions to v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavo-iniguez-goya committed Mar 17, 2022
1 parent 79c48ed commit caa8fac
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 5 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.5.0"
Version = "1.5.1"
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.5.0
Version: 1.5.1
Release: 1%{?dist}
Summary: OpenSnitch is a GNU/Linux application firewall

Expand Down
8 changes: 8 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
opensnitch (1.5.1-1) unstable; urgency=medium

* Better eBPF cache.
* Fixed error resolving domains to localhost.
* Fixed error deleting our nftables rules.

-- gustavo-iniguez-goya <[email protected]> Fri, 25 Feb 2022 01:21:38 +0100

opensnitch (1.5.0-1) unstable; urgency=medium

* New release.
Expand Down
7 changes: 7 additions & 0 deletions ui/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
opensnitch-ui (1.5.1-1) unstable; urgency=medium

* Better UX experience.
* Fixed error when app args were empty.

-- Gustavo Iñiguez Goia <[email protected]> Fri, 25 Feb 2022 01:23:43 +0100

opensnitch-ui (1.5.0-1) unstable; urgency=medium

* New release.
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.5.0
%define unmangled_version 1.5.0
%define version 1.5.1
%define unmangled_version 1.5.1
%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.5.0'
version = '1.5.1'

0 comments on commit caa8fac

Please sign in to comment.