From 9d869d87097cdedb007c5a7a9684a790b867d268 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Tue, 20 Apr 2021 14:16:11 +0200 Subject: [PATCH] doc: update NEWS --- NEWS | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/NEWS b/NEWS index bf12cb5..44b499f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,27 @@ +New in version 4.1 +================== + +Enhancements +------------ +* Add support for NTS servers specified by IP address (matching + Subject Alternative Name in server certificate) +* Add source-specific configuration of trusted certificates +* Allow multiple files and directories with trusted certificates +* Allow multiple pairs of server keys and certificates +* Add copy option to server/pool directive +* Increase PPS lock limit to 40% of pulse interval +* Perform source selection immediately after loading dump files +* Reload dump files for addresses negotiated by NTS-KE server +* Update seccomp filter +* Restart ongoing name resolution on online command + +Bug fixes +--------- +* Fix responding to IPv4 command requests on FreeBSD +* Fix dump files to not include uncorrected offset +* Fix initstepslew to accept time from own NTP clients +* Reset NTP address and port when no longer negotiated by NTS-KE server + New in version 4.0 ==================