diff --git a/.gitignore b/.gitignore index b102767..f9ee388 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,4 @@ /firewalld-0.3.9.tar.bz2 /firewalld-0.3.9.1.tar.bz2 /firewalld-0.3.9.2.tar.bz2 +/firewalld-0.3.9.3.tar.bz2 diff --git a/firewalld.spec b/firewalld.spec index e1ff0d8..27d1d8b 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.9.2 +Version: 0.3.9.3 Release: 1%{?dist} URL: http://fedorahosted.org/firewalld License: GPLv2+ @@ -172,6 +172,13 @@ fi %{_mandir}/man1/firewall-config*.1* %changelog +* Wed Feb 05 2014 Jiri Popelka - 0.3.9.3-1 +- Fixed persistent port forwarding (RHBZ#1056154) +- Stop default zone rules being applied to all zones (RHBZ#1057875) +- Enforce trust, block and drop zones in the filter table only (RHBZ#1055190) +- Allow RAs prior to applying IPv6_rpfilter (RHBZ#1058505) +- Fix writing of rule.audit in zone_writer() + * Fri Jan 17 2014 Jiri Popelka - 0.3.9.2-1 - fix regression introduced in 0.3.9 (RHBZ#1053932) diff --git a/sources b/sources index cf34a2f..eab781e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8ac8907179d9111780428ca5c3138869 firewalld-0.3.9.2.tar.bz2 +30ab5ad6a04e7dfa04bf4ad82bfc4fa1 firewalld-0.3.9.3.tar.bz2