2005-06-17 09:05  oetiker

	* bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
	  configure.ac, doc/rrdbuild.pod, rrdtool.spec, src/gdpng.c,
	  src/gifsize.c, src/pngsize.c, src/rrd.h, src/rrd_afm.c,
	  src/rrd_afm.h, src/rrd_afm_data.c, src/rrd_afm_data.h,
	  src/rrd_cgi.c, src/rrd_create.c, src/rrd_datalang.c,
	  src/rrd_diff.c, src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c,
	  src/rrd_first.c, src/rrd_format.c, src/rrd_format.h,
	  src/rrd_gfx.c, src/rrd_gfx.h, src/rrd_graph.c,
	  src/rrd_graph_helper.c, src/rrd_hw.c, src/rrd_hw.h,
	  src/rrd_info.c, src/rrd_is_thread_safe.h, src/rrd_last.c,
	  src/rrd_not_thread_safe.c, src/rrd_open.c, src/rrd_resize.c,
	  src/rrd_restore.c, src/rrd_rpncalc.c, src/rrd_rpncalc.h,
	  src/rrd_stat.c, src/rrd_thread_safe.c, src/rrd_thread_safe_nt.c,
	  src/rrd_tool.c, src/rrd_tool.h, src/rrd_tune.c, src/rrd_update.c,
	  src/rrd_version.c, src/rrd_xport.c, src/rrd_xport.h: prepare for
	  the release of rrdtool-1.2.10

2005-06-16 22:09  oetiker

	* src/rrd_graph.c: when building the sgridstep in alt-y-grid mode,
	  take the --base into consideration.

2005-06-13 21:56  oetiker

	* src/rrd_graph.c: simplify code for generating y axis labels a bit.

2005-06-13 13:20  oetiker

	* src/rrd_gfx.c: wide chars should better be unsigned

2005-06-13 12:56  oetiker

	* src/rrd_gfx.c: fall back to assuming latin1 encoding if mbtowchar
	  conversion fails

2005-06-13 05:43  oetiker

	* doc/rrdgraph_data.pod, src/rrd_graph_helper.c: allow for VNAMES
	  starting with a number and add documentation -- Alex

2005-06-13 05:43  oetiker

	* doc/rrdgraph.pod: add notes about small numbers for --alt-y-grid

2005-06-12 20:01  oetiker

	* src/rrd_update.c: kill the last stored counter value if the
	  updates comes after mrhb to make sure it does not get taken into
	  account accedenly later on.

2005-06-12 20:00  oetiker

	* src/rrd_graph.c: make --alt-y-grid work properly in many more
	  cases than before

2005-06-11 19:03  oetiker

	* src/rrd_open.c: be more careful when checking if a file is an
	  rrdfile

2005-06-11 06:17  oetiker

	* doc/Makefile.am: distribute all generated documentation install in
	  share and not shared drop index.html link

2005-06-11 06:14  oetiker

	* examples/Makefile.am: install examples in an rrdtool specific
	  subdirectory if the prefix does not contain rrd -- Peter
	  Breitenlohner

2005-06-11 05:41  oetiker

	* bindings/Makefile.am, bindings/perl-piped/t/base.t: avoid problems
	  when building with VPATH set and --disable-perl fix make test for
	  perl-piped -- Peter Breitenlohner

2005-06-11 05:40  oetiker

	* bindings/python/Makefile.am, doc/Makefile.am: let 'out-of tree'
	  builds work for everythin but the perl module -- Peter
	  Breitenlohner

2005-06-11 05:37  oetiker

	* src/rrd_gfx.c: defined DPRINTF in a more compatible way -- Peter
	  Breitenlohner

2005-06-11 05:31  oetiker

	* acinclude.m4, configure.ac, src/Makefile.am: link libcgi only
	  against rrd_cgi since it is only needed there -- Peter
	  Breitenlohner

2005-06-11 05:29  oetiker

	* acinclude.m4, configure.ac: Make sure librrd_th properly depends
	  on libpthread. -- Peter Breitenlohner

2005-06-11 05:27  oetiker

	* src/rrd_create.c: avoid gcc (3.4.3) warnings char format,
	  different type arg -- Peter Breitenlohner

2005-06-11 05:26  oetiker

	* bindings/tcl/Makefile.am, bindings/tcl/ifOctets.tcl,
	  bindings/tcl/ifOctets.tcl.in, bindings/tcl/tclrrd.c, configure.ac:
	  fix various problems with the tcl bindings -- Peter Breitenlohner

2005-06-11 05:22  oetiker

	* CONTRIBUTORS: added peter breitenlohner

2005-06-11 05:20  oetiker

	* src/rrd_cgi.c: remove various gcc (3.4.3) warnings such as
	  discards qualifier all due to 'char **' vs. 'const char **'
	  discrepancies. -- Peter Breitenlohner peb with mppmu.mpg.de

2005-06-11 05:15  oetiker

	* src/rrd_first.c: re-innitializing sort of defeats the purpose

2005-06-11 05:03  oetiker

	* src/rrd_open.c: be more carefull in checking for sucessful open

2005-06-10 19:25  oetiker

	* doc/rrdgraph_data.pod: vnames MUST start with a letter

2005-06-10 19:24  oetiker

	* src/rrd_gfx.c: kill another warning

2005-06-10 18:44  oetiker

	* doc/rrdgraph.pod, src/rrd_graph.c: make --font more flexible: *
	  TITLE:30: just alter the size of the title *
	  DEFAULT:0:/tmp/funfont.ttf alter the font but not the size

2005-06-10 08:42  oetiker

	* doc/rrdbuild.pod: added missing cd and replace one path with a
	  variable

2005-06-07 22:10  oetiker

	* src/rrd_afm.c, src/rrd_afm.h, src/rrd_gfx.c: make pdf/eps/svg
	  formats utf8 aware too -- Peter Speck

2005-06-06 05:32  oetiker

	* rrdtool.spec: sync up with Dag Wieers version from
	  http://dag.wieers.com/packages/rrdtool/rrdtool.spec

2005-06-05 22:23  oetiker

	* doc/rrdgraph_rpn.pod, src/rrd_rpncalc.c, src/rrd_rpncalc.h: New
	  functions for CDEF ATAN2 RAD2DEG and DEG2RAD -- Simon Melhuish
	  <simon mailing from melhuish.info>

2005-05-31 06:22  oetiker

	* doc/rrd-beginners.pod: fixed epoch

2005-05-28 13:01  oetiker

	* bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
	  configure.ac, doc/rrdbuild.pod, rrdtool-1.2-release, rrdtool.spec,
	  src/Makefile.am, src/gdpng.c, src/gifsize.c, src/pngsize.c,
	  src/rrd.h, src/rrd_afm.c, src/rrd_afm.h, src/rrd_afm_data.c,
	  src/rrd_afm_data.h, src/rrd_cgi.c, src/rrd_create.c,
	  src/rrd_datalang.c, src/rrd_diff.c, src/rrd_dump.c,
	  src/rrd_error.c, src/rrd_fetch.c, src/rrd_first.c,
	  src/rrd_format.c, src/rrd_format.h, src/rrd_gfx.c, src/rrd_gfx.h,
	  src/rrd_graph.c, src/rrd_graph_helper.c, src/rrd_hw.c,
	  src/rrd_hw.h, src/rrd_info.c, src/rrd_is_thread_safe.h,
	  src/rrd_last.c, src/rrd_not_thread_safe.c, src/rrd_open.c,
	  src/rrd_resize.c, src/rrd_restore.c, src/rrd_rpncalc.c,
	  src/rrd_rpncalc.h, src/rrd_stat.c, src/rrd_thread_safe.c,
	  src/rrd_thread_safe_nt.c, src/rrd_tool.c, src/rrd_tool.h,
	  src/rrd_tune.c, src/rrd_update.c, src/rrd_version.c,
	  src/rrd_xport.c, src/rrd_xport.h: prepare for the release of
	  rrdtool-1.2.9

