2008-10-04 16:04  oetiker

	* branches/1.3/program/bindings/perl-piped/RRDp.pm,
	  branches/1.3/program/bindings/perl-shared/RRDs.pm,
	  branches/1.3/program/configure.ac,
	  branches/1.3/program/doc/rrdbuild.pod,
	  branches/1.3/program/rrdtool.spec,
	  branches/1.3/program/src/Makefile.am,
	  branches/1.3/program/src/librrd.pc.in,
	  branches/1.3/program/src/pngsize.c,
	  branches/1.3/program/src/rrd.h,
	  branches/1.3/program/src/rrd_cgi.c,
	  branches/1.3/program/src/rrd_create.c,
	  branches/1.3/program/src/rrd_datalang.c,
	  branches/1.3/program/src/rrd_diff.c,
	  branches/1.3/program/src/rrd_dump.c,
	  branches/1.3/program/src/rrd_error.c,
	  branches/1.3/program/src/rrd_fetch.c,
	  branches/1.3/program/src/rrd_first.c,
	  branches/1.3/program/src/rrd_format.c,
	  branches/1.3/program/src/rrd_format.h,
	  branches/1.3/program/src/rrd_gfx.c,
	  branches/1.3/program/src/rrd_graph.c,
	  branches/1.3/program/src/rrd_graph_helper.c,
	  branches/1.3/program/src/rrd_hw.c,
	  branches/1.3/program/src/rrd_hw.h,
	  branches/1.3/program/src/rrd_i18n.h,
	  branches/1.3/program/src/rrd_info.c,
	  branches/1.3/program/src/rrd_is_thread_safe.h,
	  branches/1.3/program/src/rrd_last.c,
	  branches/1.3/program/src/rrd_lastupdate.c,
	  branches/1.3/program/src/rrd_not_thread_safe.c,
	  branches/1.3/program/src/rrd_open.c,
	  branches/1.3/program/src/rrd_resize.c,
	  branches/1.3/program/src/rrd_restore.c,
	  branches/1.3/program/src/rrd_rpncalc.c,
	  branches/1.3/program/src/rrd_rpncalc.h,
	  branches/1.3/program/src/rrd_thread_safe.c,
	  branches/1.3/program/src/rrd_thread_safe_nt.c,
	  branches/1.3/program/src/rrd_tool.c,
	  branches/1.3/program/src/rrd_tool.h,
	  branches/1.3/program/src/rrd_tune.c,
	  branches/1.3/program/src/rrd_update.c,
	  branches/1.3/program/src/rrd_version.c,
	  branches/1.3/program/src/rrd_xport.c,
	  branches/1.3/program/src/rrd_xport.h,
	  branches/1.3/program/src/rrdupdate.c: prepare for the release of
	  rrdtool-1.3.4

2008-10-04 15:50  oetiker

	* branches/1.3/program/configure.ac: finite broken on solaris 9 too
	  ?

2008-10-04 13:34  oetiker

	* branches/1.3/program/src/rrd_resize.c, src/rrd_resize.c,
	  trunk/tutorial/lisa2008/rrd-by-example/ex/hw-demo.pl: * rrd_resize
	  fixed so that it does NOT alter the original file (mmap side
	  effect) * rrd_resize can can deal with version 4 files, so let it

2008-10-03 22:53  oetiker

	* branches/1.3/program/src/rrd_open.c, src/rrd_open.c: The patch
	  fixs rrdtools behaviour when presented with trunkated rrd files. *
	  Make sure that we do not extend past the end of the file when
	  reading the header. * Makes sure that the data portion of the file
	  is large enough, based on the ds_cnt and the total number of RRA
	  rows -- kevin brintnall

2008-09-28 19:24  oetiker

	* branches/1.3/program/MakeMakefile: Attached is a patch to lower
	  the version requirements of libtool and automake. I have tested
	  this on CentOS 4.x with the specified versions of libtool and
	  automake and was able to build RRDTool fine. I did *not* test
	  building with PHP, tcl, ruby or Python though. I also abstracted
	  the version numbers of all the dependencies such that editing them
	  in the future will be easier. -- Bernard Li

2008-09-28 19:15  oetiker

	* branches/1.3/program/rrdtool.spec: Attached is a patch against the
	  spec file shipped with rrdtool-1.3.3.spec which will make it
	  buildable (at least it works on my CentOS 4.x system). -- Bernard
	  Li

