febb6184a294cd3cd0b2a69395de8062718b5be7
[rrdtool.git] / NEWS
1 RRDTOOL NEWS
2 ============
3
4
5 In this file I am noting the Major changes to rrdtool
6 for details check the cvs ChangeLog
7
8 2001/03/10 Jake Brutlag <jakeb@corp.webtv.net>
9   Support for COMPUTE data sources (CDEF data sources). Removes the RPN
10   parser and calculator from rrd_graph and puts then in a new file,
11   rrd_rpncalc.c. Changes to core files rrd_create and rrd_update. Some
12   clean-up of aberrant behavior stuff, including a bug fix. 
13   Documentation update (rrdcreate.pod, rrdupdate.pod). Change xml format.
14  
15   
16 2001/03/07 Tobias Oetiker <oetiker@ee.ethz.ch> 
17   Integrated complete rewrite
18   of rrdgraph documentation by Alex van den Bogaerdt
19   <alex@slot.hollandcasino.nl>. This also contains info on his planned
20   changes to the rrdgraph module
21
22 2001/03/02 Tobias Oetiker <oetiker@ee.ethz.ch>
23   Added Aberrant Patch from Jake Brutlag <jakeb@microsoft.com>
24   From now one, new rrd files use version tag 0002. They can
25   NOT be read by the old 1.0.x rrdtools. 
26  
27   Jake:
28   Aberrant Behavior Detection support. A brief overview added to
29   rrdtool.pod.  Major updates to rrd_update.c, rrd_create.c. Minor update to
30   other core files.  Updated documentation: rrdcreate.pod, rrdgraph.pod,
31   rrdtune.pod.  This is backwards compatible (i.e. new tool can read and will
32   leave the binary header unchanged for old files).
33   See http://cricket.sourceforge.net/aberrant/rrd_hw.htm