From: Harlan Stenn Date: Sun, 10 Jul 2011 21:51:34 +0000 (-0400) Subject: Update the NEWS file X-Git-Tag: NTP_4_2_6P4_RC1~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ec7fea5b680eaa4f2271fe49e02cd5a857d44cc;p=thirdparty%2Fntp.git Update the NEWS file bk: 4e1a1ee65GtLKNwySlSd5nVyDcwRcQ --- diff --git a/ChangeLog b/ChangeLog index 4f2fdf8f6..a09d26458 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,7 @@ * [Bug 1134] ntpd fails binding to tentative IPv6 addresses. * [Bug 1790] Update config.guess and config.sub to detect AIX6. * [Bug 1961] html2man needs an update. +* Update the NEWS file. --- (4.2.6p4-beta2) 2011/05/25 Released by Harlan Stenn diff --git a/NEWS b/NEWS index 4d8bcc685..4235499d8 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,42 @@ +NTP 4.2.6p4-RC1 (Harlan Stenn , 2011/07/10) + +Focus: Bug fixes and portability improvements + +Severity: Medium + +This is a recommended upgrade. + +This release includes build infrastructure updates, code +clean-ups, minor bug fixes, fixes for a number of minor +ref-clock issues, and documentation revisions. + +Portability improvements affect AIX and Linux. + +New features / changes in this release: + +Build system +* Update config.guess and config.sub (AIX) +* autogen/libopts upgrade. + +ntpd +* ntpd fails binding to tentative IPv6 addresses under Linux. +* WWVB/Spectracom driver timestamps LFs, not CRs. +* peer may stay selected as system peer after becoming unreachable. +* LOCAL, ACTS drivers with "prefer" excluded from initial candidate list. +* orphan parent favored over LOCAL, ACTS drivers. +* Billboard tally codes sometimes do not match operation, variables. +* Backport utility routines from ntp-dev: mprintf(), emalloc_zero(). +* Enable tickadj-like taming of wildly off-spec Windows clock using + NTPD_TICKADJ_PPM env. var. specifying baseline slew. + +ntpdate +* ntpdate takes longer than necessary. +* ntpdate doesn't allow timeout > 2s. + +Documentation +* html2man needs an update. Fix some tags in the .html files. + +--- NTP 4.2.6p3 (Harlan Stenn , 2011/01/03) Focus: Bug fixes and portability improvements