summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2007-09-16 17:12:25 +0200
committerTobi Oetiker <tobi@oetiker.ch>2007-09-16 17:12:25 +0200
commitb5b7c0f2dc7420cb4c322f571ae16743bd621b39 (patch)
treec4db951c7da3536a95a8bc51581c44e6501aa767 /CHANGES
parent246f2b329811de06711d2c60c1010106034a7eec (diff)
downloadsmokeping-b5b7c0f2dc7420cb4c322f571ae16743bd621b39.tar.gz
smokeping-b5b7c0f2dc7420cb4c322f571ae16743bd621b39.tar.xz
* don't complain when there is no data in a graph yet while calculation stddev -- tobi
* in a multihost graph take the number of pings for each component into consideration -- tobi
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index b34bacd..9f7bdec 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,6 @@
-* fixed problem with rounding error in calculating stddev
+* don't complain when there is no data in a graph yet while calculation stddev -- tobi
+* in a multihost graph take the number of pings for each component into consideration -- tobi
+* fixed problem with rounding error in calculating stddev -- tobi
* include the prototype.js license for completeness -- niko
* fix Smokeping.pm POD documentation -- niko