]> git.ozlabs.org Git - ppp.git/commitdiff
Update README and configure.ac for 2.5.2 release
authorPaul Mackerras <paulus@ozlabs.org>
Mon, 30 Dec 2024 23:10:55 +0000 (10:10 +1100)
committerPaul Mackerras <paulus@ozlabs.org>
Mon, 30 Dec 2024 23:10:55 +0000 (10:10 +1100)
Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
README
configure.ac

diff --git a/README b/README
index 43c455508b2ae0373495799a4542cb76b7bc992c..67e6abb4306b7850246a091a52f3d37e7b8ce760 100644 (file)
--- a/README
+++ b/README
@@ -67,9 +67,25 @@ use any IP address.  (This only applies where the peer is
 authenticating itself to you, of course.)
 
 
-What's new in ppp-2.5.1
+What's new in ppp-2.5.2
 ***********************
 
+* Some old and probably unused code has been removed, notably the
+  pppgetpass program and the passprompt plugin, and some of the files
+  in the sample and scripts directories.
+
+* If a remote number has been set, it is available to scripts in the
+  REMOTENUMBER environment variable.
+
+* The Solaris port has been updated, including updated installation
+  instructions in README.sol2.
+
+* Various other bug fixes and minor enhancements.
+
+
+What was 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
index 0ae420f24b3b39cc10dfdd2274afc5ef57032e8d..8f20192cdae1974e3a1e74020720e9192c8c7312 100644 (file)
@@ -1,6 +1,6 @@
 AC_PREREQ([2.69])
 AC_INIT([ppp],
-        [2.5.2-dev],
+        [2.5.2],
         [https://github.com/ppp-project/ppp])
 
 m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])