X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=NEWS;h=f9a24689cf2583baca6aa4adb49502e7fcecb85e;hp=6648d63c9561a76e307651e8ada0fa2b24ec1a64;hb=06d2116bfef88c41e3a64ca596acdba6ff078c23;hpb=8d6912995d9641a27ef051ad4234883c89464ca0 diff --git a/NEWS b/NEWS index 6648d63..f9a2468 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,40 @@ ##################################### -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 + + +API +--- +* exported rrd_update_v_r for theadsave rrd_update calls + +Bindings +-------- +* dotnet by Euphoria Audio + + +##################################### +Major Changes between 1.3.x and 1.4.x +------------------------------------- + RRD Caching Daemon (rrdcached) ------------------------------ by Florian Forster and Kevin Brintnall @@ -16,6 +48,7 @@ updates before writing them to the actual rrd file. When calling rrdtool graph in such a setup, the command will tell the daemon to flush out all pending updates for the rrd files, required to draw the graph. +See rrdcached documentation. RRD Dumping and Restoring (rrdtool dump/restore) ------------------------------------------------ @@ -41,7 +74,7 @@ by Martin Sperl required for HoltWinters. * LibDBI integration provides a path to read data directly of a supported - SQL database into rrdtool graph. + SQL database into rrdtool graph. See rrdgraph_libdbi documentation. Miscellaneous Changes --------------------- @@ -71,8 +104,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.