summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2007-12-13 21:46:27 +0100
committerTobi Oetiker <tobi@oetiker.ch>2007-12-13 21:46:27 +0100
commit68ea224e043c83de1d185cb6fa329997a34ec74d (patch)
tree2afc39b1abcec5c1d6f0fbc54e72428e225151da /CHANGES
parent1f7c876a44f4bcb28affa098c283979b2bc08f32 (diff)
downloadsmokeping-68ea224e043c83de1d185cb6fa329997a34ec74d.tar.gz
smokeping-68ea224e043c83de1d185cb6fa329997a34ec74d.tar.xz
working towards fixing the master config
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 85a190f..0feb6f5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,7 +1,12 @@
+* fix file locking for solaris in master/slave setups. work in progress. -- tobi
+
* EchoPingHttp: add the 'accept_redirects' option, suggested by
Kelly Shutt <kelly *websitesource.com> --niko
+
* remove a leftover 'use HTTP::Request' from Smokeping::Master -- niko
+
* document the LWP dependency of the Smokeping::Slave module -- niko
+
* fix restart behaviour of clients in multiprocess mode. now we just send
ourself a SIGHUP and let 'it' happen -- tobi