From 802d9266c093156fdfaf88c1b367ec0286c25997 Mon Sep 17 00:00:00 2001 From: Thomas Woerner Date: Nov 20 2012 15:35:51 +0000 Subject: New version 0.2.10 - tests/firewalld_config.py: tests for config.service and config.icmptype - FirewallClientConfigServiceSettings(): destinations are dict not list - service/zone/icmptype: do not write deprecated name attribute - New service ntp - firewall-config: Fixed name of about dialog - configure.in: Fixed getting of error codes - Added coding to all pyhton files - Fixed copyright years - Beautified file headers - Force use of pygobject3 in python-slip (RHBZ#874378) - Log: firewall.server.config_icmptype, firewall.server.config_service and firewall.server.config_zone: Prepend full path - Allow ":" in interface names for interface aliases - Add name argument to Updated and Renamed signal - Disable IPv4, IPv6 and EB tables if missing - for IPv4/IPv6 only environments - firewall-config.glade file cleanup - firewall-config: loadDefaults() can throw exception - Use toolbars for Add/Edit/Remove/LoadDefaults buttons for zones, services and icmp types - New vnc-server service, opens ports for displays :0 to :3 (RHBZ#877035) - firewall-cmd: Fix typo in help output, allow default zone usage for permanenent options - Translation updates: cs, fr, ja, pt_BR and zh_CN --- diff --git a/.gitignore b/.gitignore index cc9411e..f8c1383 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /firewalld-0.2.7.tar.bz2 /firewalld-0.2.8.tar.bz2 /firewalld-0.2.9.tar.bz2 +/firewalld-0.2.10.tar.bz2 diff --git a/firewalld.spec b/firewalld.spec index 848610f..80e2914 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.9 +Version: 0.2.10 Release: 1%{?dist} URL: http://fedorahosted.org/firewalld License: GPLv2+ @@ -173,6 +173,31 @@ fi %{_datadir}/icons/hicolor/*/apps/firewall-config*.* %changelog +* 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 +- service/zone/icmptype: do not write deprecated name attribute +- New service ntp +- firewall-config: Fixed name of about dialog +- configure.in: Fixed getting of error codes +- Added coding to all pyhton files +- Fixed copyright years +- Beautified file headers +- Force use of pygobject3 in python-slip (RHBZ#874378) +- Log: firewall.server.config_icmptype, firewall.server.config_service and + firewall.server.config_zone: Prepend full path +- Allow ":" in interface names for interface aliases +- Add name argument to Updated and Renamed signal +- Disable IPv4, IPv6 and EB tables if missing - for IPv4/IPv6 only environments +- firewall-config.glade file cleanup +- firewall-config: loadDefaults() can throw exception +- Use toolbars for Add/Edit/Remove/LoadDefaults buttons for zones, services + and icmp types +- New vnc-server service, opens ports for displays :0 to :3 (RHBZ#877035) +- firewall-cmd: Fix typo in help output, allow default zone usage for + permanenent options +- Translation updates: cs, fr, ja, pt_BR and zh_CN + * Wed Oct 17 2012 Thomas Woerner 0.2.9-1 - firewall-config: some UI usability changes - firewall-cmd: New option --list-all-zones, output of --list-all changed, diff --git a/sources b/sources index b0a6c56..3fbb989 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -abf05300c5f20a7d9518fc43d727dc60 firewalld-0.2.9.tar.bz2 +abed942a209b189b75c8b5308dfcb95a firewalld-0.2.10.tar.bz2