cinit-0.3pre8: 2007-04-06
   - Updated and merged documentation: Codingstyle and Codingguide
   - Cleaned sigaction-code (fixes segfault on glibc)
   - Cleaned object listings
   - Added notifications at shutdown
   - Fixed status check

cinit-0.3pre7: 2007-02-17
   - Many code cleanups
   - Fixed glibc problem with sigaction (for details view src/core/set_signals.c)
   - Added general shutdown support (will *NOT* yet stop services,
     but still stop your system)

cinit-0.3pre6:
   - Many code cleanups
   - Added user documentation and cleaned up documentation in general

cinit-0.3pre5:
   - Finished new SIGCHLD handler
   - First cleanups for real release.
   - This version is the first 0.3pre version that can handle respawn!

cinit-0.3pre4:
   - Re-implemented execution of services.
   - This version is the first 0.3pre version that COULD bootup your system!

cinit-0.3pre3:
   - Finished execution all services via the reversed service tree.

cinit-0.3pre2:
   - Finished generation of the dependency tree.

cinit-0.3pre1:
   - cinit should now compile on mostly all unices
   - introduced much new code
   - THIS IS A DEVELOPER RELEASE, NOT USABLE IN PRODUCTION ENVIRONMENTS.

cinit-0.2.1: (Bugfix release)
   - Fixed problem in contrib+tools/Makefile when installing
   - added many new scripts to convert sys-v-init, which are still early beta
      (see bin/cinit.merge.sysvinit-debian-sid)

cinit-0.2:
   - Much more verbose error reporting
   - You can now also disable 'once ran' services,
   - You can restart services with csevice -r
   - Online speech in German is available
   - C_DELAY support - variable delay for sending SIGKILL after SIGTERM
   - First /etc/csys configuration example (wasserstoff) is available
   - a Mailing list was created
   - Added tools to analyze cinit configuration
      (cinit-vis.pl, cinit.graph.text.c)
   - Added tools to import and export configuration to XML
      (make.cconfig.from.xml.rb,cconfig.graph.xml.rb)
   - Removed unecessary signalling
   - Added many helper scripts to install services (cinit.install.service*)
   - Fixed many small bugs in old helper scripts (cinit.add.getty, cinit.get-conf, ...)
   - Added ccontrol, which allows to control cinit
   - Added update (-u) via ccontrol
   - Stripped cservice, which now "only" controls services
   - Removed swapoff from cinit code, should be handled by off
   - Much better error and processing descriptions
   - A bit more verbose reporting
   - Restructured run_svc, now with better error detection
   - Removed Kernel panic, when halting system
