[Initng-svn] r4035 - initng/trunk

svn at initng.thinktux.net svn at initng.thinktux.net
Sun May 7 13:21:01 CEST 2006


Author: trigger
Date: Sun May  7 13:21:00 2006
New Revision: 4035

Modified:
   initng/trunk/CMakeLists.txt
   initng/trunk/NEWS

Log:
Updates in the NEWS, increased version number, disable provide plugin by default for this release - it will be enabled in the next (it is not used by the ifiles yet), ...


Modified: initng/trunk/CMakeLists.txt
==============================================================================
--- initng/trunk/CMakeLists.txt	(original)
+++ initng/trunk/CMakeLists.txt	Sun May  7 13:21:00 2006
@@ -1,6 +1,6 @@
 PROJECT(initng)
-SET(VERSION "0.6.4svn" CACHE STRING "Version number of the project")
-SET(VERSION_NAME "Progressing fast" CACHE STRING "Version string")
+SET(VERSION "0.6.5svn" CACHE STRING "Version number of the project")
+SET(VERSION_NAME "Never been so good" CACHE STRING "Version string")
 
 IF(CMAKE_BACKWARDS_COMPATIBILITY LESS 2.2)
 	MESSAGE(FATAL_ERROR "Error: Your CMake version is too old. This project requires version 2.2 or newer.")
@@ -74,7 +74,7 @@
 OPTION(BUILD_NGCS "Build ngcs plugin" OFF)
 OPTION(BUILD_NGE "Build nge plugin" ON)
 OPTION(BUILD_PAUSE "Build pause plugin" ON)
-OPTION(BUILD_PROVIDE "Build provide plugin" ON)
+OPTION(BUILD_PROVIDE "Build provide plugin" OFF)
 OPTION(BUILD_RELOAD "Build reload plugin" ON)
 OPTION(BUILD_RENICE "Build renice plugin" ON)
 OPTION(BUILD_RLPARSER "Build rlparser plugin" ON)
@@ -86,7 +86,7 @@
 OPTION(BUILD_SYNCRON "Build syncron plugin" ON)
 OPTION(BUILD_SYSLOG "Build syslog plugin" ON)
 OPTION(BUILD_UNNEEDED "Build unneeded plugin" ON)
-OPTION(INSTALL_AS_INIT "Install initng as replacement for sysvinit" OFF)
+OPTION(INSTALL_AS_INIT "Install initng as complete replacement for SysVInit" OFF)
 OPTION(DEBUG "Build with developer tools, turns on additional warnings and Werror" ON)
 OPTION(SELINUX "Enable SELinux" OFF)
 OPTION(WITH_BUSYBOX "Hacks to make initng work nice with busybox distros" OFF)

Modified: initng/trunk/NEWS
==============================================================================
--- initng/trunk/NEWS	(original)
+++ initng/trunk/NEWS	Sun May  7 13:21:00 2006
@@ -2,22 +2,23 @@
 ---------------
 
 2006/05/06
-initng-0.6.4
-	* Remove the auto[make:conf] buildsystem, ccmake is better in many ways.
-	* Add percentage on nge socket, now it will be possible to build splash deamons lissening on ngebus on boot.
-	* Work on getting escapechars work in i files, with i parser. \; wont break the row anymore.
-	* Many string functions was rewritten, to decrease cpu usage.
+initng-0.6.4 Never been so good
+	* Remove the auto[make:conf] buildsystem - ccmake is better in many ways.
+	* Install the libs to /lib64 if needed.
+	* Add percentage to nge socket - now it is possible to build splash deamons listening on ngebus during boot.
+	* Work on getting escape chars work in i-files, with i-parser. \; wont break the row anymore.
+	* Many string functions were rewritten, to decrease cpu usage.
 	* Added the possibility to use test/*/* services.
-	* Fixed an cirular bug in i_parser used with find plugin that coud lock up initng.
-	* Added a new command to be able to manually launch scripts in i.files for other functions then starting and stopping a service.
+	* Fixed a cirular bug in i_parser used by the find plugin that could lock up initng.
+	* Added a new command to be able to manually launch scripts in i-files for other functions than starting and stopping a service.
 	* Fixed a buffer handeling bug.
 	* Ngc4 protocol updates.
 	* Add state descriptions on all states printed by ngc -S (--states)
 	* Fixed random ngc command failure.
 	* Lots of bugfixing and memleaks fixed as usual.
 	* Add a provide plugin, not enabled by default to copile, this plugin is pretty untested.
-	* Add a NO_CACHE that can be atted to service_types that is not based on a file, This one is experimental, and only used by provide plugin today that is not compiled by default.
-	* Ngc4 header update.	
+	* Add a NO_CACHE option which can be added to service_types which are not based on a file. This one is experimental, and only used by the provide plugin today which is not compiled by default.
+	* Ngc4 header updated.
 
 2006/03/26 12:00 CET
 initng-0.6.3


More information about the Initng-svn mailing list