[Initng-svn] r1919 - in initng: . src

svn at initng.thinktux.net svn at initng.thinktux.net
Wed Nov 2 22:38:06 CET 2005


Author: jimmy
Date: Wed Nov  2 22:38:05 2005
New Revision: 1919

Modified:
   initng/NEWS
   initng/src/initng.h
Log:
Ready for initng-0.3.5


Modified: initng/NEWS
==============================================================================
--- initng/NEWS	(original)
+++ initng/NEWS	Wed Nov  2 22:38:05 2005
@@ -1,5 +1,21 @@
 Version History:
 ---------------
+    2005/11/02 22:00 (swedish timezone GMT+1)
+	initng-0.3.5 Getting closer to perfection.
+	* Added an runlevelEditor gui using python and pykde
+	* update to reload ngc -c command.
+	* Rewrite of i_parser.
+	* Lots of posix fixes to scripts.
+	* bootsplash fix.
+	* Segfault bug fixed, for env_plugin.
+	* More testing.
+	* 120 second sleep after segfault, before initng is relaunching.
+	* fixed initng_interactive
+	* added a net_check plugin that probes network capabilities before launching network daemons.
+	* Hard-tage on initng variables, can be set daemon, service or internal, or standard option so that will be inpossible to set a variable wrong.
+	* New internal fixes for dependency checking, mutch more nice.
+	* Bugfixes all over.
+	
     2005/10/28 16:00 (swedish timezone GMT+1)
 	initng-0.3.4 After my vacation
 	* Fix bug #232

Modified: initng/src/initng.h
==============================================================================
--- initng/src/initng.h	(original)
+++ initng/src/initng.h	Wed Nov  2 22:38:05 2005
@@ -30,7 +30,7 @@
 #include "initng_error.h"
 
 /* default version string to show */
-#define INITNG_VERSION  VERSION " After my vecation. "
+#define INITNG_VERSION  VERSION " Closer to perfection. "
 
 
 /* unset this in an pruduction environment */


More information about the Initng-svn mailing list