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