ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent-Watchdog/Changes
Revision: 1.10
Committed: Wed Sep 2 18:41:56 2009 UTC (14 years, 8 months ago) by root
Branch: MAIN
CVS Tags: rel-1_0
Changes since 1.9: +1 -3 lines
Log Message:
1.0

File Contents

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