From: Paul Mackerras Date: Thu, 2 Jan 2014 04:42:08 +0000 (+1100) Subject: Update README and patchlevel for 2.4.6 release X-Git-Tag: ppp-2.4.7~11 X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=4043750fca36e7e0eb90d702e048ad1da4929418;hp=99c46caaed01b7edba87962aa52b77fad61bfd7b Update README and patchlevel for 2.4.6 release Signed-off-by: Paul Mackerras --- 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 */ };