]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
prep for p17
authorHarlan Stenn <stenn@ntp.org>
Tue, 6 Jun 2023 08:43:29 +0000 (03:43 -0500)
committerHarlan Stenn <stenn@ntp.org>
Tue, 6 Jun 2023 08:43:29 +0000 (03:43 -0500)
bk: 647ef1b1qCVaTM9frh5Ln2Fx8thEow

ChangeLog
NEWS

index c4719ba19ecfc6477d32cae199ec7718a5b29854..084a9ab99ab0e48169a76b5175ae45d6ccd03d05 100644 (file)
--- 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.  <hart@ntp.org>
+* [Bug 3822] ntpd significantly delays first poll of servers specified by name.
+             <hart@ntp.org>  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. <hart@ntp.org>
+             4.2.8p15 or earlier.  Reported by Matt Nordhoff, thanks to
+            Miroslav Lichvar and Matt for rapid testing and identifying the
+            problem. <hart@ntp.org>
 * 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.
-             <hart@ntp.org>  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.  <hart@ntp.org>
 
 ---
 (4.2.8p16) 2023/05/31 Released by Harlan Stenn <stenn@ntp.org>
diff --git a/NEWS b/NEWS
index d9d8a0987ab6f3c9a7033213d253c17404f0e9bd..432c3d324575013d0426c503768e6a9b10fa0376 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,28 @@
+---
+NTP 4.2.8p17 (Harlan Stenn <stenn@ntp.org>, 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.  <hart@ntp.org>
+* [Bug 3822] ntpd significantly delays first poll of servers specified by name.
+             <hart@ntp.org>  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. <hart@ntp.org>
+* Add tests/libntp/digests.c to catch regressions reading keys file or with
+  symmetric authentication digest output.
+
 ---
 NTP 4.2.8p16 (Harlan Stenn <stenn@ntp.org>, 2023 May 30)