]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Update the NEWS file
authorHarlan Stenn <stenn@ntp.org>
Sun, 13 Sep 2015 22:10:03 +0000 (22:10 +0000)
committerHarlan Stenn <stenn@ntp.org>
Sun, 13 Sep 2015 22:10:03 +0000 (22:10 +0000)
bk: 55f5f43bo-TZKecXHiC03YA-QSThAg

ChangeLog
NEWS

index aa4ef6999ec27622ba6d466ce8fc61b4c671e19a..545ad8bb34306d32c9fc1ec3ffb423e07743005c 100644 (file)
--- 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 <stenn@ntp.org>
 
diff --git a/NEWS b/NEWS
index baf9057a3fd1d647028c699285b81acf1989621a..947024870606e0fbd5a0b986f600eff73b422a6f 100644 (file)
--- 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 <stenn@ntp.org>, 2015/06/29)