From: Paul Mackerras Date: Mon, 16 Nov 2009 22:26:07 +0000 (+1100) Subject: Update README and patchlevel date for 2.4.5 release X-Git-Tag: ppp-2.4.7~56 X-Git-Url: http://git.ozlabs.org/?a=commitdiff_plain;h=da6956a56ea8550f33287fc86a960df8ce1b9af0;p=ppp.git Update README and patchlevel date for 2.4.5 release Signed-off-by: Paul Mackerras --- diff --git a/README b/README index f0125cd..a3bfe17 100644 --- a/README +++ b/README @@ -70,10 +70,17 @@ What's new in ppp-2.4.5. possible to have no remote IP address assigned to the ppp interface and still route traffic over it. +* Pppd now works better with 3G modems that do strange things such as + sending IPCP Configure-Naks with the same values over and over again. + * The PPP over L2TP plugin is included, which works with the pppol2tp PPP channel code in the Linux kernel. This allows pppd to be used to set up tunnels using the Layer 2 Tunneling Protocol. +* A new 'enable-session' option has been added, which enables session + accounting via PAM or wtwp/wtmpx, as appropriate. See the pppd man + page for details. + * Several bugs have been fixed. diff --git a/pppd/patchlevel.h b/pppd/patchlevel.h index 07cf1c3..b7d6ce3 100644 --- a/pppd/patchlevel.h +++ b/pppd/patchlevel.h @@ -1,2 +1,2 @@ #define VERSION "2.4.5" -#define DATE "6 September 2008" +#define DATE "17 November 2009"