[Initng-svn] r4069 - in initng: branches/0.6.5

svn at initng.thinktux.net svn at initng.thinktux.net
Mon May 8 14:06:09 CEST 2006


Author: trigger
Date: Mon May  8 14:06:08 2006
New Revision: 4069

Added:
   initng/branches/0.6.5/
      - copied from r4068, /initng/trunk/
Modified:
   initng/branches/0.6.5/CMakeLists.txt
   initng/branches/0.6.5/NEWS
   initng/trunk/CMakeLists.txt
   initng/trunk/NEWS

Log:
a branch for 0.6.5

Modified: initng/branches/0.6.5/CMakeLists.txt
==============================================================================
--- /initng/trunk/CMakeLists.txt	(original)
+++ initng/branches/0.6.5/CMakeLists.txt	Mon May  8 14:06:08 2006
@@ -1,6 +1,6 @@
 PROJECT(initng)
-SET(VERSION "0.6.5svn" CACHE STRING "Version number of the project")
-SET(VERSION_NAME "Never been so good" CACHE STRING "Version string")
+SET(VERSION "0.6.5" CACHE STRING "Version number of the project")
+SET(VERSION_NAME "Never been so good (Part 2)" 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.")

Modified: initng/branches/0.6.5/NEWS
==============================================================================
--- /initng/trunk/NEWS	(original)
+++ initng/branches/0.6.5/NEWS	Mon May  8 14:06:08 2006
@@ -1,7 +1,7 @@
 Version History:
 ---------------
 2006/05/07
-initng-0.6.5 Fixes nasty bug
+initng-0.6.5 Never been so good (Part 2)
 	* A bug in iparser made initng segfault if trying to start a service like test/*/* with ngc -u test/abc/def.
 	* Add a state REQ_NOT_FOUND that will be put on services that require = not_found; instead of refusing to start them.
 	* Selinux code moved to a plugin, is so far untested.

Modified: initng/trunk/CMakeLists.txt
==============================================================================
--- initng/trunk/CMakeLists.txt	(original)
+++ initng/trunk/CMakeLists.txt	Mon May  8 14:06:08 2006
@@ -1,6 +1,6 @@
 PROJECT(initng)
-SET(VERSION "0.6.5svn" CACHE STRING "Version number of the project")
-SET(VERSION_NAME "Never been so good" CACHE STRING "Version string")
+SET(VERSION "0.6.6svn" CACHE STRING "Version number of the project")
+SET(VERSION_NAME "Never been so good (Part 2)" 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.")

Modified: initng/trunk/NEWS
==============================================================================
--- initng/trunk/NEWS	(original)
+++ initng/trunk/NEWS	Mon May  8 14:06:08 2006
@@ -1,7 +1,7 @@
 Version History:
 ---------------
 2006/05/07
-initng-0.6.5 Fixes nasty bug
+initng-0.6.5 Never been so good (Part 2)
 	* A bug in iparser made initng segfault if trying to start a service like test/*/* with ngc -u test/abc/def.
 	* Add a state REQ_NOT_FOUND that will be put on services that require = not_found; instead of refusing to start them.
 	* Selinux code moved to a plugin, is so far untested.


More information about the Initng-svn mailing list