ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent-Watchdog/Changes
Revision: 1.9
Committed: Tue Sep 1 16:33:34 2009 UTC (14 years, 8 months ago) by root
Branch: MAIN
Changes since 1.8: +2 -0 lines
Log Message:
*** empty log message ***

File Contents

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