Skip to content

Commit 8eca3c7

Browse files
committed
Update README and configure.ac for 2.5.2 release
Signed-off-by: Paul Mackerras <[email protected]>
1 parent a232b71 commit 8eca3c7

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

README

+17-1
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,25 @@ use any IP address. (This only applies where the peer is
6767
authenticating itself to you, of course.)
6868

6969

70-
What's new in ppp-2.5.1
70+
What's new in ppp-2.5.2
7171
***********************
7272

73+
* Some old and probably unused code has been removed, notably the
74+
pppgetpass program and the passprompt plugin, and some of the files
75+
in the sample and scripts directories.
76+
77+
* If a remote number has been set, it is available to scripts in the
78+
REMOTENUMBER environment variable.
79+
80+
* The Solaris port has been updated, including updated installation
81+
instructions in README.sol2.
82+
83+
* Various other bug fixes and minor enhancements.
84+
85+
86+
What was new in ppp-2.5.1
87+
*************************
88+
7389
* The files copied to /etc/ppp (or <sysconfdir>/ppp) now have
7490
".example" appended to their filenames, so as to indicate that they
7591
are just examples, and to avoid overwriting existing configuration

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AC_PREREQ([2.69])
22
AC_INIT([ppp],
3-
[2.5.2-dev],
3+
[2.5.2],
44
[https://github.com/ppp-project/ppp])
55

66
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])

0 commit comments

Comments
 (0)