From: Miroslav Lichvar Date: Thu, 1 Oct 2015 16:06:44 +0000 (+0200) Subject: doc: update NEWS X-Git-Tag: 2.2-pre1^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a466395a1902520eab21d15bf307a30c24da9f7f;p=thirdparty%2Fchrony.git doc: update NEWS --- diff --git a/NEWS b/NEWS index 140fa589..92b68136 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,33 @@ +New in version 2.2 +================== + +Enhancements +------------ +* Add support for configuration and monitoring over Unix domain socket + (accessible by root or chrony user when root privileges are dropped) +* Add support for system call filtering with seccomp on Linux +* Add support for dropping root privileges on NetBSD +* Control frequency of system clock on FreeBSD, NetBSD, Solaris +* Add system leap second handling mode on FreeBSD, NetBSD, Solaris +* Add dynamic drift removal on Mac OS X +* Add support for setting real-time priority on Mac OS X +* Add maxdistance directive to limit source selection by root distance +* Add refresh command to get new addresses of NTP sources +* Allow wildcard patterns in include directive +* Add -d option to chronyc to enable debug messages +* Allow multiple addresses to be specified for chronyc with -h option + and reconnect when no valid reply is received + +Bug fixes +--------- +* Fix building on Solaris +* Restore time from driftfile with -s option if reading RTC failed + +Removed features +---------------- +* Drop support for authentication with command key (run-time configuration + is now allowed only for local users that can access the Unix domain socket) + New in version 2.1.1 ====================