summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorTobias Oetiker <tobi@oetiker.ch>2012-07-03 21:09:48 +0200
committerTobias Oetiker <tobi@oetiker.ch>2012-07-03 21:09:48 +0200
commit689cbec359940d2eead85d9567a4b3be530507af (patch)
tree4ffc752d893ad2ae3564941cfa71d1203430111d /CHANGES
parent972673d1c94305ad6631e15b3b4213a0b4aef728 (diff)
downloadsmokeping-689cbec359940d2eead85d9567a4b3be530507af.tar.gz
smokeping-689cbec359940d2eead85d9567a4b3be530507af.tar.xz
fix smokeinfo to actually consider --start and --end
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 4adc81b..4bb9c1c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+* in smokeinfo actually use the start and end options ... do not only
+ advertise them ... thanks to Chris Myers for reporting this -- tobi
+
* in the smokeping.fcgi sample, make sure to exec the script so that
mod_fcgi tracks the right process -- Eric Searcy