ANNOUNCE--0.6 1.4 KB

12345678910111213141516171819202122232425262728293031
  1. Announcement: dmd -0.6
  2. =-=-=-=-=-=-=-=-=-=-=-
  3. About this release:
  4. This version (code named "sunflower-seeds-in-the-keyboard", for no
  5. particular reason) offers no major feature enhancements, but shows
  6. what I consider ``user friendliness'', an aspect that will become more
  7. important over time. The most interesting improvement of this version
  8. are docstrings. Descriptions of services and service-specific actions
  9. can be embedded in the code and looked up with the new `doc' action.
  10. Additionally, the dmd distribution now contains a very interesting
  11. example of an `unknown' service (i.e. a handler that gets invoked if
  12. the user wants to operate on a service that does not exist) in the
  13. `examples/' subdirectory. As usual, various other minor stuff has
  14. been done.
  15. About the software:
  16. The dmd program is a "Daemon managing Daemons" (or "Daemons-managing
  17. Daemon"?), i.e. a service manager, that is written in Guile, the
  18. extension language of the GNU project. It provides a replacement for
  19. the service-managing capabillities of SysV-init (or any other init)
  20. with a both powerfull and beautiful dependency-based system with a
  21. convenient interface. It is intended for use on GNU/Hurd, but it is
  22. supposed to work on every POSIX-like system where Guile is available.
  23. In particular, it has been tested on GNU/Linux.
  24. Get it from <http://www.8ung.at/shell/dmd--0.6.tar.gz>.
  25. Cheers,
  26. GNU/Wolfgang