From: Tobias Oetiker Date: Mon, 12 May 2008 16:09:02 +0000 (+0000) Subject: added notes about rewrites in this release X-Git-Tag: 1.3rc2~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c7b5aa638ca0151b518fd913e9ad2cd3e922583;p=thirdparty%2Frrdtool-1.x.git added notes about rewrites in this release git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1343 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/NEWS b/NEWS index e7b29b26..26c92a11 100644 --- a/NEWS +++ b/NEWS @@ -38,6 +38,15 @@ Forecasting (Evan Miller) method. It is a drop-in replacement for HWPREDICT, and is better suited for data whose seasonal variations grow or shrink in proportion to the average. +Rewrites +-------- +* rrd_restore now uses libxml for parsing which makes things much more + tolerant towards xml variations. The old code could mostly just parse the + xml as it was output by rrd_dump (by Florian octo Forster) + +* rrd_update rewritten to make it more modular. Fixed two longstanding + HW bugs in the process (Evan Miller) + Misc ---- * ruby rrd_fetch will return step as a last property -- Mike Perham