From 42a85f685e9ceee1106ce29437d02326bc25ddb0 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Thu, 15 Mar 2018 08:36:38 +0100 Subject: [PATCH] doc: update NEWS --- NEWS | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/NEWS b/NEWS index e261098..d6ce33a 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,26 @@ +New in version 3.3 +================== + +Enhancements +------------ +* Add burst option to server/pool directive +* Add stratum and tai options to refclock directive +* Add support for Nettle crypto library +* Add workaround for missing kernel receive timestamps on Linux +* Wait for late hardware transmit timestamps +* Improve source selection with unreachable sources +* Improve protection against replay attacks on symmetric mode +* Allow PHC refclock to use socket in /var/run/chrony +* Add shutdown command to stop chronyd +* Simplify format of response to manual list command +* Improve handling of unknown responses in chronyc + +Bug fixes +--------- +* Respond to NTPv1 client requests with zero mode +* Fix -x option to not require CAP_SYS_TIME under non-root user +* Fix chronyc to not get stuck in infinite loop after clock step + New in version 3.2 ==================