From 455244ac6a285ec074064f397a36db1309be50fe Mon Sep 17 00:00:00 2001 From: samicrusader Date: Mon, 12 Sep 2022 22:25:29 -0400 Subject: [PATCH] bump to 0.8.4 --- CHANGELOG.md | 4 ++++ VERSION | 2 +- setup.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c93039..b51d493 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## Changelog +version 0.8.4 (samicrusader's fork): +- [new] packaged for Debian/Ubuntu +- [bugfix] more "detailed" logging for iptables failures + version 0.8.3 (samicrusader's fork): - [new] dbus used for changing config instead of requiring qomui-gui to be ran as root - [change] reformat code diff --git a/VERSION b/VERSION index fab77af..fcbb537 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.8.3 \ No newline at end of file +0.8.4 \ No newline at end of file diff --git a/setup.py b/setup.py index c356842..292c180 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ import glob import os -VERSION = "0.8.3" +VERSION = "0.8.4" data_files = [ ('/usr/share/qomui', ['resources/countries.json']),