2005-05-28 12:53  oetiker

	* doc/rrdbuild.pod: add notes on building on Mac OS X

2005-05-28 12:52  oetiker

	* src/rrd_gfx.c, src/rrd_update.c: kill a few warnings

2005-05-28 12:52  oetiker

	* bindings/perl-shared/Makefile.PL: make the bindings work on os x

2005-05-27 19:17  oetiker

	* doc/rrdgraph_data.pod: add note on variable names

2005-05-27 19:12  oetiker

	* src/rrd_graph_helper.c: remove one more warning

2005-05-27 19:12  oetiker

	* src/rrd_graph.h: there is realy no reason to have the vnames
	  constraind so much

2005-05-27 19:01  oetiker

	* src/rrd_gfx.c: only print ttf font errors when compiled with
	  -DDEBUG

2005-05-22 22:29  oetiker

	* src/rrd_gfx.c: don't go into an endless loop upon finding a bad
	  character in a truetype font

2005-05-20 06:20  oetiker

	* doc/rrdbuild.pod: go into rrdbuild too if we use tcsh

2005-05-20 05:48  oetiker

	* rrdtool-1.2-release: initial checking

2005-05-20 05:46  oetiker

	* doc/bin_dec_hex.pod, doc/cdeftutorial.pod, doc/rpntutorial.pod,
	  doc/rrd-beginners.pod, doc/rrdbuild.pod, doc/rrdcgi.pod,
	  doc/rrdcreate.pod, doc/rrddump.pod, doc/rrdfetch.pod,
	  doc/rrdfirst.pod, doc/rrdgraph-old.pod, doc/rrdgraph.pod,
	  doc/rrdgraph_data.pod, doc/rrdgraph_graph.pod,
	  doc/rrdgraph_rpn.pod, doc/rrdpython.pod, doc/rrdresize.pod,
	  doc/rrdthreads.pod, doc/rrdtool.pod, doc/rrdtune.pod,
	  doc/rrdtutorial.es.pod, doc/rrdtutorial.pod, doc/rrdupdate.pod,
	  doc/rrdxport.pod: remove extra whitespace at the end of lines

2005-05-20 05:43  oetiker

	* doc/rrdbuild.pod: introduce builddir

2005-05-20 05:14  oetiker

	* configure.ac: iconf is not needed so to not check for it

2005-05-19 23:21  oetiker

	* src/Makefile.am, src/rrd_tool.c: added propper numeric version
	  number to version

2005-05-19 23:21  oetiker

	* configure.ac, src/rrd_gfx.c: add multibyte to wide char conversion
	  ability. Now every string users input should should be handled
	  propperly by rrdtool, whatever your locale says will work.

2005-05-19 23:19  oetiker

	* src/rrd_create.c: windows at least stores null terminated char
	  strings in dummychar1 -- Philippe

2005-05-18 20:20  oetiker

	* bindings/tcl/Makefile.am, bindings/tcl/tclrrd.c: make tcl compile
	  again ... don't know if it will work though

2005-05-18 19:43  oetiker

	* src/rrd.h: fix rrd_version prototype

2005-05-18 19:41  oetiker

	* configure.ac, src/Makefile.am, src/rrd.h, src/rrd_gfx.c,
	  src/rrd_is_thread_safe.h, src/rrd_tool.c, src/rrd_update.c,
	  src/rrd_version.c: cleaned up version number code and added new
	  function rrd_version -- partly by Burton Strauss

2005-05-18 19:18  oetiker

	* bindings/perl-shared/Makefile.PL: help building perl on hpux

2005-05-16 20:56  oetiker

	* bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
	  configure.ac, doc/rrdbuild.pod, rrdtool.spec, src/gdpng.c,
	  src/gifsize.c, src/pngsize.c, src/rrd.h, src/rrd_afm.c,
	  src/rrd_afm.h, src/rrd_afm_data.c, src/rrd_afm_data.h,
	  src/rrd_cgi.c, src/rrd_create.c, src/rrd_datalang.c,
	  src/rrd_diff.c, src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c,
	  src/rrd_first.c, src/rrd_format.c, src/rrd_format.h,
	  src/rrd_gfx.c, src/rrd_gfx.h, src/rrd_graph.c,
	  src/rrd_graph_helper.c, src/rrd_hw.c, src/rrd_hw.h,
	  src/rrd_info.c, src/rrd_is_thread_safe.h, src/rrd_last.c,
	  src/rrd_not_thread_safe.c, src/rrd_open.c, src/rrd_resize.c,
	  src/rrd_restore.c, src/rrd_rpncalc.c, src/rrd_rpncalc.h,
	  src/rrd_stat.c, src/rrd_thread_safe.c, src/rrd_thread_safe_nt.c,
	  src/rrd_tool.c, src/rrd_tool.h, src/rrd_tune.c, src/rrd_update.c,
	  src/rrd_xport.c, src/rrd_xport.h: prepare for the release of
	  rrdtool-1.2.8

2005-05-16 20:55  oetiker

	* bindings/Makefile.am, bindings/python/Makefile.am,
	  bindings/tcl/Makefile.am, configure.ac: redo --disable-* options
	  for python and tcl add some more quotes to protect potentially
	  empty variables in tests which should make configure more robust.

2005-05-16 20:04  oetiker

	* bindings/Makefile.am, configure.ac: if python stuff does not work,
	  do not die, just do not compile python

2005-05-16 20:02  oetiker

	* configure.ac: fix extra argument when testing for PERLCC problem
	  -- Simon Leinen

2005-05-16 12:18  oetiker

	* bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
	  configure.ac, doc/rrdbuild.pod, rrdtool.spec, src/gdpng.c,
	  src/gifsize.c, src/pngsize.c, src/rrd.h, src/rrd_afm.c,
	  src/rrd_afm.h, src/rrd_afm_data.c, src/rrd_afm_data.h,
	  src/rrd_cgi.c, src/rrd_create.c, src/rrd_datalang.c,
	  src/rrd_diff.c, src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c,
	  src/rrd_first.c, src/rrd_format.c, src/rrd_format.h,
	  src/rrd_gfx.c, src/rrd_gfx.h, src/rrd_graph.c,
	  src/rrd_graph_helper.c, src/rrd_hw.c, src/rrd_hw.h,
	  src/rrd_info.c, src/rrd_is_thread_safe.h, src/rrd_last.c,
	  src/rrd_not_thread_safe.c, src/rrd_open.c, src/rrd_resize.c,
	  src/rrd_restore.c, src/rrd_rpncalc.c, src/rrd_rpncalc.h,
	  src/rrd_stat.c, src/rrd_thread_safe.c, src/rrd_thread_safe_nt.c,
	  src/rrd_tool.c, src/rrd_tool.h, src/rrd_tune.c, src/rrd_update.c,
	  src/rrd_xport.c, src/rrd_xport.h: prepare for the release of
	  rrdtool-1.2.7

2005-05-16 12:14  oetiker

	* NEWS: added note about --alt-y-mrtg

2005-05-16 10:12  oetiker

	* src/rrd_graph.c, src/rrd_graph_helper.c: fix the color square
	  spacing so that it works regardles of the fontsize and with
	  transparend backgrounds.

2005-05-16 09:01  oetiker

	* src/rrd_graph.c: added alt-y-mrtg option as a dummy so that old
	  apps who use it do not crash when doing so.

2005-05-16 06:33  oetiker

	* doc/rrdgraph.pod, src/rrd_graph.c, src/rrd_graph.h: reintroduced
	  the FRAME color ... somehow it was lost from 1.0.x

2005-05-15 14:16  oetiker

	* src/rrd_graph.c: make transparent backgrounds work propperly

2005-05-14 21:57  oetiker

	* src/getopt.c, src/rrd_afm.c, src/rrd_cgi.c, src/rrd_graph.c,
	  src/rrd_nan_inf.c, src/rrd_restore.c, src/rrd_rpncalc.c,
	  src/rrd_tool.c, src/rrd_tool.h, src/rrd_update.c, src/rrd_xport.c:
	  it seems that _WIN32 is more commonly defined thatn WIN32 on win32
	  ... (gifford.hesketh on gmail.com)

