]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
update
authorHarlan Stenn <stenn@ntp.org>
Thu, 1 Dec 2011 02:49:45 +0000 (21:49 -0500)
committerHarlan Stenn <stenn@ntp.org>
Thu, 1 Dec 2011 02:49:45 +0000 (21:49 -0500)
bk: 4ed6eb49HrutG67s6Q2oUI-iPhIY2A

NEWS

diff --git a/NEWS b/NEWS
index f2a1e6c73f9362869ec599f63bf975742bb9abd8..2ac2d52d339b01e118a1df546384e2c256421d60 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
 --- 
-NTP 4.2.6p5-RC1 (Harlan Stenn <stenn@ntp.org>, 2011/10/xx) 
+NTP 4.2.6p5-RC2 (Harlan Stenn <stenn@ntp.org>, 2011/11/xx) 
  
 Focus: Bug fix
  
@@ -7,14 +7,29 @@ Severity: Medium
  
 This is a recommended upgrade. 
 
-This release fixes a mismatch problem with IP addresses specified in
-"nic" or "interface" directives in the ntpd configuration file using
-the address/prefix format, such as "fe80::/64" erroneously matching
-localhost [::1] and wildcard [::].
+This release includes a fix for a mismatch problem with IP addresses
+specified in "nic" or "interface" directives in the ntpd configuration
+file using the address/prefix format, such as "fe80::/64" erroneously
+matching localhost [::1] and wildcard [::].  It also includes fixes
+for orphan mode, extraneous creation of ephemeral associations from
+certain broadcastclient and multicastclient configurations, and some
+display issues with ntpq.
 
 ntpd
 
  * Correctly match IP address prefixes for "nic" and "interface".
+ * Fix orphan mode stratum incorrectly counting to infinity.
+ * Orphan parent selection metric was missing ntohl().
+ * No longer send nonprintable stratum 16 refid to ntpq.
+ * broadcastclient, multicastclient would spin up duplicate
+   ephemeral associations without broadcastdelay.
+ * Exclude not-yet-determined sys_refid from use in loopback TEST12.
+ * Never send KoD rate limiting response to MODE_SERVER response.
+
+ntpq
+
+ * Optional billboard column "server" did not honor -n.
+ * lopeers ipv6 "local" used to overrun its column.
 
 --- 
 NTP 4.2.6p4 (Harlan Stenn <stenn@ntp.org>, 2011/09/22)