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