From: Tobias Oetiker Date: Sun, 9 Aug 2015 11:25:51 +0000 (+0200) Subject: better spelling X-Git-Tag: v1.6.0~25^2~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9044fb0316207d78dbe7f323c45e6ef52454aced;p=thirdparty%2Frrdtool-1.x.git better spelling --- diff --git a/CHANGES b/CHANGES index 06424259..d66d7502 100644 --- a/CHANGES +++ b/CHANGES @@ -3,18 +3,18 @@ RRDtool 1.5.4 - 2015-08-09 Bug Fixes --------- * parse floating point numbers according to C locale in rrdtool create - arguments, regardles of the systems locale setting. + arguments, regardless of the systems locale setting. * include missing rrd_rados.h into distribution archive * make rrdtool work on ARM again * make rrdtool test suit pass on 32bit OSs * fix --grid-dash option regression in graph * fix systemd support * fix link dependency for libpng since we are using functions directly -* fix python modulename +* fix python module name * fix rrdtool tune to accept U in minimum and maximum options * fi -* rrd_parsetime now uses a mutex lock to become threadsafe -* rrd_xport is now threadsafe +* rrd_parsetime now uses a mutex lock to become thread safe +* rrd_xport is now thread safe * stop using MAX_PATH and make everything dynamic and make rrdtool work on Gnu HURD ... thanks nirgal! @@ -22,7 +22,7 @@ Features -------- * new RPN operators: STEPWIDTH, NEWDAY, NEWWEEK, NEWMONTH and NEWWEEK together they allow to draw graphs where a rate is converted back to - absolute numbers and accumulated over a periode. + absolute numbers and accumulated over a period.. RRDtool 1.5.3 - 2015-04-30