X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=NEWS;h=542783b817c4c57019adf1e379fe8cb1d9588dac;hb=3ed92922bd53dc6d96188aed796e584ec624e4cf;hp=99d2c6ba618a7e952d60959dd38b69cb62702805;hpb=a0b08d2acd3557d557e68de2e7fe9d31526f699f;p=rrdtool.git diff --git a/NEWS b/NEWS index 99d2c6b..542783b 100644 --- a/NEWS +++ b/NEWS @@ -35,6 +35,14 @@ 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. +* Due to the new aggregation function, we also get a new version of the + rrd file format. + +Locale Independent Input +------------------------ +* Regardles of locale you are in, rrdtool always expects input to be numbers (LC_NUMERIC) + in C or POSIX locale for numbers. (not 1,1 but 1.1) this is necessary to make + things like RPN work as it uses , as a separator. RRDTOOL NEWS ============