[firewalld] 0.3.2

Jiří Popelka jpopelka at fedoraproject.org
Tue Apr 30 16:24:48 UTC 2013


commit 621401bf156388b96408605ecacf5e1c29bd1102
Author: Jiri Popelka <jpopelka at redhat.com>
Date:   Tue Apr 30 18:24:00 2013 +0200

    0.3.2
    
    - Fix signal handling for SIGTERM
    - Additional service files (RHBZ#914859)
    - Updated po files
    - s/persistent/permanent/ (Trac Ticket #7)
    - Better behaviour when running without valid DISPLAY (RHBZ#955414)
    - client.handle_exceptions(): do not loop forever
    - Set Zone.defaults in zone_reader (RHBZ#951747)
    - client: do not pass the dbus exception name to handler
    - IO_Object_XMLGenerator: make it work with Python 2.7.4 (RHBZ#951741)
    - firewall-cmd: do not use deprecated BaseException.message
    - client.py: fix handle_exceptions() (RHBZ#951314)
    - firewall-config: check zone/service/icmptype name (RHBZ#947820)
    - Allow 3121/tcp (pacemaker_remote) in cluster-suite service. (RHBZ#885257)
    - firewall-applet: fix default zone hangling in 'shields-up' (RHBZ#947230)
    - FirewallError.get_code(): check for unknown error

 .gitignore               |    1 +
 firewalld-bz951741.patch |   42 ------------------------------------------
 firewalld.spec           |   23 +++++++++++++++++++----
 sources                  |    2 +-
 4 files changed, 21 insertions(+), 47 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0b3c74d..482656b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,3 +15,4 @@
 /firewalld-0.2.12.tar.bz2
 /firewalld-0.3.0.tar.bz2
 /firewalld-0.3.1.tar.bz2
+/firewalld-0.3.2.tar.bz2
diff --git a/firewalld.spec b/firewalld.spec
index 7980019..c6e5a85 100644
--- a/firewalld.spec
+++ b/firewalld.spec
@@ -1,7 +1,7 @@
 Summary: A firewall daemon with D-BUS interface providing a dynamic firewall
 Name: firewalld
-Version: 0.3.1
-Release: 2%{?dist}
+Version: 0.3.2
+Release: 1%{?dist}
 URL: http://fedorahosted.org/firewalld
 License: GPLv2+
 ExclusiveOS: Linux
@@ -10,7 +10,6 @@ BuildArch: noarch
 Source0: https://fedorahosted.org/released/firewalld/%{name}-%{version}.tar.bz2
 %if 0%{?fedora} > 17
 Patch0: firewalld-0.2.6-MDNS-default.patch
-Patch1: firewalld-bz951741.patch
 %endif
 BuildRequires: desktop-file-utils
 BuildRequires: gettext
@@ -75,7 +74,6 @@ firewalld.
 %setup -q
 %if 0%{?fedora} > 17
 %patch0 -p1
-%patch1 -p1
 %endif
 
 %build
@@ -196,6 +194,23 @@ fi
 %{_datadir}/icons/hicolor/*/apps/firewall-config*.*
 
 %changelog
+* Tue Apr 30 2013 Jiri Popelka <jpopelka at redhat.com> - 0.3.2-1
+- Fix signal handling for SIGTERM
+- Additional service files (RHBZ#914859)
+- Updated po files
+- s/persistent/permanent/ (Trac Ticket #7)
+- Better behaviour when running without valid DISPLAY (RHBZ#955414)
+- client.handle_exceptions(): do not loop forever
+- Set Zone.defaults in zone_reader (RHBZ#951747)
+- client: do not pass the dbus exception name to handler
+- IO_Object_XMLGenerator: make it work with Python 2.7.4 (RHBZ#951741)
+- firewall-cmd: do not use deprecated BaseException.message
+- client.py: fix handle_exceptions() (RHBZ#951314)
+- firewall-config: check zone/service/icmptype name (RHBZ#947820)
+- Allow 3121/tcp (pacemaker_remote) in cluster-suite service. (RHBZ#885257)
+- firewall-applet: fix default zone hangling in 'shields-up' (RHBZ#947230)
+- FirewallError.get_code(): check for unknown error
+
 * Wed Apr 17 2013 Jiri Popelka <jpopelka at redhat.com> - 0.3.1-2
 - Make permanenent changes work with Python 2.7.4 (RHBZ#951741)
 
diff --git a/sources b/sources
index 95fd901..fb5fde4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-73715460bfa58d8526117b6f6ae6d809  firewalld-0.3.1.tar.bz2
+42f09947c793400dfd3bff655b73c38d  firewalld-0.3.2.tar.bz2


More information about the scm-commits mailing list