rpms/system-config-firewall/devel .cvsignore, 1.10, 1.11 sources, 1.11, 1.12 system-config-firewall.spec, 1.15, 1.16

Thomas Woerner (twoerner) fedora-extras-commits at redhat.com
Thu Dec 20 11:41:18 UTC 2007


Author: twoerner

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

Modified Files:
	.cvsignore sources system-config-firewall.spec 
Log Message:
- new version 1.1.0
- new service and default option
- lots of additional changes



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-firewall/devel/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- .cvsignore	13 Dec 2007 12:51:56 -0000	1.10
+++ .cvsignore	20 Dec 2007 11:40:43 -0000	1.11
@@ -7,3 +7,4 @@
 system-config-firewall-1.0.10.tar.bz2
 system-config-firewall-1.0.11.tar.bz2
 system-config-firewall-1.0.12.tar.bz2
+system-config-firewall-1.1.0.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-firewall/devel/sources,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- sources	13 Dec 2007 12:51:56 -0000	1.11
+++ sources	20 Dec 2007 11:40:43 -0000	1.12
@@ -1 +1 @@
-d331d2b84a7a63f15acb4f556466f291  system-config-firewall-1.0.12.tar.bz2
+1185b97aa22de4fa4cb5949572da4e88  system-config-firewall-1.1.0.tar.bz2


Index: system-config-firewall.spec
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-firewall/devel/system-config-firewall.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- system-config-firewall.spec	13 Dec 2007 12:51:56 -0000	1.15
+++ system-config-firewall.spec	20 Dec 2007 11:40:43 -0000	1.16
@@ -1,7 +1,7 @@
 Summary: A graphical interface for basic firewall setup
 Name: system-config-firewall
-Version: 1.0.12
-Release: 2%{?dist}
+Version: 1.1.0
+Release: 1%{?dist}
 URL: http://fedora.redhat.com/projects/config-tools/
 License: GPLv2+
 ExclusiveOS: Linux
@@ -73,6 +73,12 @@
   gtk-update-icon-cache -q %{_datadir}/icons/hicolor
 fi
 
+%triggerpostun -- %{name} < 1.1.0
+%{_datadir}/system-config-firewall/convert-config
+
+%triggerpostun -- system-config-securitylevel
+%{_datadir}/system-config-firewall/convert-config
+
 %files -f %{name}.lang
 %defattr(-,root,root)
 %{_bindir}/system-config-firewall
@@ -103,6 +109,7 @@
 %doc COPYING
 %{_sbindir}/lokkit
 %{_bindir}/system-config-firewall-tui
+%{_datadir}/system-config-firewall/convert-config
 %dir %{_datadir}/system-config-firewall
 %defattr(0644,root,root)
 %{_datadir}/system-config-firewall/etc_services.*
@@ -119,6 +126,25 @@
 %ghost %config(missingok,noreplace) /etc/sysconfig/system-config-securitylevel
 
 %changelog
+* Thu Dec 20 2007 Thomas Woerner <twoerner at redhat.com> 1.1.0-1
+- new default configurations: server, desktop
+- cleanup of wizard: dropped network connection tab
+- new option in wizard to keep configuration or load a default configuration
+- new menu entry and dialog to configure iptables and ip6tables service settings
+- some enhancements to the gtk_cellrenderercheck for better look and feel
+
+* Fri Dec 14 2007 Thomas Woerner <twoerner at redhat.com> 1.1.0-0
+- ports are ports and services are services: there is a new service tag to
+  enable services; a port is not enabling a service anymore
+- new conversion tool for 1.0.X to 1.1.X configuration
+- new version option for lokkit
+- wizard
+  - dropped network connection selection tab
+  - using keep configuration check instead of clear configuration check
+  - added default configuration selection
+- gui: new menu for skill level and load default configuration
+- use choices in optparse, removed obsolete check functions
+
 * Thu Dec 13 2007 Thomas Woerner <twoerner at redhat.com> 1.0.12-2
 - fixed lokkit command problem for non english languages
 - using latest translations




More information about the fedora-extras-commits mailing list