X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=NEWS;h=8a48192af00a43722022661f88ccfb70784bfac2;hp=3b13f7f3f5ad6282e5bd8184095f4a4a860851bb;hb=0a01aa9bbe9e95237c639e56099707b1422acbc8;hpb=bb42c05f3e1212918365b59f2ea140f3f8b3e44c diff --git a/NEWS b/NEWS index 3b13f7f..8a48192 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,46 @@ ##################################### -Major Changes between 1.3.x and 1.4.x +Major Changes between 1.4.x and ... ------------------------------------- $Id$ +RRD Graph +--------- +* GRAD element for graph, it acts more or less like an AREA, + except you can specify a second color and a height which is used to + create a gradient from one color to the next + by Rian Shelley + +* RRDcached awareness. Instead of just flushing the file, data can now + be pulled in from remote RRDcached instances. + +* VDEF results do now explicitly KNOW when they have no time associated + and can behave appropriately. -- Jean-Edouard Babin + +RRDcached +---------- +* New FETCH command allowing rrd_fetch to operate through the daemon and + thus work remotely. By Florian Forster + +* New rrd_client commands INFO, FIRST, LAST, CREATE by Steve Shipway + +API +--- +* exported rrd_update_v_r for theadsave rrd_update calls + +libDBI +------ +* make rrdfillmissing actually work. The parameter is now in seconds and not + in steps for ease of use by Hans Jørgen Jakobsen + +Bindings +-------- +* dotnet by Chris Larsen of Euphoria Audio + + +##################################### +Major Changes between 1.3.x and 1.4.x +------------------------------------- + RRD Caching Daemon (rrdcached) ------------------------------ by Florian Forster and Kevin Brintnall @@ -72,8 +110,8 @@ Miscellaneous Changes * new graph option --border to set the 3d border width by Bernhard Reutner-Fischer -* draw different color swats depending on the type of line drawn in the - graph by Loïc Tortay +* draw different color markers (enable with --dynamic-labels) depending on the + type of element in the graph by Loïc Tortay for more detail see the CHANGES file.