[firewalld] New version 0.2.9

Thomas Woerner twoerner at fedoraproject.org
Wed Oct 17 15:17:01 UTC 2012


commit a6b084ef3ee29e9283063e46f4fec3a8a16c9306
Author: Thomas Woerner <twoerner at redhat.com>
Date:   Wed Oct 17 17:16:19 2012 +0200

    New version 0.2.9
    
    - firewall-config: some UI usability changes
    - firewall-cmd: New option --list-all-zones, output of --list-all changed,
      more option combination checks
    - firewall-applet: Replaced NMClient by direct DBUS calls to fix python core
      dumps in case of connection activates/deactivates
    - Use fallback 'C' locale if current locale isn't supported (RHBZ#860278)
    - Add interfaces to zones again after reload
    - firewall-cmd: use FirewallClient().connected value
    - firewall-cmd: --remove-interface was not working due to a typo
    - Do not use restorecon for new and backup files
    - Fixed use of properties REJECT and DROP
    - firewalld_test.py: check interfaces after reload
    - Translation updates
    - Renamed firewall-convert-scfw-config to firewall-offline-cmd, used by
      anaconda for firewall configuration (e.g. kickstart)
    - Fix python shebang to use -Es at installation time for bin_SCRIPTS and
      sbin_SCRIPTS and at all times in gtk3_chooserbutton.py
    - tests/firewalld_config.py: update test_zones() test case
    - Config interface: improve renaming of zones/services/icmp_types
    - Move emiting of Added signals closer to source.
    - FirewallClient(): config:ServiceAdded signal was wrongly mapped
    - Add argument 'name' to Removed signal
    - firewall-config: Add callbacks for config:[service|icmp]-[added|removed]
    - firewall-config: catch INVALID_X error when removing zone/service/icmp_type
    - firewall-config: remove unused code
    - Revert "Neutralize _xmlplus instead of conforming it"
    - firewall-applet: some UI usability changes
    - firewall-cmd: ALREADY_ENABLED, NOT_ENABLED, ZONE_ALREADY_SET are warnings

 .gitignore     |    1 +
 firewalld.spec |   34 ++++++++++++++++++++++++++++++++--
 sources        |    2 +-
 3 files changed, 34 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b0650d3..cc9411e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@
 /firewalld-0.2.6.tar.bz2
 /firewalld-0.2.7.tar.bz2
 /firewalld-0.2.8.tar.bz2
+/firewalld-0.2.9.tar.bz2
diff --git a/firewalld.spec b/firewalld.spec
index 3803bb9..848610f 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.8
+Version: 0.2.9
 Release: 1%{?dist}
 URL: http://fedorahosted.org/firewalld
 License: GPLv2+
@@ -124,7 +124,7 @@ fi
 %doc COPYING
 %{_sbindir}/firewalld
 %{_bindir}/firewall-cmd
-%{_bindir}/firewall-convert-scfw-config
+%{_bindir}/firewall-offline-cmd
 %defattr(0640,root,root)
 %attr(0750,root,root) %dir %{_prefix}/lib/firewalld
 %attr(0750,root,root) %dir %{_prefix}/lib/firewalld/icmptypes
@@ -173,6 +173,36 @@ fi
 %{_datadir}/icons/hicolor/*/apps/firewall-config*.*
 
 %changelog
+* Wed Oct 17 2012 Thomas Woerner <twoerner at redhat.com> 0.2.9-1
+- firewall-config: some UI usability changes
+- firewall-cmd: New option --list-all-zones, output of --list-all changed,
+  more option combination checks
+- firewall-applet: Replaced NMClient by direct DBUS calls to fix python core
+  dumps in case of connection activates/deactivates
+- Use fallback 'C' locale if current locale isn't supported (RHBZ#860278)
+- Add interfaces to zones again after reload
+- firewall-cmd: use FirewallClient().connected value
+- firewall-cmd: --remove-interface was not working due to a typo
+- Do not use restorecon for new and backup files
+- Fixed use of properties REJECT and DROP
+- firewalld_test.py: check interfaces after reload
+- Translation updates
+- Renamed firewall-convert-scfw-config to firewall-offline-cmd, used by
+  anaconda for firewall configuration (e.g. kickstart)
+- Fix python shebang to use -Es at installation time for bin_SCRIPTS and
+  sbin_SCRIPTS and at all times in gtk3_chooserbutton.py
+- tests/firewalld_config.py: update test_zones() test case
+- Config interface: improve renaming of zones/services/icmp_types
+- Move emiting of Added signals closer to source.
+- FirewallClient(): config:ServiceAdded signal was wrongly mapped
+- Add argument 'name' to Removed signal
+- firewall-config: Add callbacks for config:[service|icmp]-[added|removed]
+- firewall-config: catch INVALID_X error when removing zone/service/icmp_type
+- firewall-config: remove unused code
+- Revert "Neutralize _xmlplus instead of conforming it"
+- firewall-applet: some UI usability changes
+- firewall-cmd: ALREADY_ENABLED, NOT_ENABLED, ZONE_ALREADY_SET are warnings
+
 * Fri Sep  7 2012 Thomas Woerner <twoerner at redhat.com> 0.2.8-1
 - Do not apply old settings to zones after reload
 - FirewallClient: Added callback structure for firewalld signals
diff --git a/sources b/sources
index c92b908..b0a6c56 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9cf22bba1caa87a2ce667ca58d3fa447  firewalld-0.2.8.tar.bz2
+abf05300c5f20a7d9518fc43d727dc60  firewalld-0.2.9.tar.bz2


More information about the scm-commits mailing list