]> git.ozlabs.org Git - ppp.git/commitdiff
Update README and patchlevel.h for 2.4.9 release 2.4.9 ppp-2.4.9
authorPaul Mackerras <paulus@ozlabs.org>
Mon, 4 Jan 2021 03:20:47 +0000 (14:20 +1100)
committerPaul Mackerras <paulus@ozlabs.org>
Mon, 4 Jan 2021 23:06:37 +0000 (10:06 +1100)
Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
README
pppd/patchlevel.h

diff --git a/README b/README
index b25d06db325a8abcea3efd8be633e7b6d076e715..fc997f4395f0ae4b820c8826e885e8f03ec86439 100644 (file)
--- a/README
+++ b/README
@@ -61,9 +61,50 @@ use any IP address.  (This only applies where the peer is
 authenticating itself to you, of course.)
 
 
-What's new in ppp-2.4.8.
+What's new in ppp-2.4.9.
 ************************
 
+* Support for new EAP (Extensible Authentication Protocol) methods:
+  - Support for EAP-TLS, from Jan Just Keijser and others
+  - Support for EAP-MSCHAPv2, from Eivind Næss, Thomas Omerzu, Tijs
+    Van Buggenhout and others
+
+* New pppd options:
+  - chap-timeout
+  - chapms-strip-domain
+  - replacedefaultroute
+  - noreplacedefaultroute
+  - ipv6cp-accept-remote
+  - lcp-echo-adaptive
+  - ip-up-script
+  - ip-down-script
+  - ca
+  - capath
+  - cert
+  - key
+  - crl-dir
+  - crl
+  - max-tls-version
+  - need-peer-eap
+
+* Fixes for CVE-2020-8597 and CVE-2015-3310.
+
+* libpcap is now required when compiling on Linux (previously, if
+  libpcap was not present, pppd would be compiled without packet
+  filtering support).
+
+* The rp-pppoe plugin has been renamed to pppoe, to distinguish it
+  from the upstream rp-pppoe code.  Its options have changed names,
+  but the old names are kept as aliases.
+
+* The configure script now supports cross-compilation.
+
+* Many bug fixes and cleanups.
+  
+
+What was new in ppp-2.4.8.
+**************************
+
 * New pppd options have been added:
   - ifname, to set the name for the PPP interface device
   - defaultroute-metric, to set the metric for the default route
index 434e98493b9d67a3277d540253054c73a08e97bb..30df079b0aafd733e01c9040a4c9e80b3f389122 100644 (file)
@@ -1,2 +1,2 @@
-#define VERSION                "2.4.8"
-#define DATE           "31 December 2019"
+#define VERSION                "2.4.9"
+#define DATE           "5 January 2021"