summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2008-06-30 22:55:50 +0200
committerTobi Oetiker <tobi@oetiker.ch>2008-06-30 22:55:50 +0200
commit11299344ee659123b8fe18794da4e7a7b24c6e5c (patch)
tree0cc23c2e8afdeb25711b4a7c5786563eb1dcf397 /CHANGES
parentfae328cd534c1f700cdf8576cd370f68d62d585a (diff)
downloadsmokeping-11299344ee659123b8fe18794da4e7a7b24c6e5c.tar.gz
smokeping-11299344ee659123b8fe18794da4e7a7b24c6e5c.tar.xz
improved documentation for master/slave
fixed taint error in Smokeping.pm
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 57d871e..5366a3f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+* kill taint error in Smokeping.pm -- tobi
+
+* better master/slave secrets documentation -- tobi
+
* do not load :sys_wait_h from POSIX perl module since this seems to
be missing in some linux distros and we can do alright without I think.