2005-05-14 17:32  oetiker

	* src/rrd_restore.c: added a note to dump old rrd files with a
	  current rrdtool dump to get the upgraded on the fly. Adding 001
	  support should not be all that tough though. Any takers ?

2005-05-14 15:07  oetiker

	* src/rrd_open.c: check cookie read for success

2005-05-14 09:35  oetiker

	* src/rrd_graph.c: if the y value is out of bounds, make it just a
	  wee bit larger or smaller than the bound so that the code can
	  detect this by comparing it with the bound, but make it so small
	  that it is not visible.

2005-05-12 22:27  oetiker

	* acinclude.m4: one sed is quite enough

2005-05-12 22:22  oetiker

	* acinclude.m4: [ must be quoted by [ ...

2005-05-12 22:12  oetiker

	* acinclude.m4: add global option

2005-05-12 22:06  oetiker

	* acinclude.m4: fox sed line for unsetting header cache

2005-05-12 22:03  oetiker

	* acinclude.m4, configure.ac: make sure the header gets tested twice

2005-05-12 22:03  oetiker

	* doc/rrdpython.pod: add notes on python error, and install location

2005-05-12 11:32  oetiker

	* src/rrd_graph.c: allow 3/4 component color rrdtool graph --color
	  too -- Alex

2005-05-12 11:28  oetiker

	* src/rrd_graph.c: make the areas a little bigger still for propper
	  overlapping

2005-05-12 11:22  oetiker

	* src/rrd_create.c: make parsing of DS arguments more robust and
	  give more sensible error messages. -- Alex

2005-05-12 08:38  oetiker

	* src/rrd_graph.c: make the areas that makeup the graphs a little
	  larger, so that they overlap a bit and do not exhibit white lines
	  when touching each other.

2005-05-12 05:48  oetiker

	* bindings/python/Makefile.am, bindings/python/Makefile.in,
	  bindings/python/rrdtoolmodule.c: some more warning fixes

2005-05-12 05:41  oetiker

	* bindings/python/rrd_format.h, bindings/python/rrdtoolmodule.c: add
	  unused to prevent warnings about self

2005-05-11 18:31  oetiker

	* doc/rrdpython.pod: intial python bindings documentation

2005-05-11 12:09  oetiker

	* doc/rrdcreate.pod: fix wording for min/max ... they are not
	  optional

2005-05-10 20:19  oetiker

	* bindings/python/rrdtoolmodule.c: second installment with warning
	  fixes from alan

2005-05-10 18:52  oetiker

	* CONTRIBUTORS, Makefile.am, acinclude.m4, bindings/Makefile.am,
	  bindings/python, bindings/python/ACKNOWLEDGEMENT,
	  bindings/python/AUTHORS, bindings/python/COPYING,
	  bindings/python/Makefile.am, bindings/python/Makefile.in,
	  bindings/python/README, bindings/python/Setup.in,
	  bindings/python/rrd_extra.h, bindings/python/rrd_format.h,
	  bindings/python/rrdtoolmodule.c, bindings/python/setup.py,
	  configure.ac, rrdtool.spec: python bindings add -- Alan Milligan
	  alan from balclutha.org

2005-05-10 18:35  oetiker

	* src/rrd_gfx.c: fix for character escaping in EPS -- Peter Speck

2005-05-10 06:07  oetiker

	* bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
	  configure.ac, doc/rrdbuild.pod, rrdtool.spec, src/gdpng.c,
	  src/gifsize.c, src/pngsize.c, src/rrd.h, src/rrd_afm.c,
	  src/rrd_afm.h, src/rrd_afm_data.c, src/rrd_afm_data.h,
	  src/rrd_cgi.c, src/rrd_create.c, src/rrd_datalang.c,
	  src/rrd_diff.c, src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c,
	  src/rrd_first.c, src/rrd_format.c, src/rrd_format.h,
	  src/rrd_gfx.h, src/rrd_graph.c, src/rrd_graph_helper.c,
	  src/rrd_hw.c, src/rrd_hw.h, src/rrd_info.c,
	  src/rrd_is_thread_safe.h, src/rrd_last.c,
	  src/rrd_not_thread_safe.c, src/rrd_open.c, src/rrd_resize.c,
	  src/rrd_restore.c, src/rrd_rpncalc.c, src/rrd_rpncalc.h,
	  src/rrd_stat.c, src/rrd_thread_safe.c, src/rrd_thread_safe_nt.c,
	  src/rrd_tool.c, src/rrd_tool.h, src/rrd_tune.c, src/rrd_update.c,
	  src/rrd_xport.c, src/rrd_xport.h: prepare for the release of
	  rrdtool-1.2.6

2005-05-10 06:06  oetiker

	* src/rrd_gfx.c: I guess the pdf entities want to be escaped chars
	  not just control caracters with a prepended backslash ...

2005-05-10 05:18  oetiker

	* src/rrd_afm.c: we should not use C++ comments in c files

2005-05-10 04:14  oetiker

	* src/Makefile.am: we should distribute unused.h if we use it :-)

2005-05-09 20:15  oetiker

	* bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
	  configure.ac, doc/rrdbuild.pod, rrdtool.spec, src/Makefile.am,
	  src/gdpng.c, src/gifsize.c, src/pngsize.c, src/rrd.h,
	  src/rrd_afm.c, src/rrd_afm.h, src/rrd_afm_data.c,
	  src/rrd_afm_data.h, src/rrd_cgi.c, src/rrd_create.c,
	  src/rrd_datalang.c, src/rrd_diff.c, src/rrd_dump.c,
	  src/rrd_error.c, src/rrd_fetch.c, src/rrd_first.c,
	  src/rrd_format.c, src/rrd_format.h, src/rrd_gfx.c, src/rrd_gfx.h,
	  src/rrd_graph.c, src/rrd_graph_helper.c, src/rrd_hw.c,
	  src/rrd_hw.h, src/rrd_info.c, src/rrd_is_thread_safe.h,
	  src/rrd_last.c, src/rrd_not_thread_safe.c, src/rrd_open.c,
	  src/rrd_resize.c, src/rrd_restore.c, src/rrd_rpncalc.c,
	  src/rrd_rpncalc.h, src/rrd_stat.c, src/rrd_thread_safe.c,
	  src/rrd_thread_safe_nt.c, src/rrd_tool.c, src/rrd_tool.h,
	  src/rrd_tune.c, src/rrd_update.c, src/rrd_xport.c,
	  src/rrd_xport.h: prepare for the release of rrdtool-1.2.5

2005-05-09 20:13  oetiker

	* src/art_rgba_svp.c, src/rrd_afm.c, src/rrd_gfx.c,
	  src/rrd_update.c, src/rrd_xport.c, src/unused.h: silence warnings
	  for UNUSED variables without changeing the funtion interfaces --
	  Alex

2005-05-09 19:32  oetiker

	* src/rrd_graph.c: allow decimal positions y axis labels as soon as
	  the max entry is < 10

2005-05-09 19:11  oetiker

	* src/rrd_graph.c, src/rrd_graph_helper.c: fix rendering of the
	  color spots especially when proportional fonts are in use.

2005-05-09 14:01  oetiker

	* src/rrd_afm.c, src/rrd_afm.h, src/rrd_gfx.c: EPS/SVG/PDF code ...
	  more comments and better font finder including removal of
	  hardcoded SVG font. -- Peter Speck speck from vitality.dk

2005-05-09 13:22  oetiker

	* src/rrd_afm.c, src/rrd_gfx.c: * switch to courier if the font is
	  unknown * fix font positioning

2005-05-09 05:39  oetiker

	* bindings/perl-shared/Makefile.PL: perls $^O is set to linux not
	  Linux

2005-05-08 22:02  oetiker

	* src/rrd_gfx.c: svg/pdf/eps rendering improvements. There are still
	  issues though ... -- peter speck

2005-05-08 21:25  oetiker

	* libraries/afm/compile_afm.pl, src/rrd_afm.c, src/rrd_afm.h,
	  src/rrd_afm_data.c, src/rrd_afm_data.h: added support for getting
	  ascent/descent size info for ps fonts -- Peter Speck

2005-05-08 20:15  oetiker

	* src/art_rgb_affine_private.h, src/art_rgba_rgba_affine.c,
	  src/art_rgba_rgba_affine.h: we do not actually need these files
	  ... goodbye

2005-05-08 16:59  oetiker

	* bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
	  configure.ac, doc/rrdbuild.pod, rrdtool.spec, src/Makefile.am,
	  src/gdpng.c, src/gifsize.c, src/pngsize.c, src/rrd.h,
	  src/rrd_afm.c, src/rrd_afm.h, src/rrd_afm_data.c,
	  src/rrd_afm_data.h, src/rrd_cgi.c, src/rrd_create.c,
	  src/rrd_datalang.c, src/rrd_diff.c, src/rrd_dump.c,
	  src/rrd_error.c, src/rrd_fetch.c, src/rrd_first.c,
	  src/rrd_format.c, src/rrd_format.h, src/rrd_gfx.c, src/rrd_gfx.h,
	  src/rrd_graph.c, src/rrd_graph_helper.c, src/rrd_hw.c,
	  src/rrd_hw.h, src/rrd_info.c, src/rrd_is_thread_safe.h,
	  src/rrd_last.c, src/rrd_not_thread_safe.c, src/rrd_open.c,
	  src/rrd_resize.c, src/rrd_restore.c, src/rrd_rpncalc.c,
	  src/rrd_rpncalc.h, src/rrd_stat.c, src/rrd_thread_safe.c,
	  src/rrd_thread_safe_nt.c, src/rrd_tool.c, src/rrd_tool.h,
	  src/rrd_tune.c, src/rrd_update.c, src/rrd_xport.c,
	  src/rrd_xport.h: prepare for the release of rrdtool-1.2.4

2005-05-08 16:22  oetiker

	* src/rrd_graph.c: * adjust spacing at the left border of the graph.
	  use less white space * increasse minimal grid spacing and label
	  spacing

2005-05-08 16:02  oetiker

	* src/rrd_graph.c: increase minimal vertical spacing for y-axis
	  lables

2005-05-08 16:01  oetiker

	* src/rrd_graph.c: shorten space for y-axis labels a bit

2005-05-08 15:40  oetiker

	* src/rrd_tool.c: remove the premature fox for the unused parameter
	  in xport

2005-05-08 15:30  oetiker

	* README: sync with reality

2005-05-08 15:19  oetiker

	* src/rrd_tool.c: be more portable with shorter strings

2005-05-08 15:18  oetiker

	* src/Makefile.am: we do not use the affine functions

2005-05-08 15:07  oetiker

	* configure.ac, src/rrd_graph_helper.c: removed extra $ from from
	  PERLCC test

2005-05-08 08:20  oetiker

	* doc/rrdbuild.pod: fix rendering errors by removing single spaces

2005-05-07 23:54  oetiker

	* bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
	  configure.ac, doc/rrdbuild.pod, rrdtool.spec, src/gdpng.c,
	  src/gifsize.c, src/pngsize.c, src/rrd.h, src/rrd_afm.c,
	  src/rrd_afm.h, src/rrd_afm_data.c, src/rrd_afm_data.h,
	  src/rrd_cgi.c, src/rrd_create.c, src/rrd_datalang.c,
	  src/rrd_diff.c, src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c,
	  src/rrd_first.c, src/rrd_format.c, src/rrd_format.h,
	  src/rrd_gfx.c, src/rrd_gfx.h, src/rrd_graph.c,
	  src/rrd_graph_helper.c, src/rrd_hw.c, src/rrd_hw.h,
	  src/rrd_info.c, src/rrd_is_thread_safe.h, src/rrd_last.c,
	  src/rrd_not_thread_safe.c, src/rrd_open.c, src/rrd_resize.c,
	  src/rrd_restore.c, src/rrd_rpncalc.c, src/rrd_rpncalc.h,
	  src/rrd_stat.c, src/rrd_thread_safe.c, src/rrd_thread_safe_nt.c,
	  src/rrd_tool.c, src/rrd_tool.h, src/rrd_tune.c, src/rrd_update.c,
	  src/rrd_xport.c, src/rrd_xport.h: prepare for the release of
	  rrdtool-1.2.3

2005-05-07 23:26  oetiker

	* src/art_rgba_rgba_affine.c, src/art_rgba_rgba_affine.h: fix some
	  more y0, y1 complaints

2005-05-07 23:26  oetiker

	* src/rrd_graph_helper.c: When encountering an empty legend, do NOT
	  make space for drawing the color spats in front of it.

2005-05-07 15:57  oetiker

	* bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
	  configure.ac, doc/rrdbuild.pod, rrdtool.spec, src/gdpng.c,
	  src/gifsize.c, src/pngsize.c, src/rrd.h, src/rrd_afm.c,
	  src/rrd_afm.h, src/rrd_afm_data.c, src/rrd_afm_data.h,
	  src/rrd_cgi.c, src/rrd_create.c, src/rrd_datalang.c,
	  src/rrd_diff.c, src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c,
	  src/rrd_first.c, src/rrd_format.c, src/rrd_format.h,
	  src/rrd_gfx.c, src/rrd_gfx.h, src/rrd_graph.c,
	  src/rrd_graph_helper.c, src/rrd_hw.c, src/rrd_hw.h,
	  src/rrd_info.c, src/rrd_is_thread_safe.h, src/rrd_last.c,
	  src/rrd_not_thread_safe.c, src/rrd_open.c, src/rrd_resize.c,
	  src/rrd_restore.c, src/rrd_rpncalc.c, src/rrd_rpncalc.h,
	  src/rrd_stat.c, src/rrd_thread_safe.c, src/rrd_thread_safe_nt.c,
	  src/rrd_tool.c, src/rrd_tool.h, src/rrd_tune.c, src/rrd_update.c,
	  src/rrd_xport.c, src/rrd_xport.h: prep for 1.2.2 release

2005-05-07 15:51  oetiker

	* src/Makefile.am: increment library revision

2005-05-07 15:45  oetiker

	* src/art_rgba_svp.c, src/rrd_gfx.c, src/rrd_gfx.h: fix these
	  annoying y0 warnings.

2005-05-07 15:45  oetiker

	* src/rrd_graph.c: add rrdtool attribution string back using a
	  transparent version of the font color

2005-05-07 15:23  oetiker

	* doc/Makefile.am, doc/rrdbuild.pod, doc/rrdgraph_graph.pod: added
	  build instructions

2005-05-07 10:38  oetiker

	* src/rrd_gfx.c: fix for rotation code in pdf,eps,svg formats --
	  Peter Speck <speck from vitality.dk>

2005-05-07 10:34  oetiker

	* src/rrd_graph.c, src/rrd_rpncalc.c: fix handling of PREV(x)
	  command

2005-05-06 23:00  oetiker

	* src/rrd_graph.c: * added RRDTOOL/TOBI OETIKER back in * in riggid
	  mode, cut data and 'min' and 'max' not two above * gibt ytop0 a
	  default value

2005-05-06 22:59  oetiker

	* src/rrd_tool.c: fixed documentation strings for rrdgraph

2005-05-06 22:03  oetiker

	* doc/rrdgraph.pod: added doc for new slope-mode

2005-05-06 21:52  oetiker

	* src/rrd_gfx.c, src/rrd_graph.c, src/rrd_graph.h: since the drawing
	  code is now much simpler we do not need to perturbe the points or
	  rewind the graph anymore this saves quite some time ...

2005-05-06 15:44  oetiker

	* src/rrd_graph_helper.c: * allow for 3(4) letter color names *
	  better debugging code * fix tick, line, stack parsing -- Alex van
	  den Bogaerdt <alex with ergens.op.het.net>

2005-05-06 15:24  oetiker

	* src/rrd_graph.c: if stacking on nothing we should not try to
	  figure out WHAT we stacked on since this will result in a segfault
	  ... -- Alex van den Bogaerdt <alex at ergens.op.het.net>

2005-05-05 22:15  oetiker

	* doc/rrdgraph_graph.pod: clarify LINE/AREA syntax -- Alex van den
	  Bogaerdt alex with ergens.op.het.net

2005-05-05 09:07  oetiker

	* src/rrd_create.c: better not to write into argv elements ...
	  Henrik Stoerner <henrik from hswn.dk>

2005-05-03 20:23  oetiker

	* src/rrd_tool.c: do not die upon wront input when in remote mode

2005-05-03 18:10  oetiker

	* doc/Makefile.am: install documentation into
	  $PREFIX/shared/doc/rrdtool-$VERSION/{txt,html} but drop the
	  rrdtool-$VERSION/ bit if $PREFIX matches on rrd assuming that the
	  tool is being installed into a custom directory anyway.

2005-05-03 17:24  oetiker

	* doc/rrdgraph.pod, src/rrd_gfx.c, src/rrd_gfx.h, src/rrd_graph.c:
	  new options to tune how fontsmoothing works: -R/--font-render-mode
	  {normal,light,mono} and -B/--font-smoothing-threshold size -- John
	  yffffffff4271ef37 at f4n.org

2005-05-03 17:22  oetiker

	* NT-BUILD-TIPS.txt: note about win32comp

2005-05-02 20:27  oetiker

	* confignt/config.h, src/win32comp.c: files that help getting that
	  native windows port going -- Philippe.Simonet with swisscom.com

2005-05-02 19:47  oetiker

	* src/rrd_gfx.c: when walking the bytes use the pitch not the width

2005-05-02 19:33  oetiker

	* src/strftime.c: pow is alreay used as a function ... so lets call
	  it power instead

2005-05-02 19:32  oetiker

	* src/rrd_graph_helper.c: no infinite line width please

2005-05-01 22:07  oetiker

	* bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
	  configure.ac, rrdtool.spec, src/gdpng.c, src/gifsize.c,
	  src/pngsize.c, src/rrd.h, src/rrd_afm.c, src/rrd_afm.h,
	  src/rrd_afm_data.c, src/rrd_afm_data.h, src/rrd_cgi.c,
	  src/rrd_create.c, src/rrd_datalang.c, src/rrd_diff.c,
	  src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c, src/rrd_first.c,
	  src/rrd_format.c, src/rrd_format.h, src/rrd_gfx.c, src/rrd_gfx.h,
	  src/rrd_graph.c, src/rrd_graph_helper.c, src/rrd_hw.c,
	  src/rrd_hw.h, src/rrd_info.c, src/rrd_is_thread_safe.h,
	  src/rrd_last.c, src/rrd_not_thread_safe.c, src/rrd_open.c,
	  src/rrd_resize.c, src/rrd_restore.c, src/rrd_rpncalc.c,
	  src/rrd_rpncalc.h, src/rrd_stat.c, src/rrd_thread_safe.c,
	  src/rrd_thread_safe_nt.c, src/rrd_tool.c, src/rrd_tool.h,
	  src/rrd_tune.c, src/rrd_update.c, src/rrd_xport.c,
	  src/rrd_xport.h: prep for 1.2.1 release

2005-05-01 22:04  oetiker

	* src/rrd_graph.c: add some more vertical space above the graph if
	  no title is available

2005-05-01 21:24  oetiker

	* src/rrd_gfx.c: use the pen to determine string length, do not look
	  at the realy length, or space will get ignored.

2005-05-01 21:16  oetiker

	* src/DejaVuSansMono-Roman.ttf, src/Makefile.am, src/rrd_graph.c:
	  DejaVuSansMono-Roman is a variant of VeraMono with lots of added
	  unicode glyphes ... check out http://dejavu.sourceforge.net

2005-05-01 20:49  oetiker

	* src/rrd_graph.c: fix spaceing ... more space for the title and
	  more space the the left of the yaxis lable

2005-05-01 13:19  oetiker

	* src/rrd_gfx.c: the multibyte support tried did not work ...
	  takeing it out again

2005-05-01 13:18  oetiker

	* configure.ac: update tested library version

2005-05-01 11:02  oetiker

	* src/pngsize.c: undef jmpbuf to make compile work on AIX 5.1

2005-05-01 11:00  oetiker

	* src/Makefile.am: increasse revision of shared library number since
	  the library source code has changed

2005-05-01 11:00  oetiker

	* src/rrd_gfx.c: add wide character support

2005-05-01 10:42  oetiker

	* src/rrd_graph.c: do not make the graph wider if the title does not
	  fit ... this is wagging the dog the graph is not ABOUT the title

2005-05-01 10:37  oetiker

	* doc/rrdgraph_graph.pod: fix description of VRULE

2005-05-01 10:23  oetiker

	* bindings/perl-shared/RRDs.xs, src/rrd_cgi.c, src/rrd_create.c,
	  src/rrd_fetch.c, src/rrd_first.c, src/rrd_graph.c,
	  src/rrd_restore.c, src/rrd_tool.c, src/rrd_tune.c,
	  src/rrd_update.c, src/rrd_xport.c: reset optind opterr inside the
	  function calls ...

2005-05-01 10:22  oetiker

	* doc/rrdgraph_graph.pod: fixed documentation regarding floating
	  point line width

2005-05-01 10:20  oetiker

	* src/rrd_graph_helper.c: relax parsing of LINE commands LINE: is
	  valid as well as LINE<double>: eg. LINE1.2323:

2005-05-01 09:16  oetiker

	* src/rrd_gfx.c: allow for characters over 127

2005-04-30 09:56  oetiker

	* doc/rrdgraph_graph.pod: added notes on escaping colons in COMMENT
	  and put deprecated forms of command to the back and not to the
	  front

2005-04-30 09:51  oetiker

	* src/rrd_open.c, src/rrd_update.c: always open with rb/wb when it
	  is a binary file ... unix and windows will work alike with this
	  ...

2005-04-30 09:48  oetiker

	* src/rrdupdate.c: this file is not required ...

2005-04-30 09:41  oetiker

	* src/rrd_open.c: even better lets have rb for CYGWIN too ... one
	  never knows it is windows after all.

2005-04-30 09:40  oetiker

	* src/rrd_open.c: oops inverted code here ... windows needs rb unix
	  not

2005-04-30 09:38  oetiker

	* confignt/config.h, src/rrd_graph.c: let rrd_graph honor the font
	  name (RRD_DEFAULT_FONT) defined in confignt/config.h

2005-04-26 22:08  oetiker

	* doc/rrdtool.pod: use pod syntax not html syntax in pod :-)

