From: Tobias Oetiker Date: Tue, 16 May 2017 12:07:35 +0000 (+0200) Subject: get ready for 1.7.0 X-Git-Tag: v1.7.0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bfc82d5242855628b826018479df00e0ec4e8360;p=thirdparty%2Frrdtool-1.x.git get ready for 1.7.0 --- diff --git a/CHANGES b/CHANGES index 5f9c9497..29f2be1a 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,27 @@ +RRDtool 1.7.0 - 2016-05-16 +========================== +Bugfixes +-------- +* made rrd_fetch_cb_wrapper in RRDs more careful with its arguments +* many bugfixes to resolve issues identified Coverty scan +* fix build issues with libdbl +* take the ds step into account while caching data in rrd graph DEF statements +* never 'exit' from librrd (even when DEBUG is on) + +Features +-------- +* new command rrd list to show rrd files in a directory +* configurable log-level for rrdcached +* hungarian translation (hu.po) + +API +--- +* New Exported funtions: rrd_lcd, rrd_reduce_data, rrd_cf_conf and rrd_list +* rrd_list support for perl and python binding +* all new and much more complete python bindings working on both python 2.6+ and 3.3+ +* extended documentation in rrdlib.pod + + RRDtool 1.6.0 - 2016-04-19 ========================== Features diff --git a/Makefile.in b/Makefile.in index e67f7d10..af52a457 100644 --- a/Makefile.in +++ b/Makefile.in @@ -998,7 +998,7 @@ clean-local: -rm -f config.h bindings/perl-piped/Makefile.old bindings/perl-shared/Makefile.old dist-hook: VERSION - $(AM_V_GEN)cd $(distdir) && $(PERL) -i -p -e 's/^\$VERSION.+/\$VERSION='$(NUM_VERS)';/' bindings/perl-*/*.pm + $(AM_V_GEN)cd $(distdir) && $(PERL) -i -p -e 's/^\$$VERSION.+/\$$VERSION='$(NUMVERS)';/' bindings/perl-*/*.pm $(AM_V_GEN)cd $(distdir) && $(PERL) -i -p -e 's/RRDtool 1.GIT, Copyright by Tobi Oetiker/RRDtool '$(PACKAGE_VERSION)', Copyright 1997-'`date +%Y`' by Tobi Oetiker/' src/*.h src/*.c $(AM_V_GEN)cd $(distdir) && $(PERL) -i -p -e 's/^Version:.+/Version: '$(PACKAGE_VERSION)'/' rrdtool.spec $(AM_V_GEN)$(PERL) -i -p -e 's/rrdtool-[\.\d]+\d(-[a-z0-9]+)?/rrdtool-'$(PACKAGE_VERSION)'/g' doc/rrdbuild.pod diff --git a/VERSION b/VERSION index 0c08a6b3..bd8bf882 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.6.999 +1.7.0 diff --git a/configure b/configure index bf3683d6..4ef1c297 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.6.999. +# Generated by GNU Autoconf 2.69 for rrdtool 1.7.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.6.999' -PACKAGE_STRING='rrdtool 1.6.999' +PACKAGE_VERSION='1.7.0' +PACKAGE_STRING='rrdtool 1.7.0' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1495,7 +1495,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.6.999 to adapt to many kinds of systems. +\`configure' configures rrdtool 1.7.0 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1567,7 +1567,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of rrdtool 1.6.999:";; + short | recursive ) echo "Configuration of rrdtool 1.7.0:";; esac cat <<\_ACEOF @@ -1757,7 +1757,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -rrdtool configure 1.6.999 +rrdtool configure 1.7.0 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2462,7 +2462,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.6.999, which was +It was created by rrdtool $as_me 1.7.0, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2849,7 +2849,7 @@ ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. NUMVERS=1.6999 -LIBVERS=8:0:0 +LIBVERS=9:0:1 # Make sure we can run config.sub. @@ -4818,7 +4818,7 @@ fi # Define the identity of the package. PACKAGE='rrdtool' - VERSION='1.6.999' + VERSION='1.7.0' cat >>confdefs.h <<_ACEOF @@ -23308,7 +23308,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.6.999, which was +This file was extended by rrdtool $as_me 1.7.0, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -23374,7 +23374,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.6.999 +rrdtool config.status 1.7.0 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" @@ -25877,7 +25877,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.6.999, which was +This file was extended by rrdtool $as_me 1.7.0, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -25943,7 +25943,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.6.999 +rrdtool config.status 1.7.0 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\"