From 3170ea85c082c3fa0fd853afbe57a9ddf624edae Mon Sep 17 00:00:00 2001 From: Tobias Oetiker Date: Mon, 10 Aug 2015 13:38:53 +0200 Subject: [PATCH] housekeeping --- CHANGES | 9 +++++++++ configure.ac | 4 ++-- examples/Makefile.am | 3 ++- examples/Makefile.in | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) diff --git a/CHANGES b/CHANGES index d66d7502..a83d56d5 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,12 @@ +RRDtool 1.5.x - 2015-xx-xx +========================== + +Bugfixes +-------- +* shorten test precision to 7 digits ... +* never exit from a library function + + RRDtool 1.5.4 - 2015-08-09 ========================== Bug Fixes diff --git a/configure.ac b/configure.ac index 1a840378..5270b229 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,7 @@ dnl the released version are dnl a.bccc dnl the devel versions will be something like dnl a.b999yymmddhh -NUMVERS=1.5001 +NUMVERS=1.5005 AC_SUBST(NUMVERS) dnl for the linker to understand which versions the library are compatible with @@ -32,7 +32,7 @@ dnl - if any functionality was removed do c++,r=0,a=0. dnl dnl see http://sourceware.org/autobook/autobook/autobook_91.html dnl -LIBVERS=7:0:3 +LIBVERS=7:5:3 AC_SUBST(LIBVERS) AC_CANONICAL_TARGET diff --git a/examples/Makefile.am b/examples/Makefile.am index 3ad13ae7..3be0bdef 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -6,9 +6,10 @@ SUBDIRS = rrdcached -EXTRA_DIST = cgi-demo.cgi.in +EXTRA_DIST = cgi-demo.cgi.in stripes.py examplesdir = $(pkgdatadir)/examples + examples_SCRIPTS = cgi-demo.cgi piped-demo.pl shared-demo.pl \ stripes.pl bigtops.pl minmax.pl 4charts.pl perftest.pl \ stripes.py diff --git a/examples/Makefile.in b/examples/Makefile.in index 802590fb..b1a1874b 100644 --- a/examples/Makefile.in +++ b/examples/Makefile.in @@ -419,7 +419,7 @@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ SUBDIRS = rrdcached -EXTRA_DIST = cgi-demo.cgi.in +EXTRA_DIST = cgi-demo.cgi.in stripes.py examplesdir = $(pkgdatadir)/examples examples_SCRIPTS = cgi-demo.cgi piped-demo.pl shared-demo.pl \ stripes.pl bigtops.pl minmax.pl 4charts.pl perftest.pl \ -- 2.47.2