From 894d009df2ee64daa21e1fe03a987b3755c4d7f9 Mon Sep 17 00:00:00 2001 From: Tobias Oetiker Date: Thu, 16 Apr 2015 18:39:09 +0200 Subject: [PATCH] ready for 1.5 --- NEWS | 16 +++++++++++----- VERSION | 2 +- configure | 24 ++++++++++++------------ 3 files changed, 24 insertions(+), 18 deletions(-) diff --git a/NEWS b/NEWS index 8a48192a..67cb4827 100644 --- a/NEWS +++ b/NEWS @@ -1,13 +1,13 @@ ##################################### -Major Changes between 1.4.x and ... +Major Changes between 1.4.x and 1.5.x ------------------------------------- -$Id$ RRD Graph --------- -* GRAD element for graph, it acts more or less like an AREA, - except you can specify a second color and a height which is used to - create a gradient from one color to the next +* Ability to use data from a callback function to supply data + for graphs. With perl bindings for writing the callbacks in perl. + +* Second color option for AREAs causing a gradient effect by Rian Shelley * RRDcached awareness. Instead of just flushing the file, data can now @@ -16,6 +16,12 @@ RRD Graph * VDEF results do now explicitly KNOW when they have no time associated and can behave appropriately. -- Jean-Edouard Babin +RRDcreate +--------- +Ability to use exiting rrd files to pre-populate new ones. Allowing to +preserve data even when fundamentally changeing the structure of your rrd +files. + RRDcached ---------- * New FETCH command allowing rrd_fetch to operate through the daemon and diff --git a/VERSION b/VERSION index e3728125..bc80560f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.5.0-rc2 +1.5.0 diff --git a/configure b/configure index d485c409..44cb3c3d 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for rrdtool 1.5.0-rc2. +# Generated by GNU Autoconf 2.69 for rrdtool 1.5.0. # # # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. @@ -587,8 +587,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='rrdtool' PACKAGE_TARNAME='rrdtool' -PACKAGE_VERSION='1.5.0-rc2' -PACKAGE_STRING='rrdtool 1.5.0-rc2' +PACKAGE_VERSION='1.5.0' +PACKAGE_STRING='rrdtool 1.5.0' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1479,7 +1479,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures rrdtool 1.5.0-rc2 to adapt to many kinds of systems. +\`configure' configures rrdtool 1.5.0 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1550,7 +1550,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of rrdtool 1.5.0-rc2:";; + short | recursive ) echo "Configuration of rrdtool 1.5.0:";; esac cat <<\_ACEOF @@ -1734,7 +1734,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -rrdtool configure 1.5.0-rc2 +rrdtool configure 1.5.0 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2439,7 +2439,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by rrdtool $as_me 1.5.0-rc2, which was +It was created by rrdtool $as_me 1.5.0, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -4795,7 +4795,7 @@ fi # Define the identity of the package. PACKAGE='rrdtool' - VERSION='1.5.0-rc2' + VERSION='1.5.0' cat >>confdefs.h <<_ACEOF @@ -22465,7 +22465,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by rrdtool $as_me 1.5.0-rc2, which was +This file was extended by rrdtool $as_me 1.5.0, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -22531,7 +22531,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -rrdtool config.status 1.5.0-rc2 +rrdtool config.status 1.5.0 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" @@ -25113,7 +25113,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by rrdtool $as_me 1.5.0-rc2, which was +This file was extended by rrdtool $as_me 1.5.0, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -25179,7 +25179,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -rrdtool config.status 1.5.0-rc2 +rrdtool config.status 1.5.0 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" -- 2.47.2