summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@ozlabs.org>2019-12-30 20:40:06 +1100
committerPaul Mackerras <paulus@ozlabs.org>2019-12-31 12:31:26 +1100
commit78cd384ce0f48bb5edb84e4fe9a574eab4a4ad14 (patch)
tree4df8bbee420769a49349c1b8b9fd11a14369684c
parent5d034034a61c37dc5d590753cb7a601d2ee2b871 (diff)
downloadppp-78cd384ce0f48bb5edb84e4fe9a574eab4a4ad14.tar.gz
Update README and patchlevel.h for 2.4.8 releaseppp-2.4.8
Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
-rw-r--r--README26
-rw-r--r--pppd/patchlevel.h4
2 files changed, 27 insertions, 3 deletions
diff --git a/README b/README
index a21d9f1..b25d06d 100644
--- a/README
+++ b/README
@@ -61,9 +61,33 @@ use any IP address. (This only applies where the peer is
authenticating itself to you, of course.)
-What's new in ppp-2.4.7.
+What's 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
+ - defaultroute6, to add an IPv6 default route (with nodefaultroute6
+ to prevent adding an IPv6 default route)
+ - up_sdnotify, to have pppd notify systemd when the link is up.
+
+* The rp-pppoe plugin has new options:
+ - host-uniq, to set the Host-Uniq value to send
+ - pppoe-padi-timeout, to set the timeout for discovery packets
+ - pppoe-padi-attempts, to set the number of discovery attempts.
+
+* Added the CLASS attribute in radius packets.
+
+* Sundry bug fixes.
+
+* Fixed warnings and issues found by static analysis.
+
+* Added Submitting-patches.md.
+
+
+What was new in ppp-2.4.7.
+**************************
+
* Fixed a potential security issue in parsing option files (CVE-2014-3158).
* There is a new "stop-bits" option, which takes an argument of 1 or 2,
diff --git a/pppd/patchlevel.h b/pppd/patchlevel.h
index da5e052..434e984 100644
--- a/pppd/patchlevel.h
+++ b/pppd/patchlevel.h
@@ -1,2 +1,2 @@
-#define VERSION "2.4.7"
-#define DATE "9 August 2014"
+#define VERSION "2.4.8"
+#define DATE "31 December 2019"