From 71ed8131bf778d7c7325cc4701e4edcf44deabbd Mon Sep 17 00:00:00 2001 From: Jiri Popelka Date: Thu, 17 Oct 2013 17:30:19 +0200 Subject: [PATCH] 0.3.7 --- .gitignore | 1 + firewalld.spec | 12 +++++++++++- sources | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 6c6e055..f7436a6 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ /firewalld-0.3.6.tar.bz2 /firewalld-0.3.6.1.tar.bz2 /firewalld-0.3.6.2.tar.bz2 +/firewalld-0.3.7.tar.bz2 diff --git a/firewalld.spec b/firewalld.spec index 85742a0..503601b 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.6.2 +Version: 0.3.7 Release: 1%{?dist} URL: http://fedorahosted.org/firewalld License: GPLv2+ @@ -189,6 +189,16 @@ fi %{_mandir}/man1/firewall-config*.1* %changelog +* 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 +- firewall/core/fw.py: fix checking for iptables & ip6tables (RHBZ#1017087) +- firewall-cmd: use client's exception_handler instead of catching exceptions ourselves +- FirewallClientZoneSettings: fix {add|remove|query}RichRule() +- Extend amanda-client service with 10080/tcp (RHBZ#1016867) +- Simplify Rich_Rule()_lexer() by using functions.splitArgs() +- Fix encoding problems in exception handling (RHBZ#1015941) + * Fri Oct 04 2013 Jiri Popelka - 0.3.6.2-1 - firewall-offline-cmd: --forward-port 'toaddr' is optional (RHBZ#1014958) - firewall-cmd: fix variable name (RHBZ#1015011) diff --git a/sources b/sources index 88bb4e7..ef5638c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -50caa94fceb7fac9940296eb200827d3 firewalld-0.3.6.2.tar.bz2 +c6aabdd2676cd89d8f12707e9b50105f firewalld-0.3.7.tar.bz2