X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=NEWS;h=32ee7d42543c6a7d9608bc12bfe394152300030e;hp=e8ce64a5dead8af9390b97bd8e58d4e4ba391809;hb=2815c8a96b82730e41cebf8a5065e00666c560b8;hpb=bd95d1319ec3ebbe85ca3a175c3bfddbe3348725 diff --git a/NEWS b/NEWS index e8ce64a..32ee7d4 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,14 @@ RRDTOOL NEWS ============ Major Changes between 1.2.x and 1.3.x +File access methods +------------------- +* introduced file-accessor functions rrd_read/rrd_seek/rrd_write +* implemented full mmap-based file access with madvise hints for improved + scalability, much reduced memory-footprint and much less blocking on + disk +* implemented optional full file-descriptor access instead of FILE* access + Graphing -------- * libart has been replaced by cairo/pango