X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=NEWS;h=ef37928689672515de375916e9f76e3413041e80;hb=d9f0a33ed9037c2e5870da9fa888e3b48f270762;hp=19fed3eb0b13cf18f98d2d562639322f28ef842b;hpb=65c3cfc65d68cb8ad49dfa6af8052b953bfe81f6;p=rrdtool.git diff --git a/NEWS b/NEWS index 19fed3e..ef37928 100644 --- a/NEWS +++ b/NEWS @@ -6,13 +6,21 @@ In this file I am noting the Major changes to rrdtool for details check the cvs ChangeLog +2001/07/26 Alex van den Bogaerdt + Added TOTAL to the VDEF functions. + +2001/07/19 Alex van den Bogaerdt + VDEF support. This is a variable containing one value + and a time component. This type of variable can hold + the result of a function over a complete time series + of data (DEF or CDEF) such as the maximum seen, and when. + 2001/03/10 Jake Brutlag Support for COMPUTE data sources (CDEF data sources). Removes the RPN parser and calculator from rrd_graph and puts then in a new file, rrd_rpncalc.c. Changes to core files rrd_create and rrd_update. Some clean-up of aberrant behavior stuff, including a bug fix. Documentation update (rrdcreate.pod, rrdupdate.pod). Change xml format. - 2001/03/07 Tobias Oetiker Integrated complete rewrite