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