403f7000d79ffbcbd7a7d3fa01b07a6dd4bdadc0
[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 2002/01/15 Tobias Oetiker <tobi@oetiker.ch>
9   The BIG graph update
10   * Replace libgd with libart
11   * Added freetype
12   * Updated zlib and libpng
13   * rrd_gfx.c intrduced as libart wrapper
14   * LINE takes now a float as argument
15   * rrdtool uses truetype for fonts
16   * thanks to libart there is now full alpha transparenc
17     and antialiasing.
18   * the new option --font lets customize the font
19     and size for various graph elements
20   * Updated to -> libtool 1.4.2 automake 2.12 autoconf 2.52
21   * new --zoom commandline option for zoom ans shrinking
22   ---- Still missing is rotatet text for the yaxis description
23   ---- Still missing is tab support in the text rendere
24   ---- Still missing is autoconf support for a default truetype font
25
26 2001/07/26 Alex van den Bogaerdt <alex@ergens.op.Het.Net>
27   Added TOTAL to the VDEF functions.
28
29 2001/07/19 Alex van den Bogaerdt <alex@ergens.op.Het.Net>
30   VDEF support.  This is a variable containing one value
31   and a time component.  This type of variable can hold
32   the result of a function over a complete time series
33   of data (DEF or CDEF) such as the maximum seen, and when.
34
35 2001/03/10 Jake Brutlag <jakeb@corp.webtv.net>
36   Support for COMPUTE data sources (CDEF data sources). Removes the RPN
37   parser and calculator from rrd_graph and puts then in a new file,
38   rrd_rpncalc.c. Changes to core files rrd_create and rrd_update. Some
39   clean-up of aberrant behavior stuff, including a bug fix. 
40   Documentation update (rrdcreate.pod, rrdupdate.pod). Change xml format.
41   
42 2001/03/07 Tobias Oetiker <oetiker@ee.ethz.ch> 
43   Integrated complete rewrite
44   of rrdgraph documentation by Alex van den Bogaerdt
45   <alex@slot.hollandcasino.nl>. This also contains info on his planned
46   changes to the rrdgraph module
47
48 2001/03/02 Tobias Oetiker <oetiker@ee.ethz.ch>
49   Added Aberrant Patch from Jake Brutlag <jakeb@microsoft.com>
50   From now one, new rrd files use version tag 0002. They can
51   NOT be read by the old 1.0.x rrdtools. 
52  
53   Jake:
54   Aberrant Behavior Detection support. A brief overview added to
55   rrdtool.pod.  Major updates to rrd_update.c, rrd_create.c. Minor update to
56   other core files.  Updated documentation: rrdcreate.pod, rrdgraph.pod,
57   rrdtune.pod.  This is backwards compatible (i.e. new tool can read and will
58   leave the binary header unchanged for old files).
59   See http://cricket.sourceforge.net/aberrant/rrd_hw.htm