From: Miroslav Lichvar Date: Mon, 16 May 2016 09:08:00 +0000 (+0200) Subject: doc: update NEWS X-Git-Tag: 2.4-pre1^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46e1e79921da34c943ea3cc220007cfdf83bb1e2;p=thirdparty%2Fchrony.git doc: update NEWS --- diff --git a/NEWS b/NEWS index 1f4c298a..94530029 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,31 @@ +New in version 2.4 +================== + +Enhancements +------------ +* Add orphan option to local directive for orphan mode compatible with ntpd +* Add distance option to local directive to set activation threshold + (1 second by default) +* Add maxdrift directive to set maximum allowed drift of system clock +* Try to replace NTP sources exceeding maximum distance +* Randomise source replacement to avoid getting stuck with bad sources +* Randomise selection of sources from pools on start +* Ignore reference timestamp as ntpd doesn't always set it correctly +* Modify tracking report to use same values as seen by NTP clients +* Add -c option to chronyc to write reports in CSV format +* Provide detailed manual pages + +Bug fixes +--------- +* Fix SOCK refclock to work correctly when not specified as last refclock +* Fix initstepslew and -q/-Q options to accept time from own NTP clients +* Fix crash on exit when multiple signals are received +* Fix conversion of very small floating-point numbers in command packets + +Removed features +---------------- +* Drop documentation in Texinfo format + New in version 2.3 ==================