ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent-Watchdog/Changes
Revision: 1.13
Committed: Thu Apr 28 16:16:37 2022 UTC (2 years ago) by root
Branch: MAIN
CVS Tags: rel-1_02, HEAD
Changes since 1.12: +3 -0 lines
Log Message:
1.02

File Contents

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