]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commitdiff
get ready for 1.7.0 v1.7.0
authorTobias Oetiker <tobi@oetiker.ch>
Tue, 16 May 2017 12:07:35 +0000 (14:07 +0200)
committerTobias Oetiker <tobi@oetiker.ch>
Tue, 16 May 2017 12:07:35 +0000 (14:07 +0200)
CHANGES
Makefile.in
VERSION
configure

diff --git a/CHANGES b/CHANGES
index 5f9c94974502017c09b29eaa2363cb11f8ababce..29f2be1a916941cab16b5b487c851d5638053f4b 100644 (file)
--- 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
index e67f7d10f375fa8464c34d7dc2f33fa5013beb6c..af52a45720faf2dd5b28283c033402e6d481774f 100644 (file)
@@ -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 0c08a6b381a677d9c6c052464a0acc5aa1c1a061..bd8bf882d06184bb54615a59477e3c5e35f522fc 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.6.999
+1.7.0
index bf3683d61738d9fa699e5b77c55c4c9914ed5f9d..4ef1c297db53dc0fa85199dec4b84b5a0d518ec3 100755 (executable)
--- 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\\"