2005-04-26 22:04  oetiker

	* doc/cdeftutorial.pod, doc/rrd-beginners.pod, doc/rrdcreate.pod,
	  doc/rrdgraph.pod: more fixes by fritz

2005-04-26 05:33  oetiker

	* CONTRIBUTORS: obfuscate email addresses

2005-04-26 05:30  oetiker

	* doc/rrdtool.pod: * remove jakes old address * add security warning

2005-04-25 22:55  oetiker

	* doc/rpntutorial.pod: remove pdf link

2005-04-25 22:18  oetiker

	* src/parsetime.c: use time_t to improve portability to 64bit
	  systems -- John R Mocho <jmocho in royaldc.com>

2005-04-25 21:01  oetiker

	* NEWS: added new state

2005-04-25 20:45  oetiker

	* bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
	  configure.ac, doc/rrdgraph_graph.pod, rrdtool.spec, src/gdpng.c,
	  src/gifsize.c, src/pngsize.c, src/rrd.h, src/rrd_afm.c,
	  src/rrd_afm.h, src/rrd_afm_data.c, src/rrd_afm_data.h,
	  src/rrd_cgi.c, src/rrd_create.c, src/rrd_datalang.c,
	  src/rrd_diff.c, src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c,
	  src/rrd_first.c, src/rrd_format.c, src/rrd_format.h,
	  src/rrd_gfx.c, src/rrd_gfx.h, src/rrd_graph.c,
	  src/rrd_graph_helper.c, src/rrd_hw.c, src/rrd_hw.h,
	  src/rrd_info.c, src/rrd_is_thread_safe.h, src/rrd_last.c,
	  src/rrd_not_thread_safe.c, src/rrd_open.c, src/rrd_resize.c,
	  src/rrd_restore.c, src/rrd_rpncalc.c, src/rrd_rpncalc.h,
	  src/rrd_stat.c, src/rrd_thread_safe.c, src/rrd_thread_safe_nt.c,
	  src/rrd_tool.c, src/rrd_tool.h, src/rrd_tune.c, src/rrd_update.c,
	  src/rrd_xport.c, src/rrd_xport.h, src/rrdupdate.c: prep for 1.2.0
	  release

