From 6f1b2fcff157650eb502fc5b9531bb9e8d069724 Mon Sep 17 00:00:00 2001 From: oetiker Date: Tue, 10 Jun 2008 16:37:39 +0000 Subject: [PATCH] preparing for 1.3 git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1427 a5681a0c-68f1-0310-ab6d-d61299d08faa --- 00README | 2 +- CONTRIBUTORS | 2 +- PROJECTS | 43 ------------------------------------------- TODO | 4 +++- configure.ac | 4 ++-- rrdtool-1.3-release | 4 ++-- 6 files changed, 9 insertions(+), 50 deletions(-) delete mode 100644 PROJECTS diff --git a/00README b/00README index 5f197b3..f0b8713 100644 --- a/00README +++ b/00README @@ -1,5 +1,5 @@ Title: RRDtool -Date: 2005-04-04 +Date: 2008-06-11 Owner: Tobias Oetiker Group: Software diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 3a33ebe..847c1d1 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -21,7 +21,7 @@ David Grimes SQRT/SORT/REV/SHIFT/TREND David L. Barker xport function bug fixes Evan Miller Multiplicative HW Enhancements Frank Strauss TCL bindings -Florian octo Forster rrd_restore libxml2 rewrite +Florian octo Forster rrd_restore libxml2 rewrite deprecated function export Henrik Storner functions for min/max values of data in graph Hermann Hueni (SunOS porting) Jakob Ilves HPUX 11 diff --git a/PROJECTS b/PROJECTS deleted file mode 100644 index 68a5fcf..0000000 --- a/PROJECTS +++ /dev/null @@ -1,43 +0,0 @@ -NEW RRD DATAFORMAT with Accessor Functions -========================================== - -Interested: - -Tobias Oetiker -Jake Brutlag -- updating rrd_update to use accessor fks - -Plan: - -Encapsulating access to the RRD files through -special accessor functions which provide -access to the datastructures within the -RRDfiles. - -pseudo code by Jake - -For example, here is a current code block from rrd_update.c: - - for (i=0;ids_cnt;i++) { - if(isnan(pdp_new[i])) - rrd.pdp_prep[i].scratch[PDP_unkn_sec_cnt].u_cnt += interval; - else - rrd.pdp_prep[i].scratch[PDP_val].u_val+= pdp_new[i]; - } - -This could read: - - for (i=0 ; i < getDSCount(&rrd) ;i++) { - if(isnan(pdp_new[i])) { - temp = getPDPParam(&rrd, i, PDP_unkn_sec_cnt); - temp.u_cnt += interval; - setPDPParam(&rrd, i, PDP_unkn_sec_cnt, temp); - } else { - temp = getPDPParam(&rrd, i, PDP_val); - temp.u_val += pdp_new[i]; - setPDPParam(&rrd, i, PDP_val, temp); - } - } - - - diff --git a/TODO b/TODO index c7a06c9..00ebc24 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,8 @@ Random Feature Ideas for RRDtool -------------------------------- -Updated: 2008-05-26 +Updated: 2008-06-26 + +add accessor functions for rrd manipulation reverse order of stacked graph entries prior to plotting ... this is to make plotting order more naturally fit with the ordering of the legend ... diff --git a/configure.ac b/configure.ac index d634c05..276125f 100644 --- a/configure.ac +++ b/configure.ac @@ -9,14 +9,14 @@ dnl tell automake the this script is for rrdtool dnl the official version number is dnl a.b.c -AC_INIT([rrdtool],[1.3rc9]) +AC_INIT([rrdtool],[1.4.0]) dnl for testing a numberical version number comes handy dnl the released version are dnl a.bccc dnl the devel versions will be something like dnl a.b999yymmddhh -NUMVERS=1.299908060801 +NUMVERS=1.4000 AC_SUBST(NUMVERS) dnl for the linker to understand which version the library is compatible with diff --git a/rrdtool-1.3-release b/rrdtool-1.3-release index a3d129f..0762c82 100755 --- a/rrdtool-1.3-release +++ b/rrdtool-1.3-release @@ -29,8 +29,8 @@ cd rrdtool-$VERSION make src/rrdtool cd .. -scp CHANGES rrdtool*.tar.gz oposs@james:public_html/rrdtool/pub/beta -ssh oposs@james "cd public_html/rrdtool/pub/beta/;rm rrdtool.tar.gz;ln -s rrdtool-$VERSION.tar.gz rrdtool.tar.gz" +scp CHANGES rrdtool*.tar.gz oposs@james:public_html/rrdtool/pub +ssh oposs@james "cd public_html/rrdtool/pub/;rm rrdtool.tar.gz;ln -s rrdtool-$VERSION.tar.gz rrdtool.tar.gz" cd .. rm -rf rrdtool-$$ svn copy -m "tagging version $VERSION" svn://svn.oetiker.ch/rrdtool/trunk/program svn://svn.oetiker.ch/rrdtool/tags/$VERSION -- 2.11.0