From 15e74e15b5406ff84897e65909447e9131489143 Mon Sep 17 00:00:00 2001 From: Jiri Popelka Date: Tue, 5 Nov 2013 16:06:55 +0100 Subject: [PATCH] 0.3.8 - memleaks fixed, python3 support --- .gitignore | 1 + firewalld.spec | 16 ++++++++++++++-- sources | 2 +- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f7436a6..3c8dcbd 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ /firewalld-0.3.6.1.tar.bz2 /firewalld-0.3.6.2.tar.bz2 /firewalld-0.3.7.tar.bz2 +/firewalld-0.3.8.tar.bz2 diff --git a/firewalld.spec b/firewalld.spec index 503601b..2e8d02c 100644 --- a/firewalld.spec +++ b/firewalld.spec @@ -1,6 +1,6 @@ Summary: A firewall daemon with D-BUS interface providing a dynamic firewall Name: firewalld -Version: 0.3.7 +Version: 0.3.8 Release: 1%{?dist} URL: http://fedorahosted.org/firewalld License: GPLv2+ @@ -18,7 +18,7 @@ BuildRequires: glib2, glib2-devel BuildRequires: systemd-units BuildRequires: docbook-style-xsl Requires: dbus-python -Requires: python-slip-dbus >= 0.2.7 +Requires: python-slip-dbus Requires: python-decorator %if 0%{?fedora} > 17 || 0%{?rhel} > 6 Requires: pygobject3-base @@ -189,6 +189,18 @@ fi %{_mandir}/man1/firewall-config*.1* %changelog +* Tue Nov 05 2013 Jiri Popelka - 0.3.8-1 +- fix memory leaks +- New option --debug-gc +- Python3 compatibility +- Better non-ascii support +- several firewall-config & firewall-applet fixes +- New --remove-rules commands for firewall-cmd and removeRules methods for D-Bus +- Fixed FirewallDirect.get_rules to return proper list +- Fixed LastUpdatedOrderedDict.keys() +- Enable rich rule usage in trusted zone (RHBZ#994144) +- New error codes: INVALID_CONTEXT, INVALID_COMMAND, INVALID_USER and INVALID_UID + * Thu Oct 17 2013 Jiri Popelka - 0.3.7-1 - Don't fail on missing ip[6]tables/ebtables table. (RHBZ#967376) - bash-completion: --permanent --direct options diff --git a/sources b/sources index ef5638c..bd22ec1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c6aabdd2676cd89d8f12707e9b50105f firewalld-0.3.7.tar.bz2 +2faebbfffe4e7c845edb5149b816b7c9 firewalld-0.3.8.tar.bz2