2005-04-25 19:07  oetiker

	* doc/rpntutorial.pod, doc/rrdcgi.pod, doc/rrdfetch.pod,
	  doc/rrdgraph_data.pod, doc/rrdgraph_examples.pod,
	  doc/rrdgraph_graph.pod, doc/rrdgraph_rpn.pod, doc/rrdtutorial.pod:
	  resolved all XXX situations

2005-04-25 17:31  oetiker

	* doc/bin_dec_hex.pod, doc/rpntutorial.pod, doc/rrdcgi.pod,
	  doc/rrdfetch.pod, doc/rrdgraph_data.pod,
	  doc/rrdgraph_examples.pod, doc/rrdgraph_graph.pod,
	  doc/rrdgraph_rpn.pod, doc/rrdtool.pod, doc/rrdtune.pod,
	  doc/rrdtutorial.pod, doc/rrdupdate.pod, doc/rrdxport.pod: another
	  batch of fixes from fritz

2005-04-24 22:21  oetiker

	* CONTRIBUTORS: fixed contributiors listing

2005-04-24 17:23  oetiker

	* doc/rrddump.pod, doc/rrdfirst.pod, doc/rrdinfo.pod,
	  doc/rrdlast.pod, doc/rrdresize.pod, doc/rrdrestore.pod,
	  doc/rrdthreads.pod, doc/rrdtool-xport.dtd, doc/rrdtutorial.pod:
	  big patch-up for the 1.2. Documents Revisited by Fritz Zaucker

