forked from komarov/switchman
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChanges
61 lines (43 loc) · 1.26 KB
/
Changes
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
55
56
57
58
59
60
Revision history for Perl module App::Switchman
1.08 2015-03-24
+ termination_timeout config option
1.07 2014-12-08
* specify minimal good version of Net::ZooKeeper in dependencies
1.06 2014-11-24
* fixed bug in wait_in_queue for the case when the node was removed during processing
1.05 2013-10-07
* increased reconnect tries
1.04 2013-09-25
* fixed prepare_zknodes
1.03 2013-09-23
* improved error handling
* optimistic reconnect
1.02 2013-09-11
* implemented nested groups support
* removed load_prefix_data from BUILD
* reformatted Changes (thanks to Neil Bowers)
1.01 2013-09-09
* lockname with '/' is explicitly forbidden
* simplified signal handling
1.00 2013-07-15
+ resource leasing support
* OO-interface for App::Switchman
* default config at /etc/switchman.conf
* group option is no longer required
0.08 2013-02-13
+ scripts for monitoring
0.07 2013-02-12
* improved logging
0.06 2013-02-08
+ logfile and loglevel in config
* Log::Dispatch dependency
0.05 2012-11-19
* cache fqdn() result
0.04 2012-11-15
* improved cmd arguments handling
0.03 2012-11-15
+ App::Switchman
0.02 2012-11-05
+ store hostname and pid in lock znode
0.01 2012-10-24
initial release