From: bodea Date: Wed, 1 Dec 2004 04:14:55 +0000 (+0000) Subject: release 2.0.12 X-Git-Tag: release_2_0_12~3 X-Git-Url: http://git.sameswireless.fr/l2tpns.git/commitdiff_plain/33e767589b24d8aa46259d92f38221215030fd0f release 2.0.12 --- diff --git a/Changes b/Changes index 8dbf579..38562f7 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,7 @@ +* Wed Dec 1 2004 Brendan O'Dea 2.0.12 +- The "This time, for sure!" release. +- Fix throttlectl plugin "unthrottle" command. + * Wed Dec 1 2004 Brendan O'Dea 2.0.11 - Don't send a RADIUS start record when ungardening on shutdown. diff --git a/l2tpns.h b/l2tpns.h index 048d4c9..d1ab05e 100644 --- a/l2tpns.h +++ b/l2tpns.h @@ -1,5 +1,5 @@ // L2TPNS Global Stuff -// $Id: l2tpns.h,v 1.43 2004/12/01 02:52:46 bodea Exp $ +// $Id: l2tpns.h,v 1.44 2004/12/01 04:14:55 bodea Exp $ #ifndef __L2TPNS_H__ #define __L2TPNS_H__ @@ -15,7 +15,7 @@ #include #include -#define VERSION "2.0.11" +#define VERSION "2.0.12" // Limits #define MAXTUNNEL 500 // could be up to 65535 diff --git a/l2tpns.spec b/l2tpns.spec index 22e3aff..383daf8 100644 --- a/l2tpns.spec +++ b/l2tpns.spec @@ -1,6 +1,6 @@ Summary: A high-speed clustered L2TP LNS Name: l2tpns -Version: 2.0.11 +Version: 2.0.12 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 -* Wed Dec 1 2004 Brendan O'Dea 2.0.11-1 -- 2.0.11 release, see /usr/share/doc/l2tpns-2.0.11/Changes +* Wed Dec 1 2004 Brendan O'Dea 2.0.12-1 +- 2.0.12 release, see /usr/share/doc/l2tpns-2.0.12/Changes