summaryrefslogtreecommitdiff
path: root/CHANGELOG
blob: 87ee9120304a2198102d75618484c5a8aa646a8c (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
42
43
44
45
46
47
48
Mo 6. Jun 09:03:57 CEST 2011
* Added './control foreground' startup option
* Added correct time carrying

Do 2. Jun 11:09:25 CEST 2011
* Added module load error handling 

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