File tree 2 files changed +18
-2
lines changed
2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -67,9 +67,25 @@ use any IP address. (This only applies where the peer is
67
67
authenticating itself to you, of course.)
68
68
69
69
70
- What's new in ppp-2.5.1
70
+ What's new in ppp-2.5.2
71
71
***********************
72
72
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
+
73
89
* The files copied to /etc/ppp (or <sysconfdir>/ppp) now have
74
90
".example" appended to their filenames, so as to indicate that they
75
91
are just examples, and to avoid overwriting existing configuration
Original file line number Diff line number Diff line change 1
1
AC_PREREQ ( [ 2.69] )
2
2
AC_INIT ( [ ppp] ,
3
- [ 2.5.2-dev ] ,
3
+ [ 2.5.2] ,
4
4
[ https://github.com/ppp-project/ppp] )
5
5
6
6
m4_ifdef ( [ AM_SILENT_RULES ] ,[ AM_SILENT_RULES ([ yes] )] )
You can’t perform that action at this time.
0 commit comments