- 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)
This commit is contained in:
Jiri Popelka 2014-02-05 17:52:17 +01:00
parent 660f9abf4a
commit cabfc2d180
3 changed files with 10 additions and 2 deletions

1
.gitignore vendored
View File

@ -27,3 +27,4 @@
/firewalld-0.3.9.tar.bz2 /firewalld-0.3.9.tar.bz2
/firewalld-0.3.9.1.tar.bz2 /firewalld-0.3.9.1.tar.bz2
/firewalld-0.3.9.2.tar.bz2 /firewalld-0.3.9.2.tar.bz2
/firewalld-0.3.9.3.tar.bz2

View File

@ -1,6 +1,6 @@
Summary: A firewall daemon with D-BUS interface providing a dynamic firewall Summary: A firewall daemon with D-BUS interface providing a dynamic firewall
Name: firewalld Name: firewalld
Version: 0.3.9.2 Version: 0.3.9.3
Release: 1%{?dist} Release: 1%{?dist}
URL: http://fedorahosted.org/firewalld URL: http://fedorahosted.org/firewalld
License: GPLv2+ License: GPLv2+
@ -172,6 +172,13 @@ fi
%{_mandir}/man1/firewall-config*.1* %{_mandir}/man1/firewall-config*.1*
%changelog %changelog
* Wed Feb 05 2014 Jiri Popelka <jpopelka@redhat.com> - 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 <jpopelka@redhat.com> - 0.3.9.2-1 * Fri Jan 17 2014 Jiri Popelka <jpopelka@redhat.com> - 0.3.9.2-1
- fix regression introduced in 0.3.9 (RHBZ#1053932) - fix regression introduced in 0.3.9 (RHBZ#1053932)

View File

@ -1 +1 @@
8ac8907179d9111780428ca5c3138869 firewalld-0.3.9.2.tar.bz2 30ab5ad6a04e7dfa04bf4ad82bfc4fa1 firewalld-0.3.9.3.tar.bz2