]> git.ozlabs.org Git - ppp.git/commitdiff
Update README and patchlevel date for 2.4.5 release
authorPaul Mackerras <paulus@samba.org>
Mon, 16 Nov 2009 22:26:07 +0000 (09:26 +1100)
committerPaul Mackerras <paulus@samba.org>
Mon, 16 Nov 2009 22:26:07 +0000 (09:26 +1100)
Signed-off-by: Paul Mackerras <paulus@samba.org>
README
pppd/patchlevel.h

diff --git a/README b/README
index f0125cdbb6cf52e66f3992f357b542a003534fe6..a3bfe1730ddcc1634257c3eb83ddd4cc1303aa31 100644 (file)
--- 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.
 
 
index 07cf1c3453e80f021d9cfe861572ed96849df402..b7d6ce335e7caa95b0bf8f5812d9a1691cf043b9 100644 (file)
@@ -1,2 +1,2 @@
 #define VERSION                "2.4.5"
-#define DATE           "6 September 2008"
+#define DATE           "17 November 2009"