]> git.ipfire.org Git - thirdparty/chrony.git/commitdiff
doc: update NEWS 2.2-pre1
authorMiroslav Lichvar <mlichvar@redhat.com>
Thu, 1 Oct 2015 16:06:44 +0000 (18:06 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Fri, 2 Oct 2015 09:50:08 +0000 (11:50 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 140fa58976be55a13aebd47078dc3ee7790408ca..92b6813666f3ba254b4266293811671505419b82 100644 (file)
--- 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
 ====================