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