[Initng-svn] r3217 - in initng/trunk: . src

svn at initng.thinktux.net svn at initng.thinktux.net
Tue Mar 7 11:09:06 CET 2006


Author: jimmy
Date: Tue Mar  7 11:09:05 2006
New Revision: 3217

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


Modified: initng/trunk/NEWS
==============================================================================
--- initng/trunk/NEWS	(original)
+++ initng/trunk/NEWS	Tue Mar  7 11:09:05 2006
@@ -1,5 +1,22 @@
 Version History:
 ---------------
+    2006/03/07 12:00 (swedish timezoen GMT+1)
+	initng-0.5.5 Major bugfixing
+	* API changed, plugins have to be recompiled.
+	* ngc -z, will now also flush service cache for that service.
+	* Added ngc -I, that lists all initng open filedescriptors, good to see if there is remountro problems.
+	* Fixed a potential segfault n envparser.
+	* Bugfix: #438, #506, #501, #488, #307, #492, #463, #475
+	* ngc -f, now working, but there is few services with a father so this option might be removed soon.
+	* Now initng closes fds to clients, if they colses the fifo.
+	* More work on ngcs plugin.
+	* Output buffers are now dynamic, and will e increased when the service outputs, with a 100 char heap.
+	* Don't flush service cache on "make install" (there's no guarantee the	currently-running InitNG version will be compatible with the new initscripts)
+	* The buildsystem are rebuilt, ./autogen.sh is dead, long live Make -f Makefile.cvs
+	* Now really fails the service if stop_timeout or start_timeout passes.
+	* newer_kill option added, for services that are to important (like fsck) so there shud not be any timeout.
+	* suid, and find plugins got some bugfixing.
+	* The svn is reorganized, to get support for tags and releases, all current svn, is stored in folder trunc.
     2006/02/22 12:00 (swedish timezone GMT+1)
 	initng-0.5.4 One month later.
 	Thanks to havy internal changes, this release have been delayed a month, i beleve there will be more frequent releases in the future.

Modified: initng/trunk/src/initng.h
==============================================================================
--- initng/trunk/src/initng.h	(original)
+++ initng/trunk/src/initng.h	Tue Mar  7 11:09:05 2006
@@ -30,7 +30,7 @@
 #include "initng_error.h"
 
 /* default version string to show */
-#define _INITNG_VERSION VERSION " One month later."
+#define _INITNG_VERSION VERSION " Major bugfixing."
 #ifdef _SVN_REF
 #define INITNG_VERSION _INITNG_VERSION "+svn " _SVN_REF
 #else


More information about the Initng-svn mailing list