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