rpms/system-config-firewall/devel .cvsignore, 1.32, 1.33 sources, 1.37, 1.38 system-config-firewall.spec, 1.49, 1.50

Thomas Woerner twoerner at fedoraproject.org
Tue Mar 23 16:55:40 UTC 2010


Author: twoerner

Update of /cvs/pkgs/rpms/system-config-firewall/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv5353

Modified Files:
	.cvsignore sources system-config-firewall.spec 
Log Message:
- version 1.2.24 with lots of bug fixes and also translation updates
- DBUS-mechanism: report errors to syslog and print traceback (rhbz#563354)
- fixed minor misspellings (rhbz#566468)
- msgmerged po files
- added missing default values for ip*tables-config content (rhbz#566869)
- autofoo utils update
- fixed max length of user defined interface name in interfaceDialog
- added missing range check to port_entry_changed_cb
- fixed sensitiveness of protocol label in portDialog
- fixed misuse of MARK extension in nat table, now in mangle table
- port forwarding dialog usability fixes (rhbz#507638)
- use new fw_functions.checkInterface function in tui and gui
- new function to check interface names in fw_functions
- use new checkInterface function in parser for trust, masq and forward-port
- add wlan standard device
- fixed build (fw_nm.py not packaged)
- updated translations: bn_IN, cs, da, de, el, en_GB, es, fi, fr, hu, is, it,
                        ja, nb, nl, or, pl, pt, pt_BR, ru, sr, sr at latin, sv,
                        te, uk




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-firewall/devel/.cvsignore,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -p -r1.32 -r1.33
--- .cvsignore	18 Jan 2010 10:02:24 -0000	1.32
+++ .cvsignore	23 Mar 2010 16:55:39 -0000	1.33
@@ -1,2 +1,3 @@
 system-config-firewall-1.2.21.tar.bz2
 system-config-firewall-1.2.23.tar.bz2
+system-config-firewall-1.2.24.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-firewall/devel/sources,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -p -r1.37 -r1.38
--- sources	18 Jan 2010 10:02:24 -0000	1.37
+++ sources	23 Mar 2010 16:55:40 -0000	1.38
@@ -1 +1 @@
-f2ef9118a60b92c16b321c7442260a33  system-config-firewall-1.2.23.tar.bz2
+9ad53e74a02a53435c5e17055ad644cc  system-config-firewall-1.2.24.tar.bz2


Index: system-config-firewall.spec
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-firewall/devel/system-config-firewall.spec,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -p -r1.49 -r1.50
--- system-config-firewall.spec	18 Jan 2010 10:02:24 -0000	1.49
+++ system-config-firewall.spec	23 Mar 2010 16:55:40 -0000	1.50
@@ -15,7 +15,7 @@
 
 Summary: A graphical interface for basic firewall setup
 Name: system-config-firewall
-Version: 1.2.23
+Version: 1.2.24
 Release: 1%{?dist}
 URL: http://fedorahosted.org/system-config-firewall
 License: GPLv2+
@@ -149,7 +149,7 @@ fi
 %defattr(-,root,root)
 %doc COPYING
 %{_sbindir}/lokkit
-%{_datadir}/system-config-firewall/convert-config
+%attr(0755,root,root) %{_datadir}/system-config-firewall/convert-config
 %dir %{_datadir}/system-config-firewall
 %defattr(0644,root,root)
 %{_datadir}/system-config-firewall/etc_services.*
@@ -172,6 +172,29 @@ fi
 %{_datadir}/system-config-firewall/fw_tui.*
 
 %changelog
+* Tue Mar 23 2010 Thomas Woerner <twoerner at redhat.com> 1.2.24-1
+- DBUS-mechanism: report errors to syslog and print traceback (rhbz#563354)
+- fixed minor misspellings (rhbz#566468)
+- msgmerged po files
+- added missing default values for ip*tables-config content (rhbz#566869)
+- autofoo utils update
+- fixed max length of user defined interface name in interfaceDialog
+- added missing range check to port_entry_changed_cb
+- fixed sensitiveness of protocol label in portDialog
+- fixed misuse of MARK extension in nat table, now in mangle table
+- port forwarding dialog usability fixes (rhbz#507638)
+- use new fw_functions.checkInterface function in tui and gui
+- new function to check interface names in fw_functions
+- use new checkInterface function in parser for trust, masq and forward-port
+- add wlan standard device
+- fixed build (fw_nm.py not packaged)
+- updated translations: bn_IN, cs, da, de, el, en_GB, es, fi, fr, hu, is, it,
+                        ja, nb, nl, or, pl, pt, pt_BR, ru, sr, sr at latin, sv,
+                        te, uk
+
+* Thu Feb 25 2010 Thomas Woerner <twoerner at redhat.com> 1.2.23-2
+- fixed missing execution bits for convert-config according to review
+
 * Mon Jan 18 2010 Thomas Woerner <twoerner at redhat.com> 1.2.23-1
 - fixed build (fw_nm.py not packaged)
 - dropped dbus requirement for tui version



More information about the scm-commits mailing list