]> git.ozlabs.org Git - ppp.git/commitdiff
Update README for 2.5.1 release
authorPaul Mackerras <paulus@ozlabs.org>
Wed, 18 Sep 2024 03:59:06 +0000 (13:59 +1000)
committerPaul Mackerras <paulus@ozlabs.org>
Wed, 18 Sep 2024 04:02:28 +0000 (14:02 +1000)
Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
README

diff --git a/README b/README
index 1564144eb59efb8e295d76fb0f75cc65582d25e3..5d153b9d3be4f9ff5f2748dcb11df4948f841bdb 100644 (file)
--- a/README
+++ b/README
@@ -64,6 +64,11 @@ authenticating itself to you, of course.)
 What's new in ppp-2.5.1
 ***********************
 
+* The files copied to /etc/ppp (or <sysconfdir>/ppp) now have
+  ".example" appended to their filenames, so as to indicate that they
+  are just examples, and to avoid overwriting existing configuration
+  files.
+
 * Pppd can now measure and log the round-trip time (RTT) of LCP
   echo-requests and record them in a binary file structured as a
   circular buffer.  Other programs or scripts can examine the file and
@@ -91,6 +96,8 @@ What's new in ppp-2.5.1
   pppdump, because the zlib code used was old and potentially
   vulnerable.
 
+* Some old code has been removed.
+
 * Various other bug fixes and minor enhancements.