2005-04-22 18:35  oetiker

	* NEWS, bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
	  configure.ac, rrdtool.spec, src/Makefile.am, src/gdpng.c,
	  src/gifsize.c, src/pngsize.c, src/rrd.h, src/rrd_afm.c,
	  src/rrd_afm.h, src/rrd_afm_data.c, src/rrd_afm_data.h,
	  src/rrd_cgi.c, src/rrd_create.c, src/rrd_datalang.c,
	  src/rrd_diff.c, src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c,
	  src/rrd_first.c, src/rrd_format.c, src/rrd_format.h,
	  src/rrd_gfx.c, src/rrd_gfx.h, src/rrd_graph.c,
	  src/rrd_graph_helper.c, src/rrd_hw.c, src/rrd_hw.h,
	  src/rrd_info.c, src/rrd_is_thread_safe.h, src/rrd_last.c,
	  src/rrd_not_thread_safe.c, src/rrd_open.c, src/rrd_resize.c,
	  src/rrd_restore.c, src/rrd_rpncalc.c, src/rrd_rpncalc.h,
	  src/rrd_stat.c, src/rrd_thread_safe.c, src/rrd_thread_safe_nt.c,
	  src/rrd_tool.c, src/rrd_tool.h, src/rrd_tune.c, src/rrd_update.c,
	  src/rrd_xport.c, src/rrd_xport.h, src/rrdupdate.c: prep for 1.2rc9
	  release

2005-04-19 21:09  oetiker

	* doc/rrddump.pod, doc/rrdgraph.pod, doc/rrdgraph_data.pod,
	  doc/rrdgraph_graph.pod, doc/rrdinfo.pod, doc/rrdresize.pod: fix
	  titles

2005-04-19 21:05  oetiker

	* doc/bin_dec_hex.pod: fixed title

2005-04-18 22:39  oetiker

	* doc/Makefile.am, doc/cdeftutorial.pod, doc/rrd-beginners.pod,
	  doc/rrdgraph.pod, doc/rrdgraph.src, doc/rrdgraph_data.pod,
	  doc/rrdgraph_data.src, doc/rrdgraph_examples.pod,
	  doc/rrdgraph_examples.src, doc/rrdgraph_graph.pod,
	  doc/rrdgraph_graph.src, doc/rrdgraph_rpn.pod,
	  doc/rrdgraph_rpn.src, doc/rrdinfo.pod, doc/rrdlast.pod,
	  doc/rrdresize.pod, doc/rrdrestore.pod, doc/rrdtune.pod,
	  doc/rrdtutorial.pod, doc/rrdupdate.pod, doc/rrdxport.pod: src
	  moved back to pod. this include thing was a neat idea but it just
	  adds another twist to things which is not necessary. fixed some
	  pod errors

2005-04-18 22:13  oetiker

	* doc/rrdcgi.pod, doc/rrdcreate.pod, doc/rrddump.pod,
	  doc/rrdfetch.pod, doc/rrdfirst.pod, doc/rrdgraph.src,
	  doc/rrdgraph_data.src, doc/rrdgraph_examples.src,
	  doc/rrdgraph_graph.src, doc/rrdgraph_rpn.src, doc/rrdtool.pod:
	  misc fixes for better display

2005-04-18 11:07  oetiker

	* doc/rrdgraph_graph.src, branches/1.2/website,
	  branches/1.2/website/bin, branches/1.2/website/doc,
	  branches/1.2/website/tut: fixed format

2005-04-17 22:43  oetiker

	* doc/bin_dec_hex.pod, doc/rrd-beginners.pod, doc/rrdcgi.pod,
	  doc/rrdcreate.pod, doc/rrddump.pod, doc/rrdfetch.pod,
	  doc/rrdfirst.pod, doc/rrdgraph.src, doc/rrdgraph_data.src,
	  doc/rrdgraph_examples.src, doc/rrdgraph_graph.src,
	  doc/rrdgraph_rpn.src, doc/rrdinfo.pod, doc/rrdlast.pod,
	  doc/rrdresize.pod, doc/rrdrestore.pod, doc/rrdthreads.pod,
	  doc/rrdtune.pod, doc/rrdupdate.pod, doc/rrdxport.pod: fixed many
	  pod bugs while creating the new website

2005-04-17 17:29  oetiker

	* doc/rrdgraph.src: make sure argument descriptions comply with Bold
	  = fixed and Italics = variable

2005-04-17 16:26  oetiker

	* doc/rrdcreate.pod: fix use of =item commands

2005-04-17 16:25  oetiker

	* doc/Makefile.am: allow to build pods (for website)

2005-04-13 22:00  oetiker

	* src/rrd_graph.c: * draw the axis last to have them always on top *
	  use a smaller font for labeling the axis

2005-04-13 19:53  oetiker

	* src/rrd_gfx.c: have better default compression

2005-04-13 19:53  oetiker

	* src/rrd_graph.c: tune fontsizes and spacing to be more in line
	  with rrdtool 1.0

2005-04-12 21:52  oetiker

	* src/rrd_graph.c: prep for 1.2rc8 release

