summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README21
-rw-r--r--pppd/patchlevel.h4
-rw-r--r--solaris/ppp_mod.c2
3 files changed, 23 insertions, 4 deletions
diff --git a/README b/README
index a3bfe17..3f172f8 100644
--- a/README
+++ b/README
@@ -61,9 +61,28 @@ use any IP address. (This only applies where the peer is
authenticating itself to you, of course.)
-What's new in ppp-2.4.5.
+What's new in ppp-2.4.6.
************************
+* Man page updates.
+
+* Several bug fixes.
+
+* Options files can now set and unset environment variables for
+ scripts.
+
+* The timeout for chat scripts can now be taken from an environment
+ variable.
+
+* There is a new option, master_detach, which allows pppd to detach
+ from the controlling terminal when it is the multilink bundle master
+ but its own link has terminated, even if the nodetach option has
+ been given.
+
+
+What was new in ppp-2.4.5.
+**************************
+
* Under Linux, pppd can now operate in a mode where it doesn't request
the peer's IP address, as some peers refuse to supply an IP address.
Since Linux supports device routes as well as gateway routes, it's
diff --git a/pppd/patchlevel.h b/pppd/patchlevel.h
index b7d6ce3..cd4b6b3 100644
--- a/pppd/patchlevel.h
+++ b/pppd/patchlevel.h
@@ -1,2 +1,2 @@
-#define VERSION "2.4.5"
-#define DATE "17 November 2009"
+#define VERSION "2.4.6"
+#define DATE "2 January 2014"
diff --git a/solaris/ppp_mod.c b/solaris/ppp_mod.c
index b70674c..4f4fd44 100644
--- a/solaris/ppp_mod.c
+++ b/solaris/ppp_mod.c
@@ -91,7 +91,7 @@ static struct dev_ops ppp_ops = {
static struct modldrv modldrv = {
&mod_driverops, /* says this is a pseudo driver */
- "PPP-2.3 multiplexing driver",
+ "PPP-2.4.6 multiplexing driver",
&ppp_ops /* driver ops */
};