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