2008-09-28 15:01  oetiker

	* branches/1.2/program/src/rrd_graph.c,
	  branches/1.3/program/src/rrd_graph.c,
	  branches/1.3/program/src/rrd_tool.c, src/rrd_graph.c,
	  src/rrd_tool.c: vdef calc was using end_orig to determine for
	  which range it should do its calculations which is odd, since orig
	  is only the requested range as invocation time and not the data
	  range deliverd by fetch. It does fall completely flat when
	  shifting since shifting does not affect the original data. Bug
	  #177 reported by hokiel

2008-09-27 11:44  oetiker

	* branches/1.2/program/src/rrd_xport.c,
	  branches/1.3/program/src/rrd_xport.c, src/rrd_xport.c: rrdxport
	  was completely broken for exporting datasources that did not have
	  a uniform step size. Thanks to Peter Valdemar Mrch for finding
	  this.

2008-09-23 07:57  oetiker

	* branches/1.3/website/gallery/index.en.html,
	  branches/1.3/website/gallery/index.wml,
	  branches/1.3/website/gallery/pings.png,
	  branches/1.3/website/gallery/pings.xml: fixed ping image

2008-09-22 06:34  oetiker

	* branches/1.3/program/MakeMakefile,
	  branches/1.3/program/configure.ac: fixed destdir for default
	  install of language bindings and removed sepp preference

2008-09-22 05:38  oetiker

	* branches/1.2/program/configure.ac,
	  branches/1.3/program/configure.ac, configure.ac: use default
	  prefix for ruby install if no user defined prefix is available

2008-09-22 05:37  oetiker

	* branches/1.3/website/index.wml: fix layout

2008-09-19 20:34  oetiker

	* branches/1.3/program/bindings/perl-shared/Makefile.PL,
	  bindings/perl-shared/Makefile.PL: Bsd lirary path switch added to
	  perl bindings makefile -- as suggested by Kevin Brintnall

2008-09-18 13:30  oetiker

	* branches/1.3/program/src/rrd_open.c, src/rrd_open.c: Fix for
	  debian bug 498183 ... never *advise after the end of the file. On
	  sparc this causes a segfault. Thanks to Sebastian Harl and Jurij
	  Smakov for finding this.

2008-09-14 20:33  oetiker

	* branches/1.3/program/src/rrd_config_bottom.h: added missing bottom
	  config

2008-09-14 20:32  oetiker

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

2008-09-14 20:31  oetiker

	* branches/1.3/program/rrdtool-1.3-release: fix release script for
	  1.3 branche

2008-09-14 00:42  oetiker

	* branches/1.3/program/configure.ac,
	  branches/1.3/program/doc/rrdgraph.pod,
	  branches/1.3/program/src/Makefile.am,
	  branches/1.3/program/src/rrd_format.h,
	  branches/1.3/program/src/rrd_graph.c: resync with trunk since
	  these are fixes

2008-09-08 22:14  oetiker

	* branches/1.3/website/navbar.inc: added forum

2008-09-08 22:14  oetiker

	* branches/1.3/website/award-white.png,
	  branches/1.3/website/bin/pod2wml.classic.sh,
	  branches/1.3/website/forum.wml,
	  branches/1.3/website/gallery/index.en.html,
	  branches/1.3/website/inc/favicon.ico,
	  branches/1.3/website/inc/happy-tobi.png,
	  branches/1.3/website/inc/rrdtool-gold.png,
	  branches/1.3/website/inc/template.inc,
	  branches/1.3/website/oscon-120x60.gif,
	  branches/1.3/website/stream-pop.png: added more bits

2008-09-08 22:08  oetiker

	* branches/1.3/website/.wmkrc, branches/1.3/website/.wmlrc: they
	  should be in svn I guess

2008-09-08 22:04  oetiker

	* branches/1.3/website/download.wml,
	  branches/1.3/website/inc/template.inc: clean up mirror list

2008-09-07 10:23  oetiker

	* branches/1.3/program: branching for 1.3

2008-09-07 10:22  oetiker

	* branches/1.3/website: branche website

2008-09-07 10:21  oetiker

	* branches/1.3: prepare for branching