2005-04-12 21:10  oetiker

	* bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
	  configure.ac, rrdtool.spec, src/gdpng.c, src/gifsize.c,
	  src/pngsize.c, src/rrd.h, src/rrd_afm.c, src/rrd_afm.h,
	  src/rrd_afm_data.c, src/rrd_afm_data.h, src/rrd_cgi.c,
	  src/rrd_create.c, src/rrd_datalang.c, src/rrd_diff.c,
	  src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c, src/rrd_first.c,
	  src/rrd_format.c, src/rrd_format.h, src/rrd_gfx.c, src/rrd_gfx.h,
	  src/rrd_graph.c, src/rrd_graph_helper.c, src/rrd_hw.c,
	  src/rrd_hw.h, src/rrd_info.c, src/rrd_is_thread_safe.h,
	  src/rrd_last.c, src/rrd_not_thread_safe.c, src/rrd_open.c,
	  src/rrd_resize.c, src/rrd_restore.c, src/rrd_rpncalc.c,
	  src/rrd_rpncalc.h, src/rrd_stat.c, src/rrd_thread_safe.c,
	  src/rrd_thread_safe_nt.c, src/rrd_tool.c, src/rrd_tool.h,
	  src/rrd_tune.c, src/rrd_update.c, src/rrd_xport.c,
	  src/rrd_xport.h, src/rrdupdate.c: prep for 1.2rc8 release

2005-04-12 20:56  oetiker

	* src/rrd_graph.c, src/rrd_graph.h: * better fix for units-exponent
	  issue ... now the whole scaling happens only at print time ...
	  this is more stable -- tobi * remove the newline from ctime (%c)
	  in VDEF -- alex

2005-04-11 23:23  oetiker

	* bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
	  configure.ac, rrdtool.spec, src/gdpng.c, src/gifsize.c,
	  src/pngsize.c, src/rrd.h, src/rrd_afm.c, src/rrd_afm.h,
	  src/rrd_afm_data.c, src/rrd_afm_data.h, src/rrd_cgi.c,
	  src/rrd_create.c, src/rrd_datalang.c, src/rrd_diff.c,
	  src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c, src/rrd_first.c,
	  src/rrd_format.c, src/rrd_format.h, src/rrd_gfx.c, src/rrd_gfx.h,
	  src/rrd_graph.c, src/rrd_graph_helper.c, src/rrd_hw.c,
	  src/rrd_hw.h, src/rrd_info.c, src/rrd_is_thread_safe.h,
	  src/rrd_last.c, src/rrd_not_thread_safe.c, src/rrd_open.c,
	  src/rrd_resize.c, src/rrd_restore.c, src/rrd_rpncalc.c,
	  src/rrd_rpncalc.h, src/rrd_stat.c, src/rrd_thread_safe.c,
	  src/rrd_thread_safe_nt.c, src/rrd_tool.c, src/rrd_tool.h,
	  src/rrd_tune.c, src/rrd_update.c, src/rrd_xport.c,
	  src/rrd_xport.h, src/rrdupdate.c: prep for 1.2rc7 release

2005-04-11 23:22  oetiker

	* doc/rrdgraph.src, src/rrd_graph.c, src/rrd_graph.h,
	  src/rrd_tool.c: * adjusted element spacing within the graph *
	  re-intruduced --units-length option * stabilized --units-exponent
	  option by jumping to alt-y-grid mode once the default autogrid can
	  not cope with the data anymore.

2005-04-11 23:20  oetiker

	* NEWS: added note about incompatible changes

2005-04-11 12:29  oetiker

	* NEWS: started change log

2005-04-11 12:17  oetiker

	* doc/rrdgraph_rpn.src: added notes on INF

2005-04-11 09:51  oetiker

	* src/Makefile.am, src/art_rgb_affine_private.h,
	  src/art_rgba_rgba_affine.c, src/art_rgba_rgba_affine.h,
	  src/art_rgba_svp.c, src/art_rgba_svp.h, src/rrd_gfx.c,
	  src/rrd_gfx.h, src/rrd_graph.c: * we are now creating true RGBA
	  pngs * removed all memory leeks from rrd_gfx

2005-04-10 22:02  oetiker

	* NEWS: started updating for 1.2 release

2005-04-10 18:11  oetiker

	* doc/rrdresize.pod: clarified output -- alex

2005-04-10 18:10  oetiker

	* doc/name.inc, doc/rrdgraph.src, doc/rrdgraph_data.src,
	  doc/rrdgraph_examples.src, doc/rrdgraph_graph.src,
	  doc/rrdgraph_rpn.src: get the docs ready for the 1.2 release.
	  remove notes about things that never got implemented. -- alex

2005-04-10 18:05  oetiker

	* src/rrd_graph.c: do not draw AREAS that have no hight (done
	  right). draw an arrow on the positiv y axis.

2005-04-10 15:35  oetiker

	* doc/rrdtutorial.pod: updated for 1.2 release -- alex

2005-04-10 14:00  oetiker

	* src/rrd_gfx.c: fixed typo -- alex

2005-04-10 13:57  oetiker

	* doc/rrdcgi.pod: G<gt> does not exist E<gt> does

2005-04-10 12:12  oetiker

	* doc/rrdcreate.pod, doc/rrdxport.pod, src/rrd_graph_helper.c,
	  src/rrd_tool.c: fixed spelling and working -- Alex van den
	  Bogaerdt alex at ergens.op.het.net

2005-04-10 11:53  oetiker

	* NT-BUILD-TIPS.txt, confignt/config.h, src/strftime.c,
	  src/strftime.h: added extra strftime.[ch] which supports ISO 8601
	  week numbers, together with instructions in the NT-BUILD-TIPPS
	  file

2005-04-10 11:33  oetiker

	* bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
	  configure.ac, rrdtool.spec, src/gdpng.c, src/gifsize.c,
	  src/pngsize.c, src/rrd.h, src/rrd_afm.c, src/rrd_afm.h,
	  src/rrd_afm_data.c, src/rrd_afm_data.h, src/rrd_cgi.c,
	  src/rrd_create.c, src/rrd_datalang.c, src/rrd_diff.c,
	  src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c, src/rrd_first.c,
	  src/rrd_format.c, src/rrd_format.h, src/rrd_gfx.c, src/rrd_gfx.h,
	  src/rrd_graph.c, src/rrd_graph_helper.c, src/rrd_hw.c,
	  src/rrd_hw.h, src/rrd_info.c, src/rrd_is_thread_safe.h,
	  src/rrd_last.c, src/rrd_not_thread_safe.c, src/rrd_open.c,
	  src/rrd_resize.c, src/rrd_restore.c, src/rrd_rpncalc.c,
	  src/rrd_rpncalc.h, src/rrd_stat.c, src/rrd_thread_safe.c,
	  src/rrd_thread_safe_nt.c, src/rrd_tool.c, src/rrd_tool.h,
	  src/rrd_tune.c, src/rrd_update.c, src/rrd_xport.c,
	  src/rrd_xport.h, src/rrdupdate.c: prep for 1.2rc6 release

2005-04-10 11:31  oetiker

	* src/rrd_graph.c: remove excess comment

2005-04-10 11:30  oetiker

	* configure.ac, src/Makefile.am: make --disable-perl work allow
	  configuration of the default font at configure time

2005-04-10 11:29  oetiker

	* src/rrd_gfx.c, src/rrd_graph.c, src/rrd_graph_helper.c: revamped
	  drawing routines to be less complex and more stable. be kind to
	  libart

2005-04-10 09:38  oetiker

	* src/rrd_graph.c: allow --color arguments with RRGGBB and not only
	  RRGGBBAA

2005-04-10 09:16  oetiker

	* bindings/perl-shared/Makefile.PL: everyone has other names for
	  their shared libraries, so lets drop the dependency

2005-04-10 09:15  oetiker

	* bindings/perl-shared/RRDs.pm: mention updatev in the synopsis

2005-04-09 14:21  oetiker

	* TODO: we do have 95%

