summaryrefslogtreecommitdiff
path: root/CHANGELOG
blob: cf89f4e6af1684d7db21fb6fb3c7b9bcdc28d5c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Mo 30. Mai 21:29:20 CEST 2011
* Implemented Time::HiRes job scheduling
* Added passing of startup options. E.g. 
        ./control start daemon.daemonize=no daemon.loopinterval=10
  starts perldaemon in foreground w/ a loopinterval of 10 seconds.
  It's possible to overwrite all defaults specified in perldaemon.conf

Di 24. Mai 08:46:09 CEST 2011
* Renamed modules config options
        daemon.modulesruninterval -> daemon.modules.runiterval 
        daemon.modulesdir -> daemon.modules.dir 

Mo 23. Mai 08:30:06 CEST 2011
* Added TODO list

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 dynamic loadable module support including an example

Do 17. Mär 09:10:38 CET 2011
* Renamed DaemonLogic into RunModule
* Added ./conf and ./PerlDaemon subdirs and moved stuff into it
* Added to all Modules the PerlDaemon:: prefix

Fr 11. Mär 08:54:39 CET 2011
* New property: daemon.loopinterval

Mo 7. Mär 21:43:23 CET 2011
* Introduced simple OOP to the PerlDaemon 
* Added a Logger and a DaemonLogic class.

So 6. Feb 13:14:32 CET 2011
* PerlDaemon is now CamelCase

So 6. Feb 12:56:44 CET 2011
* Initial Version v1.0 Released