summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d19964e)
raw | patch | inline | side by side (parent: d19964e)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Mon, 22 Mar 2010 16:05:23 +0000 (16:05 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Mon, 22 Mar 2010 16:05:23 +0000 (16:05 +0000) |
program/CHANGES | patch | blob | history |
diff --git a/program/CHANGES b/program/CHANGES
index 3741a242a17c869b090920e7fdefe2f096fd6b7e..e2a8674be373f6525b523444fd1df94c35fb07be 100644 (file)
--- a/program/CHANGES
+++ b/program/CHANGES
* ruby bindings: rb_rrd_xport function -- Pavel Pachkovskij pavel.pachkovskij azati.com
-* use locale settings and _NL_TIME_WEEK_1STDAY to determin the first
+* use locale settings and _NL_TIME_WEEK_1STDAY to determine the first
day of the week. Works on Linux at least -- Tobi Oetiker
* rrd_graph: \u to backup one line for special legend placement tricks
* rrd_update: fix for max calculation ... the MAX value of the current
consolidation interval was pre-initialized with the MAX value from the
- previouse interval (an over optimization). -- Tobi Oetiker
+ previous interval (an over optimization). -- Tobi Oetiker
* build: additional dependencies on Makefile to make sure bindings makefiles
get rebuild after reconfig -- Tobi Oetiker
* ruby bindings: reset rrd_state for grapv in ruby bindings -- Sven Engelhardt
* rrd_cgi: make sure that (argv-1)[0] points to something sensible ...
- hack to undo the damage caused by a sensless optimization. see bug #251
+ hack to undo the damage caused by a senseless optimization. see bug #251
-- tobi oetiker
* rrd_graph: fix right aligned text -- tobi oetiker