X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=program%2FNEWS;h=156864e7f855a28165ec662c4145ab185ba8a7bd;hb=15abbe3dfd25bc5d8cdb7c615062ceb7a7fbd78e;hp=355362104d3589aab39a72a38e132c89ef03eb10;hpb=1ea4ec98454578059cf98abaea75e40a0e9e2fa1;p=rrdtool-all.git diff --git a/program/NEWS b/program/NEWS index 35536210..156864e7 100644 --- a/program/NEWS +++ b/program/NEWS @@ -6,13 +6,13 @@ Graphing -------- * rewritten graphics generation based on libart. - - antialiased output + - anti-aliased output - alpha transparency support - truetype fonts * additional graphics formats: EPS, PDF, SVG -* extended multipart documentation +* extended multi-part documentation * VDEF support; define and use variables. Find, and use, the maximum rate seen by rrdtool; compute and show the average @@ -33,17 +33,24 @@ Logging Compare current data with expected data, detect and log when the rates are outside expected levels -* COMPUTE datatype for artificial datasources calculating their - input using RPN math and data from the other datasources. +* COMPUTE data type for artificial data-sources calculating their + input using RPN math and data from the other data-sources. Incompatibilities ----------------- * Colons in COMMENT arguments to rrdtool graph must be escaped with a backslash +* the --alt-y-mrtg option is gone or rather since 1.2.7 it is back but + without functionality. + +* In pipe mode, rrdtool answers with OK only if it was successful with the + command. Otherwhise the answer will be ERROR... + + Behind the Scenes ----------------- * In order to support Holt-Winters and Calculated Datasources, - the rrdtool dataformat has changed. While the new version of rrdtool can + the rrdtool data format has changed. While the new version of rrdtool can read files created with rrdtool 1.0.x. It is not possible to read files created by rrdtool-1.2.x with rrdtool-1.0.x