[Initng-svn] r3781 - in initng/trunk: .
svn at initng.thinktux.net
svn at initng.thinktux.net
Thu Apr 13 00:09:25 CEST 2006
Author: trigger
Date: Thu Apr 13 00:09:24 2006
New Revision: 3781
Modified:
initng/trunk/NEWS
initng/trunk/devtool/package.sh
Log:
same for the core...
Modified: initng/trunk/NEWS
==============================================================================
--- initng/trunk/NEWS (original)
+++ initng/trunk/NEWS Thu Apr 13 00:09:24 2006
@@ -1,26 +1,28 @@
Version History:
---------------
- 2006/04/09 13:00 CET
+ 2006/04/13 00:00 CET
initng-0.6.1RC1
- * Completely rewritten ngc4 plugin, more nice output written as an clientpart so
- writing gui-tools using ngc is now possible.
+ * Completed support for cmake - you will need cmake to install Initng now!!!
+ * Got new website adress http://www.initng.org/
+ * Completely rewritten ngc4 plugin, more nice output written as an clientpart so
+ writing gui-tools using ngc is now possible.
* Added comments to the code
* Documentation added for all plugins along with templates
* Cleanups in the code and output
* Fixed segfault from DBus plugin
* Completed support for cmake
* Got new website adress http://www.initng.org/
- * Initng data storage backend rewritten.
- * Fond a lot of memoryholes.
- * Add support for google coredumper on segfaults.
- * nge plugin updates, to work with the reall nice initng-gnome tool.
- * Segfauting code is now more safe.
- * Moved away some commands used for devel users from stcmd to debug_commands plugin.
- * Now initng may only have 1 runlevel up, trying to start a new one will force the old one down,
- this also fixes issues when changing runlevel and all services not in the new one was stopped.
- * hotreload issues fixed.
- * Fixes to get initng use less cpu usage.
- * LOTS OF BUGFIXING.
+ * Initng data storage backend rewritten.
+ * Fond a lot of memoryholes.
+ * Add support for google coredumper on segfaults.
+ * nge plugin updates, to work with the reall nice initng-gnome tool.
+ * Segfauting code is now more safe.
+ * Moved away some commands used for devel users from stcmd to debug_commands plugin.
+ * Now initng may only have 1 runlevel up, trying to start a new one will force the old one down,
+ this also fixes issues when changing runlevel and all services not in the new one was stopped.
+ * hotreload issues fixed.
+ * Fixes to get initng use less cpu usage.
+ * LOTS OF BUGFIXING.
* much more
2006/03/21 12:00 CET
Modified: initng/trunk/devtool/package.sh
==============================================================================
--- initng/trunk/devtool/package.sh (original)
+++ initng/trunk/devtool/package.sh Thu Apr 13 00:09:24 2006
@@ -26,8 +26,9 @@
rm -rf $EXPORT_DIR/$i
done
-echo "Creating tarball"
+echo "Creating tarballs"
tar -czf initng-$VERSION.tar.gz $EXPORT_DIR
+tar -cjf initng-$VERSION.tar.bz2 $EXPORT_DIR
echo "Cleaning up"
rm -rf $EXPORT_DIR
More information about the Initng-svn
mailing list