ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent-Watchdog/Changes
Revision: 1.11
Committed: Wed Oct 24 17:05:33 2012 UTC (11 years, 6 months ago) by root
Branch: MAIN
Changes since 1.10: +1 -0 lines
Log Message:
*** empty log message ***

File Contents

# Content
1 Revision history for AnyEvent::Watchdog
2
3 TODO: testsuite
4 TODO: document $^C or so for autostart
5
6 1.0 Wed Sep 2 20:39:06 CEST 2009
7 - INCOMPATIBLE CHANGE: split into two modules, new module
8 AnyEvent::Watchdog::Util is not responsible for controlling.
9 - heartbeat can now *really* disable the heartbeat.
10 - new function: restart_in, like restart but without exit.
11 - new function: on_exit, for safe cleanup-handlers.
12
13 0.9 Sat Aug 15 01:06:17 CEST 2009
14 - allow heartbeat to be reset to zero again.
15
16 0.1 Sun Aug 2 17:49:10 CEST 2009
17 - first release, basically works for me(tm).
18
19 0.0 Sun Aug 2 16:50:29 CEST 2009
20 - original version, leftover garbage from hacking on AnyEvent::MP.