From: bodea Date: Mon, 16 May 2005 05:01:51 +0000 (+0000) Subject: release 2.0.20 X-Git-Tag: release_2_0_20~2 X-Git-Url: http://git.sameswireless.fr/l2tpns.git/commitdiff_plain/0ae51eec5d1a7e20ac6ca9a9463af4f37e45a46c release 2.0.20 --- diff --git a/Changes b/Changes index 5ef5266..2188dfb 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,7 @@ +* Mon May 16 2005 Brendan O'Dea 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 2.0.19 - Fix leak in session freelist when initial RADIUS session allocation fails. diff --git a/l2tpns.h b/l2tpns.h index 7f7ecf5..9fe044a 100644 --- 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 #include -#define VERSION "2.0.19" +#define VERSION "2.0.20" // Limits #define MAXTUNNEL 500 // could be up to 65535 diff --git a/l2tpns.spec b/l2tpns.spec index b7e6237..6700645 100644 --- a/l2tpns.spec +++ b/l2tpns.spec @@ -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 2.0.19-1 -- 2.0.19 release, see /usr/share/doc/l2tpns-2.0.19/Changes +* Mon May 16 2005 Brendan O'Dea 2.0.20-1 +- 2.0.20 release, see /usr/share/doc/l2tpns-2.0.20/Changes