]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commitdiff
housekeeping
authorTobias Oetiker <tobi@oetiker.ch>
Mon, 10 Aug 2015 11:38:53 +0000 (13:38 +0200)
committerTobias Oetiker <tobi@oetiker.ch>
Mon, 10 Aug 2015 11:38:53 +0000 (13:38 +0200)
CHANGES
configure.ac
examples/Makefile.am
examples/Makefile.in

diff --git a/CHANGES b/CHANGES
index d66d7502eea13965487cdc9de4e9d269049b7285..a83d56d5a4db77b0dbedff7ee0a128c82dfa6a2c 100644 (file)
--- 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
index 1a840378886526abfc943f2cfbd0995fa5544609..5270b22910be7fae8bd105df9796a35c344b91c7 100644 (file)
@@ -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
index 3ad13ae76116fde89763ef726f0a363132591b4e..3be0bdef50ef84effb2429085fea6d12fdedf2e2 100644 (file)
@@ -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
index 802590fb95b4b0a3185263fc3d7f65372adc94d5..b1a1874be4f61c88b55a248e212b258e9d6676b6 100644 (file)
@@ -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 \