rpms/system-config-services/devel system-config-services.spec, 1.56, 1.57

Nils Philippsen (nphilipp) fedora-extras-commits at redhat.com
Fri Feb 22 12:40:48 UTC 2008


Author: nphilipp

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

Modified Files:
	system-config-services.spec 
Log Message:
version 0.99.0: new GUI, backend implementation



Index: system-config-services.spec
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-services/devel/system-config-services.spec,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- system-config-services.spec	30 Jan 2008 13:44:16 -0000	1.56
+++ system-config-services.spec	22 Feb 2008 12:40:14 -0000	1.57
@@ -16,7 +16,7 @@
 
 Summary: system-config-services is an initscript and xinetd configuration utility
 Name: system-config-services
-Version: 0.9.20
+Version: 0.99.0
 Release: 1%{?dist}
 URL: http://fedoraproject.org/wiki/SystemConfig/services
 # We are upstream, thus the source is only available from within this source
@@ -106,6 +106,57 @@
 %{_mandir}/*/system-config-services.8*
 
 %changelog
+* Fri Feb 22 2008 Nils Philippsen <nphilipp at redhat.com> - 0.99.0-1
+- make start/stop/restart/enable/disable buttons/menu entries work
+- SysVService: SVC_ENABLED_YES <-> RL 2, 3, 4, 5; everything else is
+  SVC_ENABLED_CUSTOM
+
+* Thu Feb 21 2008 Nils Philippsen <nphilipp at redhat.com>
+- implement XinetdServiceInfo.parse()
+- add and implement SVC_STATUS_REFRESHING
+- clear description text buffers if not description exists
+- implement GUIXinetdServicesDetailsPainter.paint_details()
+- implement async loading in XinetdService
+- implement GUISysVServiceEntryPainter.paint()
+- handle deleted services in GUIServicesList.on_service_status_changed()
+- make menu items and toolbar buttons (in)sensitive based on selected service
+
+* Wed Feb 20 2008 Nils Philippsen <nphilipp at redhat.com>
+- add classes dealing with information about services, e.g. contained in
+  chkconfig/LSB style comments in init scripts
+- distinguish real SysV services from fake ones (e.g. halt)
+- set enabled/disabled icons for SysV services
+- add textual description about if a service is enabled/disabled/customized
+- display description, short description
+
+* Sun Feb 17 2008 Nils Philippsen <nphilipp at redhat.com>
+- use lower default priority for asynchronous IO handling
+- remove more obsolete files
+- symlink gui.py instead of obsolete serviceconf.py to system-config-services
+- write status and explanation labels
+- make some labels selectable
+- use default geometry of 800x400
+- use stock warning icon for dead services
+
+* Sat Feb 16 2008 Nils Philippsen <nphilipp at redhat.com>
+- move handling of service changes from GUIServicesTreeStore into
+  GUIServicesList
+- use stock icons for enabled/status columns
+- use event loop instead of threads for asynchronously running external commands
+
+* Fri Feb 15 2008 Nils Philippsen <nphilipp at redhat.com>
+- implement status updates
+
+* Thu Feb 14 2008 Nils Philippsen <nphilipp at redhat.com>
+- move getstatusoutput() into util.py
+- watch runlevels 0 and 6 as well
+- notify subscribers on service changes
+- ignore non-chkconfig-capable "services" in /etc/init.d, /etc/rc?.d
+- add infrastructure for asynchronous loading/saving of services
+
+* Wed Feb 13 2008 Nils Philippsen <nphilipp at redhat.com>
+- new GUI, backend implementation
+
 * Wed Jan 30 2008 Nils Philippsen <nphilipp at redhat.com> - 0.9.20-1
 - migrate online help to yelp/Docbook XML
 




More information about the fedora-extras-commits mailing list