rpms/system-config-firewall/devel .cvsignore, 1.16, 1.17 sources, 1.17, 1.18 system-config-firewall.spec, 1.22, 1.23

Thomas Woerner (twoerner) fedora-extras-commits at redhat.com
Fri Feb 8 16:13:39 UTC 2008


Author: twoerner

Update of /cvs/pkgs/rpms/system-config-firewall/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14541

Modified Files:
	.cvsignore sources system-config-firewall.spec 
Log Message:
New version 1.2.3
- fixed traceback for empty configuration use in life installer (rhbz#430963)
- use config-util for userhelper configuration (rhbz#428392)
- mark dirty after applying new default configuration
- do not overwrite attributes filename and converted in config
- use new shared ChooserButton
- fixed forward dialog and labels to use current dialog width
- use tempfile.mkdtemp for better security
- updated translations: fi, fr, it, ja, nl, pt_BR, sr and sr at latin




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-firewall/devel/.cvsignore,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- .cvsignore	1 Feb 2008 17:14:03 -0000	1.16
+++ .cvsignore	8 Feb 2008 16:13:08 -0000	1.17
@@ -13,3 +13,4 @@
 system-config-firewall-1.2.0.tar.bz2
 system-config-firewall-1.2.1.tar.bz2
 system-config-firewall-1.2.2.tar.bz2
+system-config-firewall-1.2.3.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-firewall/devel/sources,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- sources	1 Feb 2008 17:14:03 -0000	1.17
+++ sources	8 Feb 2008 16:13:08 -0000	1.18
@@ -1 +1 @@
-6e00466558e55fdb069e0799b4f4d803  system-config-firewall-1.2.2.tar.bz2
+304448ca42b83181748342ea26abe521  system-config-firewall-1.2.3.tar.bz2


Index: system-config-firewall.spec
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-firewall/devel/system-config-firewall.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- system-config-firewall.spec	1 Feb 2008 17:14:03 -0000	1.22
+++ system-config-firewall.spec	8 Feb 2008 16:13:08 -0000	1.23
@@ -1,6 +1,6 @@
 Summary: A graphical interface for basic firewall setup
 Name: system-config-firewall
-Version: 1.2.2
+Version: 1.2.3
 Release: 1%{?dist}
 URL: http://fedora.redhat.com/projects/config-tools/
 License: GPLv2+
@@ -16,7 +16,7 @@
 Provides: system-config-securitylevel = 1.7.0
 Requires: pygtk2
 Requires: python
-Requires: usermode >= 1.36
+Requires: usermode >= 1.94.1
 Requires: system-config-firewall-tui = %{version}-%{release}
 Requires: hicolor-icon-theme
 Requires: pygtk2-libglade
@@ -127,6 +127,16 @@
 %ghost %config(missingok,noreplace) /etc/sysconfig/system-config-securitylevel
 
 %changelog
+* Fri Feb  8 2008 Thomas Woerner <twoerner at redhat.com> 1.2.3-1
+- fixed traceback for empty configuration use in life installer (rhbz#430963)
+- use config-util for userhelper configuration (rhbz#428392)
+- mark dirty after applying new default configuration
+- do not overwrite attributes filename and converted in config
+- use new shared ChooserButton
+- fixed forward dialog and labels to use current dialog width
+- use tempfile.mkdtemp for better security
+- updated translations: fi, fr, it, ja, nl, pt_BR, sr and sr at latin
+
 * Fri Feb  1 2008 Thomas Woerner <twoerner at redhat.com> 1.2.2-1
 - fixed icmp handling for ip6tables in FORWARD chain
 - do state established, related test early in FORWARD chain




More information about the fedora-extras-commits mailing list