X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=NEWS;h=e89dcc4feed420d9cb48cc0259b12c4387e3c188;hp=bac4d122f5355cb68899a4dc4c0d99582227148b;hb=9157af45b109fc2bb0e8e8c5ec9f20d28921f424;hpb=c502ca0c6ed02387134193d215f6af0b3e29afe1 diff --git a/NEWS b/NEWS index bac4d12..e89dcc4 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 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