From: Harlan Stenn Date: Thu, 1 Dec 2011 02:49:45 +0000 (-0500) Subject: update X-Git-Tag: NTP_4_2_6P5_RC2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca5c8111014ade7d6bc25b3acae15826b049a32a;p=thirdparty%2Fntp.git update bk: 4ed6eb49HrutG67s6Q2oUI-iPhIY2A --- diff --git a/NEWS b/NEWS index f2a1e6c73..2ac2d52d3 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,5 @@ --- -NTP 4.2.6p5-RC1 (Harlan Stenn , 2011/10/xx) +NTP 4.2.6p5-RC2 (Harlan Stenn , 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 , 2011/09/22)