From: Harlan Stenn Date: Sun, 13 Sep 2015 22:10:03 +0000 (+0000) Subject: Update the NEWS file X-Git-Tag: NTP_4_3_71~2^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cff1a49452e178ed22005ae670d737090d337851;p=thirdparty%2Fntp.git Update the NEWS file bk: 55f5f43bo-TZKecXHiC03YA-QSThAg --- diff --git a/ChangeLog b/ChangeLog index aa4ef6999..545ad8bb3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -106,6 +106,7 @@ fixed formatting. Tomasz Flendrich Reduced the number of warnings by half. Damir Tomić. * Updated generate_test_runner.rb and updated the sntp/unity/auto directory with the latest Unity updates from Mark. Damir Tomić. +* Update the NEWS file. Harlan Stenn. --- (4.2.8p3) 2015/06/29 Released by Harlan Stenn diff --git a/NEWS b/NEWS index baf9057a3..947024870 100644 --- a/NEWS +++ b/NEWS @@ -1,13 +1,27 @@ --- NTP 4.2.8p4 +Focus: XXX + +Severity: MEDIUM + Backward-Incompatible changes: +* [Bug 2817] Default on Linux is now "rlimit memlock 0". + While the general default of 32M is still the case, under Linux + the default value has been changed to 0 (do not lock ntpd into + memory). If your ntp.conf file has an explicit "rlimit memlock" + value in it, that value will continue to be used. + * [Bug 2886] Misspelling: "outlyer" should be "outlier". If you've written a script that looks for this case in, say, the output of ntpq, you probably want to change your regex matches from 'outlyer' to 'outl[iy]er'. +New features in this release: + +Bug Fixes and Improvements: + --- NTP 4.2.8p3 (Harlan Stenn , 2015/06/29)