-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES.txt
54 lines (30 loc) · 1.04 KB
/
CHANGES.txt
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
49
50
51
52
53
54
superlance Changelog
====================
Next Release
------------
- Separated unit tests into their own files
- Created ``fatalmailbatch`` plugin
- Created ``crashmailbatch`` plugin
- Sphinxified documentation.
- Fixed ``test_suite`` to use the correct module name in setup.py.
- Fixed the tests for ``memmon`` to import the correct module.
- Applied patch from Sam Bartlett: processes which are not autostarted
have pid "0". This was crashing ``memmon``.
0.5 (2009-05-24)
---------------
- Added the ``memmon`` plugin, originally bundled with supervisor and
now moved to superlance.
0.4 (2009-02-11)
----------------
- Added ``eager`` and ``not-eager`` options to the ``httpok`` plugin.
If ``not-eager`` is set, and no process being monitored is in the
``RUNNING`` state, skip the URL check / mail message.
0.3 (2008-12-10)
----------------
- Added ``gcore`` and ``coredir`` options to the ``httpok`` plugin.
0.2 (2008-11-21)
----------------
- Added the ``crashmail`` plugin.
0.1 (2008-09-18)
----------------
- Initial release