From 3131a5d7dc41760889cbadce7457072ea459a5a7 Mon Sep 17 00:00:00 2001 From: oetiker Date: Tue, 13 Nov 2007 02:21:47 +0000 Subject: [PATCH] prepare for the release of rrdtool-1.2.24 git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2@1218 a5681a0c-68f1-0310-ab6d-d61299d08faa --- program/bindings/perl-piped/RRDp.pm | 2 +- program/bindings/perl-shared/RRDs.pm | 2 +- program/doc/rrdbuild.pod | 12 ++++++------ program/rrdtool.spec | 2 +- program/src/gdpng.c | 2 +- program/src/pngsize.c | 2 +- program/src/rrd.h | 2 +- program/src/rrd_afm.c | 2 +- program/src/rrd_afm.h | 2 +- program/src/rrd_afm_data.c | 2 +- program/src/rrd_afm_data.h | 2 +- program/src/rrd_cgi.c | 2 +- program/src/rrd_create.c | 2 +- program/src/rrd_datalang.c | 2 +- program/src/rrd_diff.c | 2 +- program/src/rrd_dump.c | 2 +- program/src/rrd_error.c | 2 +- program/src/rrd_fetch.c | 2 +- program/src/rrd_first.c | 2 +- program/src/rrd_format.c | 2 +- program/src/rrd_format.h | 2 +- program/src/rrd_gfx.c | 2 +- program/src/rrd_gfx.h | 2 +- program/src/rrd_graph.c | 2 +- program/src/rrd_graph_helper.c | 2 +- program/src/rrd_hw.c | 2 +- program/src/rrd_hw.h | 2 +- program/src/rrd_info.c | 2 +- program/src/rrd_is_thread_safe.h | 2 +- program/src/rrd_last.c | 2 +- program/src/rrd_lastupdate.c | 2 +- program/src/rrd_not_thread_safe.c | 2 +- program/src/rrd_open.c | 2 +- program/src/rrd_resize.c | 2 +- program/src/rrd_restore.c | 2 +- program/src/rrd_rpncalc.c | 2 +- program/src/rrd_rpncalc.h | 2 +- program/src/rrd_stat.c | 2 +- program/src/rrd_thread_safe.c | 2 +- program/src/rrd_thread_safe_nt.c | 2 +- program/src/rrd_tool.c | 2 +- program/src/rrd_tool.h | 2 +- program/src/rrd_tune.c | 2 +- program/src/rrd_update.c | 2 +- program/src/rrd_version.c | 2 +- program/src/rrd_xport.c | 2 +- program/src/rrd_xport.h | 2 +- program/src/rrdupdate.c | 2 +- 48 files changed, 53 insertions(+), 53 deletions(-) diff --git a/program/bindings/perl-piped/RRDp.pm b/program/bindings/perl-piped/RRDp.pm index e61a28be..92fae865 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.2023; +$VERSION=1.2024; sub start ($){ croak "rrdtool is already running" diff --git a/program/bindings/perl-shared/RRDs.pm b/program/bindings/perl-shared/RRDs.pm index 95424210..bacab061 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.2023; +$VERSION=1.2024; bootstrap RRDs $VERSION; diff --git a/program/doc/rrdbuild.pod b/program/doc/rrdbuild.pod index 7a24a823..e75f556c 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.23 + INSTALL_DIR=/usr/local/rrdtool-1.2.24 Or if you run tcsh: set BUILD_DIR=/tmp/rrdbuild - set INSTALL_DIR=/usr/local/rrdtool-1.2.23 + set INSTALL_DIR=/usr/local/rrdtool-1.2.24 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.23.tar.gz - tar zxf rrdtool-1.2.23.tar.gz - cd rrdtool-1.2.23 + wget http://oss.oetiker.ch/rrdtool/pub/rrdtool-1.2.24.tar.gz + tar zxf rrdtool-1.2.24.tar.gz + cd rrdtool-1.2.24 ./configure --prefix=$INSTALL_DIR && make && make install Ok, this was very optimistic. This try will probably have ended with @@ -185,7 +185,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.23 + cd $BUILD_DIR/rrdtool-1.2.24 ./configure --prefix=$INSTALL_DIR --disable-python --disable-tcl make clean make diff --git a/program/rrdtool.spec b/program/rrdtool.spec index ddbf6467..fbe673b9 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.23 +Version: 1.2.24 Release: 5%{?dist} License: GPL Group: Applications/Databases diff --git a/program/src/gdpng.c b/program/src/gdpng.c index 99e7db64..0e06f1da 100644 --- a/program/src/gdpng.c +++ b/program/src/gdpng.c @@ -1,5 +1,5 @@ /***************************************************************************** - * RRDtool 1.2.23 Copyright by Tobi Oetiker, 1997-2007 + * RRDtool 1.2.24 Copyright by Tobi Oetiker, 1997-2007 ***************************************************************************** * gdpng.c add PNG output routine to gd library *****************************************************************************/ diff --git a/program/src/pngsize.c b/program/src/pngsize.c index 78d09508..6c9b78a9 100644 --- a/program/src/pngsize.c +++ b/program/src/pngsize.c @@ -1,5 +1,5 @@ /***************************************************************************** - * RRDtool 1.2.23 Copyright by Tobi Oetiker, 1997-2007 + * RRDtool 1.2.24 Copyright by Tobi Oetiker, 1997-2007 ***************************************************************************** * pngsize.c determine the size of a PNG image *****************************************************************************/ diff --git a/program/src/rrd.h b/program/src/rrd.h index 3873033e..f9692156 100644 --- a/program/src/rrd.h +++ b/program/src/rrd.h @@ -1,5 +1,5 @@ /***************************************************************************** - * RRDtool 1.2.23 Copyright by Tobi Oetiker, 1997-2007 + * RRDtool 1.2.24 Copyright by Tobi Oetiker, 1997-2007 ***************************************************************************** * rrdlib.h Public header file for librrd ***************************************************************************** diff --git a/program/src/rrd_afm.c b/program/src/rrd_afm.c index c42e6fec..6c69789c 100644 --- a/program/src/rrd_afm.c +++ b/program/src/rrd_afm.c @@ -1,5 +1,5 @@ /**************************************************************************** - * RRDtool 1.2.23 Copyright by Tobi Oetiker, 1997-2007 + * RRDtool 1.2.24 Copyright by Tobi Oetiker, 1997-2007 **************************************************************************** * 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 20350ff2..8a7fd8ec 100644 --- a/program/src/rrd_afm.h +++ b/program/src/rrd_afm.h @@ -1,5 +1,5 @@ /**************************************************************************** - * RRDtool 1.2.23 Copyright by Tobi Oetiker, 1997-2007 + * RRDtool 1.2.24 Copyright by Tobi Oetiker, 1997-2007 **************************************************************************** * 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 fccf5860..c5e8f0b4 100644 --- a/program/src/rrd_afm_data.c +++ b/program/src/rrd_afm_data.c @@ -1,5 +1,5 @@ /**************************************************************************** - * RRDtool 1.2.23 Copyright by Tobi Oetiker, 1997-2007 + * RRDtool 1.2.24 Copyright by Tobi Oetiker, 1997-2007 **************************************************************************** * 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 84b14223..f7ac2dba 100644 --- a/program/src/rrd_afm_data.h +++ b/program/src/rrd_afm_data.h @@ -1,5 +1,5 @@ /**************************************************************************** - * RRDtool 1.2.23 Copyright by Tobi Oetiker, 1997-2007 + * RRDtool 1.2.24 Copyright by Tobi Oetiker, 1997-2007 **************************************************************************** * 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 5c2aa1bc..5a72d279 100644 --- a/program/src/rrd_cgi.c +++ b/program/src/rrd_cgi.c @@ -1,5 +1,5 @@ /***************************************************************************** - * RRDtool 1.2.23 Copyright by Tobi Oetiker, 1997-2007 + * RRDtool 1.2.24 Copyright by Tobi Oetiker, 1997-2007 ***************************************************************************** * rrd_cgi.c RRD Web Page Generator *****************************************************************************/ diff --git a/program/src/rrd_create.c b/program/src/rrd_create.c index 127666af..3b536426 100644 --- a/program/src/rrd_create.c +++ b/program/src/rrd_create.c @@ -1,5 +1,5 @@ /***************************************************************************** - * RRDtool 1.2.23 Copyright by Tobi Oetiker, 1997-2007 + * RRDtool 1.2.24 Copyright by Tobi Oetiker, 1997-2007 ***************************************************************************** * rrd_create.c creates new rrds *****************************************************************************/ diff --git a/program/src/rrd_datalang.c b/program/src/rrd_datalang.c index 42e870c3..762ee5ea 100644 --- a/program/src/rrd_datalang.c +++ b/program/src/rrd_datalang.c @@ -1,5 +1,5 @@ /***************************************************************************** - * RRDtool 1.2.23 Copyright by Tobi Oetiker, 1997-2007 + * RRDtool 1.2.24 Copyright by Tobi Oetiker, 1997-2007 ***************************************************************************** * 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 22cef90e..9c3f877e 100644 --- a/program/src/rrd_diff.c +++ b/program/src/rrd_diff.c @@ -1,5 +1,5 @@ /***************************************************************************** - * RRDtool 1.2.23 Copyright by Tobi Oetiker, 1997-2007 + * RRDtool 1.2.24 Copyright by Tobi Oetiker, 1997-2007 * 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 c8cc7eef..8bc167b3 100644 --- a/program/src/rrd_dump.c +++ b/program/src/rrd_dump.c @@ -1,5 +1,5 @@ /***************************************************************************** - * RRDtool 1.2.23 Copyright by Tobi Oetiker, 1997-2007 + * RRDtool 1.2.24 Copyright by Tobi Oetiker, 1997-2007 ***************************************************************************** * rrd_dump Display a RRD ***************************************************************************** diff --git a/program/src/rrd_error.c b/program/src/rrd_error.c index 9f46a625..97e762af 100644 --- a/program/src/rrd_error.c +++ b/program/src/rrd_error.c @@ -1,5 +1,5 @@ /***************************************************************************** - * RRDtool 1.2.23 Copyright by Tobi Oetiker, 1997-2007 + * RRDtool 1.2.24 Copyright by Tobi Oetiker, 1997-2007 ***************************************************************************** * rrd_error.c Common Header File ***************************************************************************** diff --git a/program/src/rrd_fetch.c b/program/src/rrd_fetch.c index 5745892d..43e41cd7 100644 --- a/program/src/rrd_fetch.c +++ b/program/src/rrd_fetch.c @@ -1,5 +1,5 @@ /***************************************************************************** - * RRDtool 1.2.23 Copyright by Tobi Oetiker, 1997-2007 + * RRDtool 1.2.24 Copyright by Tobi Oetiker, 1997-2007 ***************************************************************************** * 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 f4e8d406..86c0cd97 100644 --- a/program/src/rrd_first.c +++ b/program/src/rrd_first.c @@ -1,5 +1,5 @@ /***************************************************************************** - * RRDtool 1.2.23 Copyright by Tobi Oetiker, 1997-2007 + * RRDtool 1.2.24 Copyright by Tobi Oetiker, 1997-2007 ***************************************************************************** * rrd_first Return ***************************************************************************** diff --git a/program/src/rrd_format.c b/program/src/rrd_format.c index 990f94a9..97122ebd 100644 --- a/program/src/rrd_format.c +++ b/program/src/rrd_format.c @@ -1,5 +1,5 @@ /***************************************************************************** - * RRDtool 1.2.23 Copyright by Tobi Oetiker, 1997-2007 + * RRDtool 1.2.24 Copyright by Tobi Oetiker, 1997-2007 ***************************************************************************** * rrd_format.c RRD Database Format helper functions ***************************************************************************** diff --git a/program/src/rrd_format.h b/program/src/rrd_format.h index 6f94438e..5cdc9344 100644 --- a/program/src/rrd_format.h +++ b/program/src/rrd_format.h @@ -1,5 +1,5 @@ /***************************************************************************** - * RRDtool 1.2.23 Copyright by Tobi Oetiker, 1997-2007 + * RRDtool 1.2.24 Copyright by Tobi Oetiker, 1997-2007 ***************************************************************************** * rrd_format.h RRD Database Format header *****************************************************************************/ diff --git a/program/src/rrd_gfx.c b/program/src/rrd_gfx.c index 2cdf20cc..c1f8d10f 100644 --- a/program/src/rrd_gfx.c +++ b/program/src/rrd_gfx.c @@ -1,5 +1,5 @@ /**************************************************************************** - * RRDtool 1.2.23 Copyright by Tobi Oetiker, 1997-2007 + * RRDtool 1.2.24 Copyright by Tobi Oetiker, 1997-2007 **************************************************************************** * rrd_gfx.c graphics wrapper for rrdtool **************************************************************************/ diff --git a/program/src/rrd_gfx.h b/program/src/rrd_gfx.h index 40b0ee07..984d5a18 100644 --- a/program/src/rrd_gfx.h +++ b/program/src/rrd_gfx.h @@ -1,5 +1,5 @@ /**************************************************************************** - * RRDtool 1.2.23 Copyright by Tobi Oetiker, 1997-2007 + * RRDtool 1.2.24 Copyright by Tobi Oetiker, 1997-2007 **************************************************************************** * rrd_gfx.h generic graphics adapter library ****************************************************************************/ diff --git a/program/src/rrd_graph.c b/program/src/rrd_graph.c index 22439b57..bac2b4d1 100644 --- a/program/src/rrd_graph.c +++ b/program/src/rrd_graph.c @@ -1,5 +1,5 @@ /**************************************************************************** - * RRDtool 1.2.23 Copyright by Tobi Oetiker, 1997-2007 + * RRDtool 1.2.24 Copyright by Tobi Oetiker, 1997-2007 **************************************************************************** * 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 40457956..431c521b 100644 --- a/program/src/rrd_graph_helper.c +++ b/program/src/rrd_graph_helper.c @@ -1,5 +1,5 @@ /**************************************************************************** - * RRDtool 1.2.23 Copyright by Tobi Oetiker, 1997-2007 + * RRDtool 1.2.24 Copyright by Tobi Oetiker, 1997-2007 **************************************************************************** * 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 dccde506..40e9a0fa 100644 --- a/program/src/rrd_hw.c +++ b/program/src/rrd_hw.c @@ -1,5 +1,5 @@ /***************************************************************************** - * RRDtool 1.2.23 Copyright by Tobi Oetiker, 1997-2007 + * RRDtool 1.2.24 Copyright by Tobi Oetiker, 1997-2007 ***************************************************************************** * 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 89220b4f..bf395fc9 100644 --- a/program/src/rrd_hw.h +++ b/program/src/rrd_hw.h @@ -1,5 +1,5 @@ /***************************************************************************** - * RRDtool 1.2.23 Copyright by Tobi Oetiker, 1997-2007 + * RRDtool 1.2.24 Copyright by Tobi Oetiker, 1997-2007 ***************************************************************************** * 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 d5ccbc5b..74c70644 100644 --- a/program/src/rrd_info.c +++ b/program/src/rrd_info.c @@ -1,5 +1,5 @@ /***************************************************************************** - * RRDtool 1.2.23 Copyright by Tobi Oetiker, 1997-2007 + * RRDtool 1.2.24 Copyright by Tobi Oetiker, 1997-2007 ***************************************************************************** * 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 6fe480eb..e44ebdbc 100644 --- a/program/src/rrd_is_thread_safe.h +++ b/program/src/rrd_is_thread_safe.h @@ -1,5 +1,5 @@ /***************************************************************************** - * RRDtool 1.2.23 Copyright by Tobi Oetiker, 1997-2007 + * RRDtool 1.2.24 Copyright by Tobi Oetiker, 1997-2007 * 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 c4b4b269..9a1152be 100644 --- a/program/src/rrd_last.c +++ b/program/src/rrd_last.c @@ -1,5 +1,5 @@ /***************************************************************************** - * RRDtool 1.2.23 Copyright by Tobi Oetiker, 1997-2007 + * RRDtool 1.2.24 Copyright by Tobi Oetiker, 1997-2007 ***************************************************************************** * rrd_last.c ***************************************************************************** diff --git a/program/src/rrd_lastupdate.c b/program/src/rrd_lastupdate.c index 169c49dc..25355136 100644 --- a/program/src/rrd_lastupdate.c +++ b/program/src/rrd_lastupdate.c @@ -1,5 +1,5 @@ /***************************************************************************** - * RRDtool 1.2.23 Copyright by Tobi Oetiker, 1997-2007 + * RRDtool 1.2.24 Copyright by Tobi Oetiker, 1997-2007 ***************************************************************************** * 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 b2b5227b..7b74d1c9 100644 --- a/program/src/rrd_not_thread_safe.c +++ b/program/src/rrd_not_thread_safe.c @@ -1,5 +1,5 @@ /***************************************************************************** - * RRDtool 1.2.23 Copyright by Tobi Oetiker, 1997-2007 + * RRDtool 1.2.24 Copyright by Tobi Oetiker, 1997-2007 * 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 3740750f..2259aaaa 100644 --- a/program/src/rrd_open.c +++ b/program/src/rrd_open.c @@ -1,5 +1,5 @@ /***************************************************************************** - * RRDtool 1.2.23 Copyright by Tobi Oetiker, 1997-2007 + * RRDtool 1.2.24 Copyright by Tobi Oetiker, 1997-2007 ***************************************************************************** * rrd_open.c Open an RRD File ***************************************************************************** diff --git a/program/src/rrd_resize.c b/program/src/rrd_resize.c index c1bdda23..bb4c78ee 100644 --- a/program/src/rrd_resize.c +++ b/program/src/rrd_resize.c @@ -1,5 +1,5 @@ /***************************************************************************** - * RRDtool 1.2.23 Copyright by Tobi Oetiker, 1997-2007 + * RRDtool 1.2.24 Copyright by Tobi Oetiker, 1997-2007 ***************************************************************************** * rrd_resize.c Alters size of an RRA ***************************************************************************** diff --git a/program/src/rrd_restore.c b/program/src/rrd_restore.c index 1da3a591..ed174970 100644 --- a/program/src/rrd_restore.c +++ b/program/src/rrd_restore.c @@ -1,5 +1,5 @@ /***************************************************************************** - * RRDtool 1.2.23 Copyright by Tobi Oetiker, 1997-2007 + * RRDtool 1.2.24 Copyright by Tobi Oetiker, 1997-2007 ***************************************************************************** * 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 eb7c94b2..b597b89f 100644 --- a/program/src/rrd_rpncalc.c +++ b/program/src/rrd_rpncalc.c @@ -1,5 +1,5 @@ /**************************************************************************** - * RRDtool 1.2.23 Copyright by Tobi Oetiker, 1997-2007 + * RRDtool 1.2.24 Copyright by Tobi Oetiker, 1997-2007 **************************************************************************** * rrd_rpncalc.c RPN calculator functions ****************************************************************************/ diff --git a/program/src/rrd_rpncalc.h b/program/src/rrd_rpncalc.h index 17264dcc..7e1d2601 100644 --- a/program/src/rrd_rpncalc.h +++ b/program/src/rrd_rpncalc.h @@ -1,5 +1,5 @@ /**************************************************************************** - * RRDtool 1.2.23 Copyright by Tobi Oetiker, 1997-2007 + * RRDtool 1.2.24 Copyright by Tobi Oetiker, 1997-2007 **************************************************************************** * rrd_rpncalc.h RPN calculator functions ****************************************************************************/ diff --git a/program/src/rrd_stat.c b/program/src/rrd_stat.c index 74969bd0..d2a0f576 100644 --- a/program/src/rrd_stat.c +++ b/program/src/rrd_stat.c @@ -1,5 +1,5 @@ /***************************************************************************** - * RRDtool 1.2.23 Copyright by Tobi Oetiker, 1997-2007 + * RRDtool 1.2.24 Copyright by Tobi Oetiker, 1997-2007 ***************************************************************************** * 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 ca99202e..d9fdea34 100644 --- a/program/src/rrd_thread_safe.c +++ b/program/src/rrd_thread_safe.c @@ -1,5 +1,5 @@ /***************************************************************************** - * RRDtool 1.2.23 Copyright by Tobi Oetiker, 1997-2007 + * RRDtool 1.2.24 Copyright by Tobi Oetiker, 1997-2007 * 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 53ebda3d..8c463402 100644 --- a/program/src/rrd_thread_safe_nt.c +++ b/program/src/rrd_thread_safe_nt.c @@ -1,5 +1,5 @@ /***************************************************************************** - * RRDtool 1.2.23 Copyright by Tobi Oetiker, 1997-2007 + * RRDtool 1.2.24 Copyright by Tobi Oetiker, 1997-2007 * 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 f1eb1161..3331a4ef 100644 --- a/program/src/rrd_tool.c +++ b/program/src/rrd_tool.c @@ -1,5 +1,5 @@ /***************************************************************************** - * RRDtool 1.2.23 Copyright by Tobi Oetiker, 1997-2007 + * RRDtool 1.2.24 Copyright by Tobi Oetiker, 1997-2007 ***************************************************************************** * rrd_tool.c Startup wrapper *****************************************************************************/ diff --git a/program/src/rrd_tool.h b/program/src/rrd_tool.h index 6663c56e..a874f263 100644 --- a/program/src/rrd_tool.h +++ b/program/src/rrd_tool.h @@ -1,5 +1,5 @@ /***************************************************************************** - * RRDtool 1.2.23 Copyright by Tobi Oetiker, 1997-2007 + * RRDtool 1.2.24 Copyright by Tobi Oetiker, 1997-2007 ***************************************************************************** * rrd_tool.h Common Header File *****************************************************************************/ diff --git a/program/src/rrd_tune.c b/program/src/rrd_tune.c index 8aa16308..88305f39 100644 --- a/program/src/rrd_tune.c +++ b/program/src/rrd_tune.c @@ -1,5 +1,5 @@ /***************************************************************************** - * RRDtool 1.2.23 Copyright by Tobi Oetiker, 1997-2007 + * RRDtool 1.2.24 Copyright by Tobi Oetiker, 1997-2007 ***************************************************************************** * change header parameters of an rrd ***************************************************************************** diff --git a/program/src/rrd_update.c b/program/src/rrd_update.c index d3013996..2b375789 100644 --- a/program/src/rrd_update.c +++ b/program/src/rrd_update.c @@ -1,5 +1,5 @@ /***************************************************************************** - * RRDtool 1.2.23 Copyright by Tobi Oetiker, 1997-2007 + * RRDtool 1.2.24 Copyright by Tobi Oetiker, 1997-2007 ***************************************************************************** * rrd_update.c RRD Update Function ***************************************************************************** diff --git a/program/src/rrd_version.c b/program/src/rrd_version.c index 7d13aeb3..fd568bc8 100644 --- a/program/src/rrd_version.c +++ b/program/src/rrd_version.c @@ -1,5 +1,5 @@ /***************************************************************************** - * RRDtool 1.2.23 Copyright by Tobi Oetiker, 1997-2007 + * RRDtool 1.2.24 Copyright by Tobi Oetiker, 1997-2007 ***************************************************************************** * rrd_version Return ***************************************************************************** diff --git a/program/src/rrd_xport.c b/program/src/rrd_xport.c index 618464cc..f151d977 100644 --- a/program/src/rrd_xport.c +++ b/program/src/rrd_xport.c @@ -1,5 +1,5 @@ /**************************************************************************** - * RRDtool 1.2.23 Copyright by Tobi Oetiker, 1997-2007 + * RRDtool 1.2.24 Copyright by Tobi Oetiker, 1997-2007 **************************************************************************** * rrd_xport.c export RRD data ****************************************************************************/ diff --git a/program/src/rrd_xport.h b/program/src/rrd_xport.h index f8dd93e0..fcbdbb2f 100644 --- a/program/src/rrd_xport.h +++ b/program/src/rrd_xport.h @@ -1,5 +1,5 @@ /**************************************************************************** - * RRDtool 1.2.23 Copyright by Tobi Oetiker, 1997-2007 + * RRDtool 1.2.24 Copyright by Tobi Oetiker, 1997-2007 **************************************************************************** * rrd_xport.h contains XML related constants ****************************************************************************/ diff --git a/program/src/rrdupdate.c b/program/src/rrdupdate.c index 257f2c72..2da50663 100644 --- a/program/src/rrdupdate.c +++ b/program/src/rrdupdate.c @@ -1,5 +1,5 @@ /***************************************************************************** - * RRDtool 1.2.23 Copyright by Tobi Oetiker, 1997-2007 + * RRDtool 1.2.24 Copyright by Tobi Oetiker, 1997-2007 ***************************************************************************** * rrdupdate.c Main program for the (standalone) rrdupdate utility ***************************************************************************** -- 2.30.2