]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Update the NEWS file
authorHarlan Stenn <stenn@ntp.org>
Sun, 10 Jul 2011 21:51:34 +0000 (17:51 -0400)
committerHarlan Stenn <stenn@ntp.org>
Sun, 10 Jul 2011 21:51:34 +0000 (17:51 -0400)
bk: 4e1a1ee65GtLKNwySlSd5nVyDcwRcQ

ChangeLog
NEWS

index 4f2fdf8f6b8842fe36e15c93675ffa13d90e7ebc..a09d264589ba7282c0a2b302e4f8e8d15e01664a 100644 (file)
--- 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 <stenn@ntp.org>
diff --git a/NEWS b/NEWS
index 4d8bcc685b76d7e6a114d4329d04b67fb856bd7d..4235499d8282cec712d07ed390171ef61ba42686 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,42 @@
+NTP 4.2.6p4-RC1 (Harlan Stenn <stenn@ntp.org>, 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 <stenn@ntp.org>, 2011/01/03)
 
 Focus: Bug fixes and portability improvements