2005-04-07 21:35  oetiker

	* bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
	  configure.ac, rrdtool.spec, src/gdpng.c, src/gifsize.c,
	  src/pngsize.c, src/rrd.h, src/rrd_afm.c, src/rrd_afm.h,
	  src/rrd_afm_data.c, src/rrd_afm_data.h, src/rrd_cgi.c,
	  src/rrd_create.c, src/rrd_datalang.c, src/rrd_diff.c,
	  src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c, src/rrd_first.c,
	  src/rrd_format.c, src/rrd_format.h, src/rrd_gfx.c, src/rrd_gfx.h,
	  src/rrd_graph.c, src/rrd_graph_helper.c, src/rrd_hw.c,
	  src/rrd_hw.h, src/rrd_info.c, src/rrd_is_thread_safe.h,
	  src/rrd_last.c, src/rrd_not_thread_safe.c, src/rrd_open.c,
	  src/rrd_resize.c, src/rrd_restore.c, src/rrd_rpncalc.c,
	  src/rrd_rpncalc.h, src/rrd_stat.c, src/rrd_thread_safe.c,
	  src/rrd_thread_safe_nt.c, src/rrd_tool.c, src/rrd_tool.h,
	  src/rrd_tune.c, src/rrd_update.c, src/rrd_xport.c,
	  src/rrd_xport.h, src/rrdupdate.c: prep for 1.2rc5 release

2005-04-07 21:31  oetiker

	* src/rrd_graph.c: fix implementation of --only-graph

2005-04-07 21:31  oetiker

	* src/rrd_gfx.c: make libart happy by NOT adjusting coordinates and
	  by using the ART_WIND_RULE_NONZERO winding rule

2005-04-07 21:30  oetiker

	* src/rrd_tool.c: return propper exit codes

2005-04-07 20:07  oetiker

	* src/rrd_graph.h: fix bitpatterns of extraflags so that they do not
	  interfear

2005-04-06 23:58  oetiker

	* bindings/Makefile.am: prep for 1.2rc4 release

2005-04-06 23:24  oetiker

	* Makefile.am, bindings/Makefile.am, bindings/perl-piped/RRDp.pm,
	  bindings/perl-shared/Makefile.PL, bindings/perl-shared/RRDs.pm,
	  configure.ac, rrdtool.spec, src/gdpng.c, src/gifsize.c,
	  src/pngsize.c, src/rrd.h, src/rrd_afm.c, src/rrd_afm.h,
	  src/rrd_afm_data.c, src/rrd_afm_data.h, src/rrd_cgi.c,
	  src/rrd_create.c, src/rrd_datalang.c, src/rrd_diff.c,
	  src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c, src/rrd_first.c,
	  src/rrd_format.c, src/rrd_format.h, src/rrd_gfx.c, src/rrd_gfx.h,
	  src/rrd_graph.c, src/rrd_graph_helper.c, src/rrd_hw.c,
	  src/rrd_hw.h, src/rrd_info.c, src/rrd_is_thread_safe.h,
	  src/rrd_last.c, src/rrd_not_thread_safe.c, src/rrd_open.c,
	  src/rrd_resize.c, src/rrd_restore.c, src/rrd_rpncalc.c,
	  src/rrd_rpncalc.h, src/rrd_stat.c, src/rrd_thread_safe.c,
	  src/rrd_thread_safe_nt.c, src/rrd_tool.c, src/rrd_tool.h,
	  src/rrd_tune.c, src/rrd_update.c, src/rrd_xport.c,
	  src/rrd_xport.h, src/rrdupdate.c: prep for 1.2rc4 release

2005-04-06 23:18  oetiker

	* doc/rrdgraph.src: document RRD_DEFAULT_FONT environment variable

2005-04-06 22:40  oetiker

	* src/rrd_afm.c, src/rrd_cgi.c, src/rrd_graph.c, src/rrd_nan_inf.c,
	  src/rrd_open.c, src/rrd_restore.c, src/rrd_rpncalc.c,
	  src/rrd_tool.c, src/rrd_tool.h, src/rrd_update.c, src/rrd_xport.c,
	  src/rrdupdate.c: make sure WIN32 sections do NOT kick in for
	  cygwin compiles

2005-04-05 22:49  oetiker

	* src/rrd_gfx.c: only unwind the areas, the lines should be fine by
	  themselves!

2005-04-05 20:32  oetiker

	* bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
	  configure.ac, rrdtool.spec, src/gdpng.c, src/gifsize.c,
	  src/pngsize.c, src/rrd.h, src/rrd_afm.c, src/rrd_afm.h,
	  src/rrd_afm_data.c, src/rrd_afm_data.h, src/rrd_cgi.c,
	  src/rrd_create.c, src/rrd_datalang.c, src/rrd_diff.c,
	  src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c, src/rrd_first.c,
	  src/rrd_format.c, src/rrd_format.h, src/rrd_gfx.c, src/rrd_gfx.h,
	  src/rrd_graph.c, src/rrd_graph_helper.c, src/rrd_hw.c,
	  src/rrd_hw.h, src/rrd_info.c, src/rrd_is_thread_safe.h,
	  src/rrd_last.c, src/rrd_not_thread_safe.c, src/rrd_open.c,
	  src/rrd_resize.c, src/rrd_restore.c, src/rrd_rpncalc.c,
	  src/rrd_rpncalc.h, src/rrd_stat.c, src/rrd_thread_safe.c,
	  src/rrd_thread_safe_nt.c, src/rrd_tool.c, src/rrd_tool.h,
	  src/rrd_tune.c, src/rrd_update.c, src/rrd_xport.c,
	  src/rrd_xport.h, src/rrdupdate.c: prep for 1.2rc3 release

2005-04-05 20:17  oetiker

	* src/rrd_gfx.c, src/rrd_graph.c: * fix transparency rendering by
	  rewinding the paths propperly * fix x-axis label drawing by
	  considering label precision

2005-04-05 19:14  oetiker

	* src/VeraMono.ttf: new originaly copy

2005-04-05 19:12  oetiker

	* src/VeraMono.ttf: fixed propperties to have a RAW font

2005-04-04 21:56  oetiker

	* configure.ac: make configure work even when no prefix is specified

2005-04-04 21:40  oetiker

	* src/gdpng.c, src/gifsize.c, src/pngsize.c, src/rrd.h,
	  src/rrd_afm.c, src/rrd_afm.h, src/rrd_afm_data.c,
	  src/rrd_afm_data.h, src/rrd_cgi.c, src/rrd_create.c,
	  src/rrd_datalang.c, src/rrd_diff.c, src/rrd_dump.c,
	  src/rrd_error.c, src/rrd_fetch.c, src/rrd_first.c,
	  src/rrd_format.c, src/rrd_format.h, src/rrd_gfx.c, src/rrd_gfx.h,
	  src/rrd_graph.c, src/rrd_graph_helper.c, src/rrd_hw.c,
	  src/rrd_hw.h, src/rrd_info.c, src/rrd_is_thread_safe.h,
	  src/rrd_last.c, src/rrd_not_thread_safe.c, src/rrd_open.c,
	  src/rrd_resize.c, src/rrd_restore.c, src/rrd_rpncalc.c,
	  src/rrd_rpncalc.h, src/rrd_stat.c, src/rrd_thread_safe.c,
	  src/rrd_thread_safe_nt.c, src/rrd_tool.c, src/rrd_tool.h,
	  src/rrd_tune.c, src/rrd_update.c, src/rrd_xport.c,
	  src/rrd_xport.h, src/rrdupdate.c: prep for 1.2rc2 release

2005-04-04 21:22  oetiker

	* bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
	  configure.ac, rrdtool.spec: prepared for 1.2rc2 release

2005-04-04 21:21  oetiker

	* configure.ac: prepared for 1.2rc1 release

2005-04-04 21:12  oetiker

	* acinclude.m4, configure.ac: prepared for 1.2rc1 release

2005-04-04 21:07  oetiker

	* bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm:
	  prepared for 1.2rc1 release

2005-04-04 21:05  oetiker

	* bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm:
	  prepared for 1.2rc1 release

2005-04-04 20:56  oetiker

	* configure.ac: fixed prefix detection code again

2005-04-04 20:53  oetiker

	* configure.ac: fixed autoprefix

2005-04-04 20:48  oetiker

	* configure.ac: fixed config script for prefixing

2005-04-04 20:37  oetiker

	* 00README, COPYRIGHT, NEWS, PROJECTS, README, TODO, acinclude.m4,
	  configure.ac, rrdtool.spec: get ready for 1.2

2005-04-04 19:55  oetiker

	* branches/1.2: branche for 1.2

