release 2.0.20
authorbodea <bodea>
Mon, 16 May 2005 05:01:51 +0000 (05:01 +0000)
committerbodea <bodea>
Mon, 16 May 2005 05:01:51 +0000 (05:01 +0000)
Changes
l2tpns.h
l2tpns.spec

diff --git a/Changes b/Changes
index 5ef5266..2188dfb 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,7 @@
+* Mon May 16 2005 Brendan O'Dea <bod@optusnet.com.au> 2.0.20
+- Add handling of "throttle=N" RADIUS attributes.
+- Fix RADIUS indexing (should have 16K entries with 64 sockets).
+
 * Sat May 7 2005 Brendan O'Dea <bod@optusnet.com.au> 2.0.19
 - Fix leak in session freelist when initial RADIUS session allocation
   fails.
index 7f7ecf5..9fe044a 100644 (file)
--- a/l2tpns.h
+++ b/l2tpns.h
@@ -1,5 +1,5 @@
 // L2TPNS Global Stuff
-// $Id: l2tpns.h,v 1.49.2.8 2005/05/16 04:51:42 bodea Exp $
+// $Id: l2tpns.h,v 1.49.2.9 2005/05/16 05:01:51 bodea Exp $
 
 #ifndef __L2TPNS_H__
 #define __L2TPNS_H__
@@ -15,7 +15,7 @@
 #include <sys/types.h>
 #include <libcli.h>
 
-#define VERSION        "2.0.19"
+#define VERSION        "2.0.20"
 
 // Limits
 #define MAXTUNNEL      500             // could be up to 65535
index b7e6237..6700645 100644 (file)
@@ -1,6 +1,6 @@
 Summary: A high-speed clustered L2TP LNS
 Name: l2tpns
-Version: 2.0.19
+Version: 2.0.20
 Release: 1
 Copyright: GPL
 Group: System Environment/Daemons
@@ -43,5 +43,5 @@ rm -rf %{buildroot}
 %attr(644,root,root) /usr/share/man/man[58]/*
 
 %changelog
-* Sat May 7 2005 Brendan O'Dea <bod@optusnet.com.au> 2.0.19-1
-- 2.0.19 release, see /usr/share/doc/l2tpns-2.0.19/Changes
+* Mon May 16 2005 Brendan O'Dea <bod@optusnet.com.au> 2.0.20-1
+- 2.0.20 release, see /usr/share/doc/l2tpns-2.0.20/Changes