From: oetiker Date: Mon, 15 Dec 2008 22:05:10 +0000 (+0000) Subject: prepare for the release of rrdtool-1.2.29 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=779bb6b01e02f728794d3aeba7538cabfcc21e76;p=rrdtool-all.git prepare for the release of rrdtool-1.2.29 git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2@1709 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/program/bindings/perl-piped/RRDp.pm b/program/bindings/perl-piped/RRDp.pm index e39cbfaa..b3a1107a 100644 --- a/program/bindings/perl-piped/RRDp.pm +++ b/program/bindings/perl-piped/RRDp.pm @@ -120,7 +120,7 @@ sub cmd (@); sub end (); sub read (); -$VERSION=1.2028; +$VERSION=1.2029; sub start ($){ croak "rrdtool is already running" diff --git a/program/bindings/perl-shared/RRDs.pm b/program/bindings/perl-shared/RRDs.pm index f543c5b0..852bee15 100644 --- a/program/bindings/perl-shared/RRDs.pm +++ b/program/bindings/perl-shared/RRDs.pm @@ -7,7 +7,7 @@ use vars qw(@ISA $VERSION); require DynaLoader; -$VERSION=1.2028; +$VERSION=1.2029; bootstrap RRDs $VERSION; diff --git a/program/configure.ac b/program/configure.ac index d112874a..30c09fc0 100644 --- a/program/configure.ac +++ b/program/configure.ac @@ -8,13 +8,13 @@ dnl Inspiration from http://autoconf-archive.cryp.to dnl tell automake the this script is for rrdtool dnl the official version number is dnl a.b.c -AC_INIT([rrdtool],[1.2.28]) +AC_INIT([rrdtool],[1.2.29]) dnl for testing a numberical version number comes handy dnl the released version are dnl a.bccc dnl the devl versions will be something like dnl a.b999yymmddhh -NUMVERS=1.2028 +NUMVERS=1.2029 AC_SUBST(NUMVERS) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE diff --git a/program/doc/rrdbuild.pod b/program/doc/rrdbuild.pod index c2f63658..24ae1d9f 100644 --- a/program/doc/rrdbuild.pod +++ b/program/doc/rrdbuild.pod @@ -35,12 +35,12 @@ Once you have decided. Save the two locations into environment variables. Depending on the shell you are using, you can do either (bash,zsh): BUILD_DIR=/tmp/rrdbuild - INSTALL_DIR=/usr/local/rrdtool-1.2.28 + INSTALL_DIR=/usr/local/rrdtool-1.2.29 Or if you run tcsh: set BUILD_DIR=/tmp/rrdbuild - set INSTALL_DIR=/usr/local/rrdtool-1.2.28 + set INSTALL_DIR=/usr/local/rrdtool-1.2.29 If your F is mounted with the option noexec (RHEL seems todo that) you have to choose a different directory! @@ -55,9 +55,9 @@ pre-installed. Note that these instructions assume that your copies of B and B are actually B and B respectively. It could be that they are installed as B and B on your system. - wget http://oss.oetiker.ch/rrdtool/pub/rrdtool-1.2.28.tar.gz - tar zxf rrdtool-1.2.28.tar.gz - cd rrdtool-1.2.28 + wget http://oss.oetiker.ch/rrdtool/pub/rrdtool-1.2.29.tar.gz + tar zxf rrdtool-1.2.29.tar.gz + cd rrdtool-1.2.29 ./configure --prefix=$INSTALL_DIR && make && make install Ok, this was very optimistic. This try will probably have ended with @@ -189,7 +189,7 @@ because it seems that a fair number of people have ill configured python and tcl setups that would prevent rrdtool from building if they are included in their current state. - cd $BUILD_DIR/rrdtool-1.2.28 + cd $BUILD_DIR/rrdtool-1.2.29 ./configure --prefix=$INSTALL_DIR --disable-python --disable-tcl make clean make diff --git a/program/rrdtool.spec b/program/rrdtool.spec index 4f18ff33..ad7f96e8 100644 --- a/program/rrdtool.spec +++ b/program/rrdtool.spec @@ -7,7 +7,7 @@ Summary: Round Robin Database Tool to store and display time-series data Name: rrdtool -Version: 1.2.28 +Version: 1.2.29 Release: 5%{?dist} License: GPL Group: Applications/Databases diff --git a/program/src/Makefile.am b/program/src/Makefile.am index 61af91ca..8407485a 100644 --- a/program/src/Makefile.am +++ b/program/src/Makefile.am @@ -102,7 +102,7 @@ librrd_la_LIBADD = librrdupd.la $(ALL_LIBS) # your package will not be binary compatible with any other release. # # see http://www.gnu.org/software/libtool/manual.html#SEC32 for explanation -librrd_la_LDFLAGS = -version-info 2:14:0 +librrd_la_LDFLAGS = -version-info 2:15:0 librrd_th_la_SOURCES = $(UPD_C_FILES) $(RRD_C_FILES) rrd_thread_safe.c librrd_th_la_CFLAGS = $(MULTITHREAD_CFLAGS) diff --git a/program/src/gdpng.c b/program/src/gdpng.c index 389113ff..2d8f01df 100644 --- a/program/src/gdpng.c +++ b/program/src/gdpng.c @@ -1,5 +1,5 @@ /***************************************************************************** - * RRDtool 1.2.28 Copyright by Tobi Oetiker, 1997-2008 + * RRDtool 1.2.29 Copyright by Tobi Oetiker, 1997-2008 ***************************************************************************** * gdpng.c add PNG output routine to gd library *****************************************************************************/ diff --git a/program/src/pngsize.c b/program/src/pngsize.c index ec95f985..c2885d5a 100644 --- a/program/src/pngsize.c +++ b/program/src/pngsize.c @@ -1,5 +1,5 @@ /***************************************************************************** - * RRDtool 1.2.28 Copyright by Tobi Oetiker, 1997-2008 + * RRDtool 1.2.29 Copyright by Tobi Oetiker, 1997-2008 ***************************************************************************** * pngsize.c determine the size of a PNG image *****************************************************************************/ diff --git a/program/src/rrd.h b/program/src/rrd.h index fa3f0734..98a9c681 100644 --- a/program/src/rrd.h +++ b/program/src/rrd.h @@ -1,5 +1,5 @@ /***************************************************************************** - * RRDtool 1.2.28 Copyright by Tobi Oetiker, 1997-2008 + * RRDtool 1.2.29 Copyright by Tobi Oetiker, 1997-2008 ***************************************************************************** * rrdlib.h Public header file for librrd ***************************************************************************** diff --git a/program/src/rrd_afm.c b/program/src/rrd_afm.c index 8c3b773d..ee55811d 100644 --- a/program/src/rrd_afm.c +++ b/program/src/rrd_afm.c @@ -1,5 +1,5 @@ /**************************************************************************** - * RRDtool 1.2.28 Copyright by Tobi Oetiker, 1997-2008 + * RRDtool 1.2.29 Copyright by Tobi Oetiker, 1997-2008 **************************************************************************** * rrd_afm.h Parsing afm tables to find width of strings. **************************************************************************** diff --git a/program/src/rrd_afm.h b/program/src/rrd_afm.h index 71191c22..5c2e066a 100644 --- a/program/src/rrd_afm.h +++ b/program/src/rrd_afm.h @@ -1,5 +1,5 @@ /**************************************************************************** - * RRDtool 1.2.28 Copyright by Tobi Oetiker, 1997-2008 + * RRDtool 1.2.29 Copyright by Tobi Oetiker, 1997-2008 **************************************************************************** * rrd_afm.h Parsing afm tables to find width of strings. ****************************************************************************/ diff --git a/program/src/rrd_afm_data.c b/program/src/rrd_afm_data.c index 191c7798..0a94d9bd 100644 --- a/program/src/rrd_afm_data.c +++ b/program/src/rrd_afm_data.c @@ -1,5 +1,5 @@ /**************************************************************************** - * RRDtool 1.2.28 Copyright by Tobi Oetiker, 1997-2008 + * RRDtool 1.2.29 Copyright by Tobi Oetiker, 1997-2008 **************************************************************************** * rrd_afm_data.c Encoded afm (Adobe Font Metrics) for selected fonts. **************************************************************************** diff --git a/program/src/rrd_afm_data.h b/program/src/rrd_afm_data.h index b666f14c..0e7a1cfa 100644 --- a/program/src/rrd_afm_data.h +++ b/program/src/rrd_afm_data.h @@ -1,5 +1,5 @@ /**************************************************************************** - * RRDtool 1.2.28 Copyright by Tobi Oetiker, 1997-2008 + * RRDtool 1.2.29 Copyright by Tobi Oetiker, 1997-2008 **************************************************************************** * rrd_afm_data.h Encoded afm (Adobe Font Metrics) for selected fonts. ****************************************************************************/ diff --git a/program/src/rrd_cgi.c b/program/src/rrd_cgi.c index fd333dd5..6b1cf36d 100644 --- a/program/src/rrd_cgi.c +++ b/program/src/rrd_cgi.c @@ -1,5 +1,5 @@ /***************************************************************************** - * RRDtool 1.2.28 Copyright by Tobi Oetiker, 1997-2008 + * RRDtool 1.2.29 Copyright by Tobi Oetiker, 1997-2008 ***************************************************************************** * rrd_cgi.c RRD Web Page Generator *****************************************************************************/ diff --git a/program/src/rrd_create.c b/program/src/rrd_create.c index 3333a415..a172f634 100644 --- a/program/src/rrd_create.c +++ b/program/src/rrd_create.c @@ -1,5 +1,5 @@ /***************************************************************************** - * RRDtool 1.2.28 Copyright by Tobi Oetiker, 1997-2008 + * RRDtool 1.2.29 Copyright by Tobi Oetiker, 1997-2008 ***************************************************************************** * rrd_create.c creates new rrds *****************************************************************************/ diff --git a/program/src/rrd_datalang.c b/program/src/rrd_datalang.c index 48275fb7..7f0e0065 100644 --- a/program/src/rrd_datalang.c +++ b/program/src/rrd_datalang.c @@ -1,5 +1,5 @@ /***************************************************************************** - * RRDtool 1.2.28 Copyright by Tobi Oetiker, 1997-2008 + * RRDtool 1.2.29 Copyright by Tobi Oetiker, 1997-2008 ***************************************************************************** * rrd_datalang A system for passing named and typed parameters between * the different parts of rrdtool diff --git a/program/src/rrd_diff.c b/program/src/rrd_diff.c index 723a09c8..c7a46e62 100644 --- a/program/src/rrd_diff.c +++ b/program/src/rrd_diff.c @@ -1,5 +1,5 @@ /***************************************************************************** - * RRDtool 1.2.28 Copyright by Tobi Oetiker, 1997-2008 + * RRDtool 1.2.29 Copyright by Tobi Oetiker, 1997-2008 * This code is stolen from rateup (mrtg-2.x) by Dave Rand ***************************************************************************** * diff calculate the difference between two very long integers available as diff --git a/program/src/rrd_dump.c b/program/src/rrd_dump.c index a4b1f9ac..5e42db2b 100644 --- a/program/src/rrd_dump.c +++ b/program/src/rrd_dump.c @@ -1,5 +1,5 @@ /***************************************************************************** - * RRDtool 1.2.28 Copyright by Tobi Oetiker, 1997-2008 + * RRDtool 1.2.29 Copyright by Tobi Oetiker, 1997-2008 ***************************************************************************** * rrd_dump Display a RRD ***************************************************************************** diff --git a/program/src/rrd_error.c b/program/src/rrd_error.c index 6235d25d..3ef07a6e 100644 --- a/program/src/rrd_error.c +++ b/program/src/rrd_error.c @@ -1,5 +1,5 @@ /***************************************************************************** - * RRDtool 1.2.28 Copyright by Tobi Oetiker, 1997-2008 + * RRDtool 1.2.29 Copyright by Tobi Oetiker, 1997-2008 ***************************************************************************** * rrd_error.c Common Header File ***************************************************************************** diff --git a/program/src/rrd_fetch.c b/program/src/rrd_fetch.c index 1a422700..bb6d9506 100644 --- a/program/src/rrd_fetch.c +++ b/program/src/rrd_fetch.c @@ -1,5 +1,5 @@ /***************************************************************************** - * RRDtool 1.2.28 Copyright by Tobi Oetiker, 1997-2008 + * RRDtool 1.2.29 Copyright by Tobi Oetiker, 1997-2008 ***************************************************************************** * rrd_fetch.c read date from an rrd to use for further processing ***************************************************************************** diff --git a/program/src/rrd_first.c b/program/src/rrd_first.c index aa6204e2..fd381399 100644 --- a/program/src/rrd_first.c +++ b/program/src/rrd_first.c @@ -1,5 +1,5 @@ /***************************************************************************** - * RRDtool 1.2.28 Copyright by Tobi Oetiker, 1997-2008 + * RRDtool 1.2.29 Copyright by Tobi Oetiker, 1997-2008 ***************************************************************************** * rrd_first Return ***************************************************************************** diff --git a/program/src/rrd_format.c b/program/src/rrd_format.c index a39d4bc9..586c4f6a 100644 --- a/program/src/rrd_format.c +++ b/program/src/rrd_format.c @@ -1,5 +1,5 @@ /***************************************************************************** - * RRDtool 1.2.28 Copyright by Tobi Oetiker, 1997-2008 + * RRDtool 1.2.29 Copyright by Tobi Oetiker, 1997-2008 ***************************************************************************** * rrd_format.c RRD Database Format helper functions ***************************************************************************** diff --git a/program/src/rrd_format.h b/program/src/rrd_format.h index 71a7138f..8f305793 100644 --- a/program/src/rrd_format.h +++ b/program/src/rrd_format.h @@ -1,5 +1,5 @@ /***************************************************************************** - * RRDtool 1.2.28 Copyright by Tobi Oetiker, 1997-2008 + * RRDtool 1.2.29 Copyright by Tobi Oetiker, 1997-2008 ***************************************************************************** * rrd_format.h RRD Database Format header *****************************************************************************/ diff --git a/program/src/rrd_gfx.c b/program/src/rrd_gfx.c index e6df5389..5055313c 100644 --- a/program/src/rrd_gfx.c +++ b/program/src/rrd_gfx.c @@ -1,5 +1,5 @@ /**************************************************************************** - * RRDtool 1.2.28 Copyright by Tobi Oetiker, 1997-2008 + * RRDtool 1.2.29 Copyright by Tobi Oetiker, 1997-2008 **************************************************************************** * rrd_gfx.c graphics wrapper for rrdtool **************************************************************************/ diff --git a/program/src/rrd_gfx.h b/program/src/rrd_gfx.h index 735d85be..11490f63 100644 --- a/program/src/rrd_gfx.h +++ b/program/src/rrd_gfx.h @@ -1,5 +1,5 @@ /**************************************************************************** - * RRDtool 1.2.28 Copyright by Tobi Oetiker, 1997-2008 + * RRDtool 1.2.29 Copyright by Tobi Oetiker, 1997-2008 **************************************************************************** * rrd_gfx.h generic graphics adapter library ****************************************************************************/ diff --git a/program/src/rrd_graph.c b/program/src/rrd_graph.c index 65c38073..b7c3f12b 100644 --- a/program/src/rrd_graph.c +++ b/program/src/rrd_graph.c @@ -1,5 +1,5 @@ /**************************************************************************** - * RRDtool 1.2.28 Copyright by Tobi Oetiker, 1997-2008 + * RRDtool 1.2.29 Copyright by Tobi Oetiker, 1997-2008 **************************************************************************** * rrd__graph.c produce graphs from data in rrdfiles ****************************************************************************/ diff --git a/program/src/rrd_graph_helper.c b/program/src/rrd_graph_helper.c index 44b2c043..027417f6 100644 --- a/program/src/rrd_graph_helper.c +++ b/program/src/rrd_graph_helper.c @@ -1,5 +1,5 @@ /**************************************************************************** - * RRDtool 1.2.28 Copyright by Tobi Oetiker, 1997-2008 + * RRDtool 1.2.29 Copyright by Tobi Oetiker, 1997-2008 **************************************************************************** * rrd_graph_helper.c commandline parser functions * this code initially written by Alex van den Bogaerdt diff --git a/program/src/rrd_hw.c b/program/src/rrd_hw.c index 7928a025..522c94c8 100644 --- a/program/src/rrd_hw.c +++ b/program/src/rrd_hw.c @@ -1,5 +1,5 @@ /***************************************************************************** - * RRDtool 1.2.28 Copyright by Tobi Oetiker, 1997-2008 + * RRDtool 1.2.29 Copyright by Tobi Oetiker, 1997-2008 ***************************************************************************** * rrd_hw.c : Support for Holt-Winters Smoothing/ Aberrant Behavior Detection ***************************************************************************** diff --git a/program/src/rrd_hw.h b/program/src/rrd_hw.h index e3b83cbc..db927347 100644 --- a/program/src/rrd_hw.h +++ b/program/src/rrd_hw.h @@ -1,5 +1,5 @@ /***************************************************************************** - * RRDtool 1.2.28 Copyright by Tobi Oetiker, 1997-2008 + * RRDtool 1.2.29 Copyright by Tobi Oetiker, 1997-2008 ***************************************************************************** * rrd_hw.h : Support for Holt-Winters Smoothing/ Aberrant Behavior Detection *****************************************************************************/ diff --git a/program/src/rrd_info.c b/program/src/rrd_info.c index a615c0ad..175381c6 100644 --- a/program/src/rrd_info.c +++ b/program/src/rrd_info.c @@ -1,5 +1,5 @@ /***************************************************************************** - * RRDtool 1.2.28 Copyright by Tobi Oetiker, 1997-2008 + * RRDtool 1.2.29 Copyright by Tobi Oetiker, 1997-2008 ***************************************************************************** * rrd_info Get Information about the configuration of an RRD *****************************************************************************/ diff --git a/program/src/rrd_is_thread_safe.h b/program/src/rrd_is_thread_safe.h index 59ab37c9..8f802da8 100644 --- a/program/src/rrd_is_thread_safe.h +++ b/program/src/rrd_is_thread_safe.h @@ -1,5 +1,5 @@ /***************************************************************************** - * RRDtool 1.2.28 Copyright by Tobi Oetiker, 1997-2008 + * RRDtool 1.2.29 Copyright by Tobi Oetiker, 1997-2008 * This file: Copyright 2003 Peter Stamfest * & Tobias Oetiker * Distributed under the GPL diff --git a/program/src/rrd_last.c b/program/src/rrd_last.c index 72e7478c..47e9073c 100644 --- a/program/src/rrd_last.c +++ b/program/src/rrd_last.c @@ -1,5 +1,5 @@ /***************************************************************************** - * RRDtool 1.2.28 Copyright by Tobi Oetiker, 1997-2008 + * RRDtool 1.2.29 Copyright by Tobi Oetiker, 1997-2008 ***************************************************************************** * rrd_last.c ***************************************************************************** diff --git a/program/src/rrd_lastupdate.c b/program/src/rrd_lastupdate.c index 29587cde..a8a46a71 100644 --- a/program/src/rrd_lastupdate.c +++ b/program/src/rrd_lastupdate.c @@ -1,5 +1,5 @@ /***************************************************************************** - * RRDtool 1.2.28 Copyright by Tobi Oetiker, 1997-2008 + * RRDtool 1.2.29 Copyright by Tobi Oetiker, 1997-2008 ***************************************************************************** * rrd_lastupdate Get the last datum entered for each DS *****************************************************************************/ diff --git a/program/src/rrd_not_thread_safe.c b/program/src/rrd_not_thread_safe.c index 5e8d5e39..e2992e25 100644 --- a/program/src/rrd_not_thread_safe.c +++ b/program/src/rrd_not_thread_safe.c @@ -1,5 +1,5 @@ /***************************************************************************** - * RRDtool 1.2.28 Copyright by Tobi Oetiker, 1997-2008 + * RRDtool 1.2.29 Copyright by Tobi Oetiker, 1997-2008 * This file: Copyright 2003 Peter Stamfest * & Tobias Oetiker * Distributed under the GPL diff --git a/program/src/rrd_open.c b/program/src/rrd_open.c index 41443698..a3842689 100644 --- a/program/src/rrd_open.c +++ b/program/src/rrd_open.c @@ -1,5 +1,5 @@ /***************************************************************************** - * RRDtool 1.2.28 Copyright by Tobi Oetiker, 1997-2008 + * RRDtool 1.2.29 Copyright by Tobi Oetiker, 1997-2008 ***************************************************************************** * rrd_open.c Open an RRD File ***************************************************************************** diff --git a/program/src/rrd_resize.c b/program/src/rrd_resize.c index 45ae8a52..c5fedce0 100644 --- a/program/src/rrd_resize.c +++ b/program/src/rrd_resize.c @@ -1,5 +1,5 @@ /***************************************************************************** - * RRDtool 1.2.28 Copyright by Tobi Oetiker, 1997-2008 + * RRDtool 1.2.29 Copyright by Tobi Oetiker, 1997-2008 ***************************************************************************** * rrd_resize.c Alters size of an RRA ***************************************************************************** diff --git a/program/src/rrd_restore.c b/program/src/rrd_restore.c index 6385f54e..0bc29274 100644 --- a/program/src/rrd_restore.c +++ b/program/src/rrd_restore.c @@ -1,5 +1,5 @@ /***************************************************************************** - * RRDtool 1.2.28 Copyright by Tobi Oetiker, 1997-2008 + * RRDtool 1.2.29 Copyright by Tobi Oetiker, 1997-2008 ***************************************************************************** * rrd_restore.c creates new rrd from data dumped by rrd_dump.c *****************************************************************************/ diff --git a/program/src/rrd_rpncalc.c b/program/src/rrd_rpncalc.c index a3faff22..d82b0381 100644 --- a/program/src/rrd_rpncalc.c +++ b/program/src/rrd_rpncalc.c @@ -1,5 +1,5 @@ /**************************************************************************** - * RRDtool 1.2.28 Copyright by Tobi Oetiker, 1997-2008 + * RRDtool 1.2.29 Copyright by Tobi Oetiker, 1997-2008 **************************************************************************** * rrd_rpncalc.c RPN calculator functions ****************************************************************************/ diff --git a/program/src/rrd_rpncalc.h b/program/src/rrd_rpncalc.h index bba4dde9..8cd35031 100644 --- a/program/src/rrd_rpncalc.h +++ b/program/src/rrd_rpncalc.h @@ -1,5 +1,5 @@ /**************************************************************************** - * RRDtool 1.2.28 Copyright by Tobi Oetiker, 1997-2008 + * RRDtool 1.2.29 Copyright by Tobi Oetiker, 1997-2008 **************************************************************************** * rrd_rpncalc.h RPN calculator functions ****************************************************************************/ diff --git a/program/src/rrd_stat.c b/program/src/rrd_stat.c index d39d78df..3a2df9d9 100644 --- a/program/src/rrd_stat.c +++ b/program/src/rrd_stat.c @@ -1,5 +1,5 @@ /***************************************************************************** - * RRDtool 1.2.28 Copyright by Tobi Oetiker, 1997-2008 + * RRDtool 1.2.29 Copyright by Tobi Oetiker, 1997-2008 ***************************************************************************** * rrd_stat Retreive the header part of an RRD *****************************************************************************/ diff --git a/program/src/rrd_thread_safe.c b/program/src/rrd_thread_safe.c index 3b272ee9..f83e7898 100644 --- a/program/src/rrd_thread_safe.c +++ b/program/src/rrd_thread_safe.c @@ -1,5 +1,5 @@ /***************************************************************************** - * RRDtool 1.2.28 Copyright by Tobi Oetiker, 1997-2008 + * RRDtool 1.2.29 Copyright by Tobi Oetiker, 1997-2008 * This file: Copyright 2003 Peter Stamfest * & Tobias Oetiker * Distributed under the GPL diff --git a/program/src/rrd_thread_safe_nt.c b/program/src/rrd_thread_safe_nt.c index 2cdb96a3..804808f1 100644 --- a/program/src/rrd_thread_safe_nt.c +++ b/program/src/rrd_thread_safe_nt.c @@ -1,5 +1,5 @@ /***************************************************************************** - * RRDtool 1.2.28 Copyright by Tobi Oetiker, 1997-2008 + * RRDtool 1.2.29 Copyright by Tobi Oetiker, 1997-2008 * This file: Copyright 2003 Peter Stamfest * & Tobias Oetiker * Distributed under the GPL diff --git a/program/src/rrd_tool.c b/program/src/rrd_tool.c index 45f9f93b..5ec18c74 100644 --- a/program/src/rrd_tool.c +++ b/program/src/rrd_tool.c @@ -1,5 +1,5 @@ /***************************************************************************** - * RRDtool 1.2.28 Copyright by Tobi Oetiker, 1997-2008 + * RRDtool 1.2.29 Copyright by Tobi Oetiker, 1997-2008 ***************************************************************************** * rrd_tool.c Startup wrapper *****************************************************************************/ diff --git a/program/src/rrd_tool.h b/program/src/rrd_tool.h index 3461e167..ebea6b0f 100644 --- a/program/src/rrd_tool.h +++ b/program/src/rrd_tool.h @@ -1,5 +1,5 @@ /***************************************************************************** - * RRDtool 1.2.28 Copyright by Tobi Oetiker, 1997-2008 + * RRDtool 1.2.29 Copyright by Tobi Oetiker, 1997-2008 ***************************************************************************** * rrd_tool.h Common Header File *****************************************************************************/ diff --git a/program/src/rrd_tune.c b/program/src/rrd_tune.c index 822085b0..79c3927a 100644 --- a/program/src/rrd_tune.c +++ b/program/src/rrd_tune.c @@ -1,5 +1,5 @@ /***************************************************************************** - * RRDtool 1.2.28 Copyright by Tobi Oetiker, 1997-2008 + * RRDtool 1.2.29 Copyright by Tobi Oetiker, 1997-2008 ***************************************************************************** * change header parameters of an rrd ***************************************************************************** diff --git a/program/src/rrd_update.c b/program/src/rrd_update.c index f392b726..de24b8fe 100644 --- a/program/src/rrd_update.c +++ b/program/src/rrd_update.c @@ -1,5 +1,5 @@ /***************************************************************************** - * RRDtool 1.2.28 Copyright by Tobi Oetiker, 1997-2008 + * RRDtool 1.2.29 Copyright by Tobi Oetiker, 1997-2008 ***************************************************************************** * rrd_update.c RRD Update Function ***************************************************************************** diff --git a/program/src/rrd_version.c b/program/src/rrd_version.c index 61db0e4d..e8acb5c4 100644 --- a/program/src/rrd_version.c +++ b/program/src/rrd_version.c @@ -1,5 +1,5 @@ /***************************************************************************** - * RRDtool 1.2.28 Copyright by Tobi Oetiker, 1997-2008 + * RRDtool 1.2.29 Copyright by Tobi Oetiker, 1997-2008 ***************************************************************************** * rrd_version Return ***************************************************************************** diff --git a/program/src/rrd_xport.c b/program/src/rrd_xport.c index d4bc47e2..faf73702 100644 --- a/program/src/rrd_xport.c +++ b/program/src/rrd_xport.c @@ -1,5 +1,5 @@ /**************************************************************************** - * RRDtool 1.3.3 Copyright by Tobi Oetiker, 1997-2008 + * RRDtool 1.2.29 Copyright by Tobi Oetiker, 1997-2008 **************************************************************************** * rrd_xport.c export RRD data ****************************************************************************/ diff --git a/program/src/rrd_xport.h b/program/src/rrd_xport.h index 29aa14ee..d3adc4eb 100644 --- a/program/src/rrd_xport.h +++ b/program/src/rrd_xport.h @@ -1,5 +1,5 @@ /**************************************************************************** - * RRDtool 1.2.28 Copyright by Tobi Oetiker, 1997-2008 + * RRDtool 1.2.29 Copyright by Tobi Oetiker, 1997-2008 **************************************************************************** * rrd_xport.h contains XML related constants ****************************************************************************/ diff --git a/program/src/rrdupdate.c b/program/src/rrdupdate.c index 97b7e785..b4af3885 100644 --- a/program/src/rrdupdate.c +++ b/program/src/rrdupdate.c @@ -1,5 +1,5 @@ /***************************************************************************** - * RRDtool 1.2.28 Copyright by Tobi Oetiker, 1997-2008 + * RRDtool 1.2.29 Copyright by Tobi Oetiker, 1997-2008 ***************************************************************************** * rrdupdate.c Main program for the (standalone) rrdupdate utility *****************************************************************************