diff options
| author | Paul Buetow <paul@buetow.org> | 2011-05-13 15:23:56 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2011-05-13 15:23:56 +0000 |
| commit | 23046fb3e69922f8b9bd985e5c79d537fc7a6841 (patch) | |
| tree | 520b04641492986879b71b19aa89d7bbefefd6aa | |
| parent | bf0f7cefa3760868e688dca6d7504bf2a40649e6 (diff) | |
added VERSION file
| -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 |
