[Initng-svn] r2304 - in initng: . src
svn at initng.thinktux.net
svn at initng.thinktux.net
Thu Dec 1 12:25:05 CET 2005
Author: jimmy
Date: Thu Dec 1 12:25:04 2005
New Revision: 2304
Modified:
initng/NEWS
initng/configure.in
initng/src/initng.h
Log:
tag initng-0.4.7
Modified: initng/NEWS
==============================================================================
--- initng/NEWS (original)
+++ initng/NEWS Thu Dec 1 12:25:04 2005
@@ -1,5 +1,16 @@
Version History:
---------------
+ 2005/12/01 12:00 (swedish timezone GMT+1)
+ initng-0.4.7 Snowrelease
+ * gen_system_runlevel got some work to probe existing services when migrating from sysvinit.
+ * Fixed hot-reload.
+ * test_parser is beatufull now.
+ * uClibc support fixed (untested)
+ * A few new and updated *.ii scripts.
+ * add console=option support to initng, you can now on boot redirect initng console.
+ * ngc -L is now more beutifull.
+ * Fixed a typo that made syslog plugin not work.
+ * Lots of bugfixing.
2005/11/28 00:30 (swedish timezone GMT+1)
initng-0.4.6 Sorrt for the delay.
* Last minues bug found in .ii, install_services cant handle #ifd in a #ifd.
Modified: initng/configure.in
==============================================================================
--- initng/configure.in (original)
+++ initng/configure.in Thu Dec 1 12:25:04 2005
@@ -1,7 +1,7 @@
dnl Written by Jimmy Wennlund <jimmy.wennlund at gmail.com>
AC_INIT(src/main.c)
-AM_INIT_AUTOMAKE(initng,0.4.6)
+AM_INIT_AUTOMAKE(initng,0.4.7)
AM_CONFIG_HEADER(config.h)
Modified: initng/src/initng.h
==============================================================================
--- initng/src/initng.h (original)
+++ initng/src/initng.h Thu Dec 1 12:25:04 2005
@@ -30,7 +30,7 @@
#include "initng_error.h"
/* default version string to show */
-#define _INITNG_VERSION VERSION "Sorry for the delay."
+#define _INITNG_VERSION VERSION "A Snowrelease."
#ifdef _SVN_REF
#define INITNG_VERSION _INITNG_VERSION "+svn " _SVN_REF
#else
More information about the Initng-svn
mailing list