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
This commit is contained in:
parent
7fa1b0edb2
commit
a6b084ef3e
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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@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@redhat.com> 0.2.8-1
|
||||
- Do not apply old settings to zones after reload
|
||||
- FirewallClient: Added callback structure for firewalld signals
|
||||
|
Loading…
Reference in New Issue
Block a user