From 4043750fca36e7e0eb90d702e048ad1da4929418 Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Thu, 2 Jan 2014 15:42:08 +1100 Subject: [PATCH 1/1] Update README and patchlevel for 2.4.6 release Signed-off-by: Paul Mackerras --- README | 21 ++++++++++++++++++++- pppd/patchlevel.h | 4 ++-- solaris/ppp_mod.c | 2 +- 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 */ }; -- 2.39.2