From: Harlan Stenn Date: Tue, 6 Jun 2023 08:43:29 +0000 (-0500) Subject: prep for p17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f46f846e3e86edd9bffbaf5453db729e6080cbe;p=thirdparty%2Fntp.git prep for p17 bk: 647ef1b1qCVaTM9frh5Ln2Fx8thEow --- diff --git a/ChangeLog b/ChangeLog index c4719ba19..084a9ab99 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,13 +1,15 @@ --- + +* [Bug 3824] Spurious "ntpd: daemon failed to notify parent!" logged at + event_sync. Reported by Edward McGuire. +* [Bug 3822] ntpd significantly delays first poll of servers specified by name. + Miroslav Lichvar identified regression in 4.2.8p16. * [Bug 3821] 4.2.8p16 misreads hex authentication keys, won't interop with - 4.2.8p15. Reported by Matt Nordhoff, thanks to Miroslav Lichvar - and Matt for rapid testing narrowing the problem. + 4.2.8p15 or earlier. Reported by Matt Nordhoff, thanks to + Miroslav Lichvar and Matt for rapid testing and identifying the + problem. * Add tests/libntp/digests.c to catch regressions reading keys file or with symmetric authentication digest output. -* [Bug 3822] ntpd significantly delays first poll of servers specified by name. - Miroslav Lichvar identified regression in 4.2.8p16. -* [Bug 3824] Spurious "ntpd: daemon failed to notify parent!" logged at - event_sync. Reported by Edward McGuire. --- (4.2.8p16) 2023/05/31 Released by Harlan Stenn diff --git a/NEWS b/NEWS index d9d8a0987..432c3d324 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,28 @@ +--- +NTP 4.2.8p17 (Harlan Stenn , 2023 Jun 06) + +Focus: Bug fixes + +Severity: HIGH (for people running 4.2.8p16) + +This release: + +- fixes 3 bugs, including a regression +- adds new unit tests + +Details below: + +* [Bug 3824] Spurious "ntpd: daemon failed to notify parent!" logged at + event_sync. Reported by Edward McGuire. +* [Bug 3822] ntpd significantly delays first poll of servers specified by name. + Miroslav Lichvar identified regression in 4.2.8p16. +* [Bug 3821] 4.2.8p16 misreads hex authentication keys, won't interop with + 4.2.8p15 or earlier. Reported by Matt Nordhoff, thanks to + Miroslav Lichvar and Matt for rapid testing and identifying the + problem. +* Add tests/libntp/digests.c to catch regressions reading keys file or with + symmetric authentication digest output. + --- NTP 4.2.8p16 (Harlan Stenn , 2023 May 30)