diff options
| -rw-r--r-- | CHANGELOG | 6 | ||||
| -rw-r--r-- | README | 2 | ||||
| -rw-r--r-- | VERSION | 1 |
3 files changed, 7 insertions, 2 deletions
@@ -1,8 +1,10 @@ - +Fr 13. Mai 18:21:08 CEST 2011 +* Released PerlDaemon v1.1 * Major refactoring +* Added warn message support * Added 'restart' option * Added README file including a quick starting guide -* Added separate PerlDaemonModules directory and an example module +* Added dynamic loadable module support including an example Do 17. Mär 09:10:38 CET 2011 * Renamed DaemonLogic into RunModule @@ -11,6 +11,8 @@ It supports: * Easy to configure * Easy to extend (writing your own modules within PerlDaemonModules::) +The perldaemon website is located at http://perldaemon.buetow.org + QUICK START GUIDE: # Starting @@ -0,0 +1 @@ +PerlDaemon v1.1 |
