From: Harlan Stenn Date: Sat, 27 Jun 2015 21:34:55 +0000 (+0000) Subject: NEWS file update X-Git-Tag: NTP_4_3_48~2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=938d9a7c438ff910d674bf940f5218190bb52f15;p=thirdparty%2Fntp.git NEWS file update bk: 558f16ffGGB4AKcCOyUcGJKCpGnaFw --- diff --git a/NEWS b/NEWS index 0475e4ddb..e260c70c7 100644 --- 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.