Skip to content

Commit

Permalink
prepare for the release of rrdtool-1.3.1
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1447 a5681a0c-68f1-0310-ab6d-d61299d08faa
  • Loading branch information
oetiker committed Jul 23, 2008
1 parent 39d1a7d commit 0ff253c
Show file tree
Hide file tree
Showing 43 changed files with 48 additions and 48 deletions.
2 changes: 1 addition & 1 deletion bindings/perl-piped/RRDp.pm
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ sub cmd (@);
sub end ();
sub read ();

$VERSION=1.3000;
$VERSION=1.3001;

sub start ($){
croak "rrdtool is already running"
Expand Down
2 changes: 1 addition & 1 deletion bindings/perl-shared/RRDs.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use vars qw(@ISA $VERSION);

require DynaLoader;

$VERSION=1.3000;
$VERSION=1.3001;

bootstrap RRDs $VERSION;

Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ dnl tell automake the this script is for rrdtool

dnl the official version number is
dnl a.b.c
AC_INIT([rrdtool],[1.3.0])
AC_INIT([rrdtool],[1.3.1])

dnl for testing a numberical version number comes handy
dnl the released version are
dnl a.bccc
dnl the devel versions will be something like
dnl a.b999yymmddhh
NUMVERS=1.3000
NUMVERS=1.3001
AC_SUBST(NUMVERS)

dnl for the linker to understand which version the library is compatible with
Expand Down
10 changes: 5 additions & 5 deletions doc/rrdbuild.pod
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Where you want to install the software.
Once you have decided. Save the two locations into environment variables.

BUILD_DIR=/tmp/rrdbuild
INSTALL_DIR=/usr/local/rrdtool-1.3.0
INSTALL_DIR=/usr/local/rrdtool-1.3.1


If your F</tmp> is mounted with the option noexec (RHEL seems todo that) you have to choose
Expand All @@ -55,9 +55,9 @@ Now make sure the BUILD_DIR exists and go there:
Lets first assume you already have all the necessary libraries
pre-installed.

wget http://oss.oetiker.ch/rrdtool/pub/rrdtool-1.3.0.tar.gz
gunzip -c rrdtool-1.3.0.tar.gz | tar xf -
cd rrdtool-1.3.0
wget http://oss.oetiker.ch/rrdtool/pub/rrdtool-1.3.1.tar.gz
gunzip -c rrdtool-1.3.1.tar.gz | tar xf -
cd rrdtool-1.3.1
./configure --prefix=$INSTALL_DIR && make && make install

Ok, this was very optimistic. This try will probably have ended with
Expand Down Expand Up @@ -334,7 +334,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.3.0
cd $BUILD_DIR/rrdtool-1.3.1
./configure --prefix=$INSTALL_DIR --disable-tcl --disable-python
$MAKE clean
$MAKE
Expand Down
2 changes: 1 addition & 1 deletion rrdtool.spec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

Summary: Round Robin Database Tool to store and display time-series data
Name: rrdtool
Version: 1.3.0
Version: 1.3.1
Release: 0.20%{?pre:.%{pre}}%{?dist}
License: GPLv2+ with exceptions
Group: Applications/Databases
Expand Down
2 changes: 1 addition & 1 deletion src/pngsize.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*****************************************************************************
* RRDtool 1.3.0 Copyright by Tobi Oetiker, 1997-2008
* RRDtool 1.3.1 Copyright by Tobi Oetiker, 1997-2008
*****************************************************************************
* pngsize.c determine the size of a PNG image
*****************************************************************************/
Expand Down
2 changes: 1 addition & 1 deletion src/rrd.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*****************************************************************************
* RRDtool 1.3.0 Copyright by Tobi Oetiker, 1997-2008
* RRDtool 1.3.1 Copyright by Tobi Oetiker, 1997-2008
*****************************************************************************
* rrdlib.h Public header file for librrd
*****************************************************************************
Expand Down
2 changes: 1 addition & 1 deletion src/rrd_cgi.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*****************************************************************************
* RRDtool 1.3.0 Copyright by Tobi Oetiker, 1997-2008
* RRDtool 1.3.1 Copyright by Tobi Oetiker, 1997-2008
*****************************************************************************
* rrd_cgi.c RRD Web Page Generator
*****************************************************************************/
Expand Down
2 changes: 1 addition & 1 deletion src/rrd_create.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*****************************************************************************
* RRDtool 1.3.0 Copyright by Tobi Oetiker, 1997-2008
* RRDtool 1.3.1 Copyright by Tobi Oetiker, 1997-2008
*****************************************************************************
* rrd_create.c creates new rrds
*****************************************************************************/
Expand Down
2 changes: 1 addition & 1 deletion src/rrd_datalang.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*****************************************************************************
* RRDtool 1.3.0 Copyright by Tobi Oetiker, 1997-2008
* RRDtool 1.3.1 Copyright by Tobi Oetiker, 1997-2008
*****************************************************************************
* rrd_datalang A system for passing named and typed parameters between
* the different parts of rrdtool
Expand Down
2 changes: 1 addition & 1 deletion src/rrd_diff.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*****************************************************************************
* RRDtool 1.3.0 Copyright by Tobi Oetiker, 1997-2008
* RRDtool 1.3.1 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
Expand Down
2 changes: 1 addition & 1 deletion src/rrd_dump.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*****************************************************************************
* RRDtool 1.3.0 Copyright by Tobi Oetiker, 1997-2008
* RRDtool 1.3.1 Copyright by Tobi Oetiker, 1997-2008
*****************************************************************************
* rrd_dump Display a RRD
*****************************************************************************
Expand Down
2 changes: 1 addition & 1 deletion src/rrd_error.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*****************************************************************************
* RRDtool 1.3.0 Copyright by Tobi Oetiker, 1997-2008
* RRDtool 1.3.1 Copyright by Tobi Oetiker, 1997-2008
*****************************************************************************
* rrd_error.c Common Header File
*****************************************************************************
Expand Down
2 changes: 1 addition & 1 deletion src/rrd_fetch.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*****************************************************************************
* RRDtool 1.3.0 Copyright by Tobi Oetiker, 1997-2008
* RRDtool 1.3.1 Copyright by Tobi Oetiker, 1997-2008
*****************************************************************************
* rrd_fetch.c read date from an rrd to use for further processing
*****************************************************************************
Expand Down
2 changes: 1 addition & 1 deletion src/rrd_first.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*****************************************************************************
* RRDtool 1.3.0 Copyright by Tobi Oetiker, 1997-2008
* RRDtool 1.3.1 Copyright by Tobi Oetiker, 1997-2008
*****************************************************************************
* rrd_first Return
*****************************************************************************
Expand Down
2 changes: 1 addition & 1 deletion src/rrd_format.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*****************************************************************************
* RRDtool 1.3.0 Copyright by Tobi Oetiker, 1997-2008
* RRDtool 1.3.1 Copyright by Tobi Oetiker, 1997-2008
*****************************************************************************
* rrd_format.c RRD Database Format helper functions
*****************************************************************************
Expand Down
2 changes: 1 addition & 1 deletion src/rrd_format.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*****************************************************************************
* RRDtool 1.3.0 Copyright by Tobi Oetiker, 1997-2008
* RRDtool 1.3.1 Copyright by Tobi Oetiker, 1997-2008
*****************************************************************************
* rrd_format.h RRD Database Format header
*****************************************************************************/
Expand Down
2 changes: 1 addition & 1 deletion src/rrd_gfx.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/****************************************************************************
* RRDtool 1.3.0 Copyright by Tobi Oetiker, 1997-2008
* RRDtool 1.3.1 Copyright by Tobi Oetiker, 1997-2008
****************************************************************************
* rrd_gfx.c graphics wrapper for rrdtool
**************************************************************************/
Expand Down
2 changes: 1 addition & 1 deletion src/rrd_graph.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/****************************************************************************
* RRDtool 1.3.0 Copyright by Tobi Oetiker, 1997-2008
* RRDtool 1.3.1 Copyright by Tobi Oetiker, 1997-2008
****************************************************************************
* rrd__graph.c produce graphs from data in rrdfiles
****************************************************************************/
Expand Down
2 changes: 1 addition & 1 deletion src/rrd_graph_helper.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/****************************************************************************
* RRDtool 1.3.0 Copyright by Tobi Oetiker, 1997-2008
* RRDtool 1.3.1 Copyright by Tobi Oetiker, 1997-2008
****************************************************************************
* rrd_graph_helper.c commandline parser functions
* this code initially written by Alex van den Bogaerdt
Expand Down
2 changes: 1 addition & 1 deletion src/rrd_hw.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*****************************************************************************
* RRDtool 1.3.0 Copyright by Tobi Oetiker, 1997-2008
* RRDtool 1.3.1 Copyright by Tobi Oetiker, 1997-2008
*****************************************************************************
* rrd_hw.c : Support for Holt-Winters Smoothing/ Aberrant Behavior Detection
*****************************************************************************
Expand Down
2 changes: 1 addition & 1 deletion src/rrd_hw.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*****************************************************************************
* RRDtool 1.3.0 Copyright by Tobi Oetiker, 1997-2008
* RRDtool 1.3.1 Copyright by Tobi Oetiker, 1997-2008
*****************************************************************************
* rrd_hw.h : Support for Holt-Winters Smoothing/ Aberrant Behavior Detection
*****************************************************************************/
Expand Down
2 changes: 1 addition & 1 deletion src/rrd_i18n.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*****************************************************************************
* RRDtool 1.3.0 Copyright by Takao Fujiwara, 2008
* RRDtool 1.3.1 Copyright by Takao Fujiwara, 2008
*****************************************************************************
* rrd_i18n.h Common Header File
*****************************************************************************/
Expand Down
2 changes: 1 addition & 1 deletion src/rrd_info.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*****************************************************************************
* RRDtool 1.3.0 Copyright by Tobi Oetiker, 1997-2008
* RRDtool 1.3.1 Copyright by Tobi Oetiker, 1997-2008
*****************************************************************************
* rrd_info Get Information about the configuration of an RRD
*****************************************************************************/
Expand Down
2 changes: 1 addition & 1 deletion src/rrd_is_thread_safe.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*****************************************************************************
* RRDtool 1.3.0 Copyright by Tobi Oetiker, 1997-2008
* RRDtool 1.3.1 Copyright by Tobi Oetiker, 1997-2008
* This file: Copyright 2003 Peter Stamfest <[email protected]>
* & Tobias Oetiker
* Distributed under the GPL
Expand Down
2 changes: 1 addition & 1 deletion src/rrd_last.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*****************************************************************************
* RRDtool 1.3.0 Copyright by Tobi Oetiker, 1997-2008
* RRDtool 1.3.1 Copyright by Tobi Oetiker, 1997-2008
*****************************************************************************
* rrd_last.c
*****************************************************************************
Expand Down
2 changes: 1 addition & 1 deletion src/rrd_lastupdate.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*****************************************************************************
* RRDtool 1.3.0 Copyright by Tobi Oetiker, 1997-2008
* RRDtool 1.3.1 Copyright by Tobi Oetiker, 1997-2008
*****************************************************************************
* rrd_lastupdate Get the last datum entered for each DS
*****************************************************************************/
Expand Down
2 changes: 1 addition & 1 deletion src/rrd_not_thread_safe.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*****************************************************************************
* RRDtool 1.3.0 Copyright by Tobi Oetiker, 1997-2008
* RRDtool 1.3.1 Copyright by Tobi Oetiker, 1997-2008
* This file: Copyright 2003 Peter Stamfest <[email protected]>
* & Tobias Oetiker
* Distributed under the GPL
Expand Down
2 changes: 1 addition & 1 deletion src/rrd_open.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*****************************************************************************
* RRDtool 1.3.0 Copyright by Tobi Oetiker, 1997-2008
* RRDtool 1.3.1 Copyright by Tobi Oetiker, 1997-2008
*****************************************************************************
* rrd_open.c Open an RRD File
*****************************************************************************
Expand Down
2 changes: 1 addition & 1 deletion src/rrd_resize.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*****************************************************************************
* RRDtool 1.3.0 Copyright by Tobi Oetiker, 1997-2008
* RRDtool 1.3.1 Copyright by Tobi Oetiker, 1997-2008
*****************************************************************************
* rrd_resize.c Alters size of an RRA
*****************************************************************************
Expand Down
2 changes: 1 addition & 1 deletion src/rrd_restore.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*****************************************************************************
* RRDtool 1.3.0 Copyright by Tobi Oetiker, 1997-2008
* RRDtool 1.3.1 Copyright by Tobi Oetiker, 1997-2008
* This file: Copyright 2008 Florian octo Forster
* Distributed under the GPL
*****************************************************************************
Expand Down
2 changes: 1 addition & 1 deletion src/rrd_rpncalc.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/****************************************************************************
* RRDtool 1.3.0 Copyright by Tobi Oetiker, 1997-2008
* RRDtool 1.3.1 Copyright by Tobi Oetiker, 1997-2008
****************************************************************************
* rrd_rpncalc.c RPN calculator functions
****************************************************************************/
Expand Down
2 changes: 1 addition & 1 deletion src/rrd_rpncalc.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/****************************************************************************
* RRDtool 1.3.0 Copyright by Tobi Oetiker, 1997-2008
* RRDtool 1.3.1 Copyright by Tobi Oetiker, 1997-2008
****************************************************************************
* rrd_rpncalc.h RPN calculator functions
****************************************************************************/
Expand Down
2 changes: 1 addition & 1 deletion src/rrd_thread_safe.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*****************************************************************************
* RRDtool 1.3.0 Copyright by Tobi Oetiker, 1997-2008
* RRDtool 1.3.1 Copyright by Tobi Oetiker, 1997-2008
* This file: Copyright 2003 Peter Stamfest <[email protected]>
* & Tobias Oetiker
* Distributed under the GPL
Expand Down
2 changes: 1 addition & 1 deletion src/rrd_thread_safe_nt.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*****************************************************************************
* RRDtool 1.3.0 Copyright by Tobi Oetiker, 1997-2008
* RRDtool 1.3.1 Copyright by Tobi Oetiker, 1997-2008
* This file: Copyright 2003 Peter Stamfest <[email protected]>
* & Tobias Oetiker
* Distributed under the GPL
Expand Down
2 changes: 1 addition & 1 deletion src/rrd_tool.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*****************************************************************************
* RRDtool 1.3.0 Copyright by Tobi Oetiker, 1997-2008
* RRDtool 1.3.1 Copyright by Tobi Oetiker, 1997-2008
*****************************************************************************
* rrd_tool.c Startup wrapper
*****************************************************************************/
Expand Down
2 changes: 1 addition & 1 deletion src/rrd_tool.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*****************************************************************************
* RRDtool 1.3.0 Copyright by Tobi Oetiker, 1997-2008
* RRDtool 1.3.1 Copyright by Tobi Oetiker, 1997-2008
*****************************************************************************
* rrd_tool.h Common Header File
*****************************************************************************/
Expand Down
2 changes: 1 addition & 1 deletion src/rrd_tune.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*****************************************************************************
* RRDtool 1.3.0 Copyright by Tobi Oetiker, 1997-2008
* RRDtool 1.3.1 Copyright by Tobi Oetiker, 1997-2008
*****************************************************************************
* change header parameters of an rrd
*****************************************************************************
Expand Down
2 changes: 1 addition & 1 deletion src/rrd_update.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/*****************************************************************************
* RRDtool 1.3.0 Copyright by Tobi Oetiker, 1997-2008
* RRDtool 1.3.1 Copyright by Tobi Oetiker, 1997-2008
*****************************************************************************
* rrd_update.c RRD Update Function
*****************************************************************************
Expand Down
2 changes: 1 addition & 1 deletion src/rrd_version.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*****************************************************************************
* RRDtool 1.3.0 Copyright by Tobi Oetiker, 1997-2008
* RRDtool 1.3.1 Copyright by Tobi Oetiker, 1997-2008
*****************************************************************************
* rrd_version Return
*****************************************************************************
Expand Down
2 changes: 1 addition & 1 deletion src/rrd_xport.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/****************************************************************************
* RRDtool 1.3.0 Copyright by Tobi Oetiker, 1997-2008
* RRDtool 1.3.1 Copyright by Tobi Oetiker, 1997-2008
****************************************************************************
* rrd_xport.c export RRD data
****************************************************************************/
Expand Down
2 changes: 1 addition & 1 deletion src/rrd_xport.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/****************************************************************************
* RRDtool 1.3.0 Copyright by Tobi Oetiker, 1997-2008
* RRDtool 1.3.1 Copyright by Tobi Oetiker, 1997-2008
****************************************************************************
* rrd_xport.h contains XML related constants
****************************************************************************/
Expand Down
2 changes: 1 addition & 1 deletion src/rrdupdate.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*****************************************************************************
* RRDtool 1.3.0 Copyright by Tobi Oetiker, 1997-2008
* RRDtool 1.3.1 Copyright by Tobi Oetiker, 1997-2008
*****************************************************************************
* rrdupdate.c Main program for the (standalone) rrdupdate utility
*****************************************************************************
Expand Down

0 comments on commit 0ff253c

Please sign in to comment.