diff --git a/.gitignore b/.gitignore index f8c1383..e74cb55 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /firewalld-0.2.8.tar.bz2 /firewalld-0.2.9.tar.bz2 /firewalld-0.2.10.tar.bz2 +/firewalld-0.2.11.tar.bz2 diff --git a/firewalld.spec b/firewalld.spec index 80e2914..9d1b67a 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.2.10 +Version: 0.2.11 Release: 1%{?dist} URL: http://fedorahosted.org/firewalld License: GPLv2+ @@ -173,6 +173,19 @@ fi %{_datadir}/icons/hicolor/*/apps/firewall-config*.* %changelog +* Tue Dec 11 2012 Thomas Woerner 0.2.11-1 +- Fixed more _xmlplus (PyXML) incompatibilities to python xml +- Several man page updates +- Fixed error in addForwardPort, removeForwardPort and queryForwardPort +- firewall-cmd: use already existing queryForwardPort() +- Update firewall.cmd man page, use man page as firewall-cmd usage (rhbz#876394) +- firewall-config: Do not force to show labels in the main toolbar +- firewall-config: Dropped "Change default zone" from toolbar +- firewall-config: Added menu entry to change zones of connections +- firewall-applet: Zones can be changed now using nm-connection-editor + (rhbz#876661) +- translation updates: cs, hu, ja + * Tue Nov 20 2012 Thomas Woerner 0.2.10-1 - tests/firewalld_config.py: tests for config.service and config.icmptype - FirewallClientConfigServiceSettings(): destinations are dict not list diff --git a/sources b/sources index 3fbb989..c680cb1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -abed942a209b189b75c8b5308dfcb95a firewalld-0.2.10.tar.bz2 +c18f3c399600adba7d6069ee14a7bf53 firewalld-0.2.11.tar.bz2