New version 0.2.11

- 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
This commit is contained in:
Thomas Woerner 2012-12-11 21:34:31 +01:00
parent 802d9266c0
commit 144b73b24a
3 changed files with 16 additions and 2 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <twoerner@redhat.com> 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 <twoerner@redhat.com> 0.2.10-1
- tests/firewalld_config.py: tests for config.service and config.icmptype
- FirewallClientConfigServiceSettings(): destinations are dict not list

View File

@ -1 +1 @@
abed942a209b189b75c8b5308dfcb95a firewalld-0.2.10.tar.bz2
c18f3c399600adba7d6069ee14a7bf53 firewalld-0.2.11.tar.bz2