[Initng-svn] r2721 - in initng: . src
svn at initng.thinktux.net
svn at initng.thinktux.net
Wed Jan 4 21:17:28 CET 2006
Author: jimmy
Date: Wed Jan 4 21:17:28 2006
New Revision: 2721
Modified:
initng/NEWS
initng/configure.in
initng/src/initng.h
Log:
initng-0.5.1 update.
Modified: initng/NEWS
==============================================================================
--- initng/NEWS (original)
+++ initng/NEWS Wed Jan 4 21:17:28 2006
@@ -1,6 +1,31 @@
Version History:
---------------
- 2006/12/24 12:00 (swedish timezone GMT+1)
+ 2006/01/04 21:00 (swedish timezone GMT+1)
+ initng-0.5.1 Going better
+ * make dist fix.
+ * split exec option, into exec (alone) and excs with exec_args
+ * Fixed bug in i_parser, reading VARIABLE_STRINGS.
+ * Made ngc more nice.
+ * count_me.sh script, execute to get your initng machine counted.
+ * initial.ii cleanup.
+ * logfile plugin fixed again.
+ * added ngc --quite
+ * daemon_clean plugin, you can now execute code, when daemon dies.
+ * moved exec_delay to start_pause and make it work with all exec.
+ * initng_kill_handler.c, better error messages.
+ * sshd, automatic generated keys.
+ * initial work for ngc replacements.
+ * pidfile_plugin fixes.
+ * Bug with set values, in i_parser.
+ * sysvinit plugin now understans more sysvnint commands, like U, q.
+ * Misc fixes, after pref monitors.
+ * ngc -p, facelift.
+ * Fixed bugs in env_parser.
+ * Renamed a lots of functions.
+ * Reort time in ms.
+ * readded untested xml parser again.
+ * lots of bugfixing, and added services.
+ 2005/12/24 12:00 (swedish timezone GMT+1)
initng-0.5.0 Happy Xmas
* Remove start_udev on fedora.
* Dep fix on misc .ii files.
@@ -31,7 +56,7 @@
* Set respawn entry, fixes bug 346.
* Make checks before mount rw (/dev, /proc, /sys), not create new dirs.
- 2006/12/14 13:00 (swedish timezone GMT+1)
+ 2005/12/14 13:00 (swedish timezone GMT+1)
initng-0.4.8 Xmas bugfixes
* Fixed to work with recent udev systems.
* Lots of bugfixes.
Modified: initng/configure.in
==============================================================================
--- initng/configure.in (original)
+++ initng/configure.in Wed Jan 4 21:17:28 2006
@@ -1,7 +1,7 @@
dnl Written by Jimmy Wennlund <jimmy.wennlund at gmail.com>
AC_INIT(src/main.c)
-AM_INIT_AUTOMAKE(initng,0.5.0)
+AM_INIT_AUTOMAKE(initng,0.5.1)
AM_CONFIG_HEADER(config.h)
Modified: initng/src/initng.h
==============================================================================
--- initng/src/initng.h (original)
+++ initng/src/initng.h Wed Jan 4 21:17:28 2006
@@ -30,7 +30,7 @@
#include "initng_error.h"
/* default version string to show */
-#define _INITNG_VERSION VERSION " Happy Xmas."
+#define _INITNG_VERSION VERSION " Going better."
#ifdef _SVN_REF
#define INITNG_VERSION _INITNG_VERSION "+svn " _SVN_REF
#else
More information about the Initng-svn
mailing list