]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NEWS file update
authorHarlan Stenn <stenn@ntp.org>
Sat, 27 Jun 2015 21:34:55 +0000 (21:34 +0000)
committerHarlan Stenn <stenn@ntp.org>
Sat, 27 Jun 2015 21:34:55 +0000 (21:34 +0000)
bk: 558f16ffGGB4AKcCOyUcGJKCpGnaFw

NEWS

diff --git a/NEWS b/NEWS
index 0475e4ddbae4dbecf2a6d778a2f92a26673fc8f0..e260c70c76cb26a789fa670a25844716a23d525d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,16 @@ Severity: MEDIUM
 
 New features in this release:
 
+Optional (disabled by default) support to have ntpd provide smeared
+leap second time.  A specially built and configured ntpd will only
+offer smeared time in response to client packets.  These response
+packets will also contain a "refid" of 254.a.b.c, where the 24 bits
+of a, b, and c encode the amount of smear in a 2:22 integer:fraction 
+format.  See http://bugs.ntp.org/2855 for more information.
+
+   *IF YOU CHOOSE TO CONFIGURE NTPD TO PROVIDE LEAP SMEAR TIME*
+   *BE SURE YOU DO NOT OFFER THAT TIME ON PUBLIC TIMESERVERS.*
+
 We've imported the Unity test framework, and have begun converting
 the existing google-test items to this new framework.  If you want
 to write new tests or change old ones, you'll need to have ruby
@@ -18,6 +28,7 @@ Bug Fixes and Improvements:
 * CID 1295478: Quiet a pedantic potential error from the fix for Bug 2776.
 * CID 1296235: Fix refclock_jjy.c and correcting type of the driver40-ja.html
 * CID 1269537: Clean up a line of dead code in getShmTime().
+* [Bug 1060] Buffer overruns in libparse/clk_rawdcf.c.  Helge Oldach.
 * [Bug 2590] autogen-5.18.5.
 * [Bug 2612] restrict: Warn when 'monitor' can't be disabled because
   of 'limited'.
@@ -81,6 +92,7 @@ Bug Fixes and Improvements:
 * [Bug 2855] Implement conditional leap smear code.  Martin Burnicki.
 * [Bug 2856] ntpd should wait() on terminated child processes.  Paul Green.
 * [Bug 2857] Stratus VOS does not support SIGIO.  Paul Green.
+* [Bug 2859] Improve raw DCF77 robustness deconding.  Frank Kardel.
 * html/drivers/driver22.html: typo fix.  Harlan Stenn.
 * refidsmear test cleanup.  Tomasz Flendrich.
 * refidsmear function support and tests.  Harlan Stenn.