release 2.0.12

This commit is contained in:
Brendan O'Dea 2004-12-01 04:14:55 +00:00
parent 28a49c442b
commit b4a359b610
3 changed files with 9 additions and 5 deletions

View file

@ -1,3 +1,7 @@
* Wed Dec 1 2004 Brendan O'Dea <bod@optusnet.com.au> 2.0.12
- The "This time, for sure!" release.
- Fix throttlectl plugin "unthrottle" command.
* Wed Dec 1 2004 Brendan O'Dea <bod@optusnet.com.au> 2.0.11 * Wed Dec 1 2004 Brendan O'Dea <bod@optusnet.com.au> 2.0.11
- Don't send a RADIUS start record when ungardening on shutdown. - Don't send a RADIUS start record when ungardening on shutdown.

View file

@ -1,5 +1,5 @@
// L2TPNS Global Stuff // 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__ #ifndef __L2TPNS_H__
#define __L2TPNS_H__ #define __L2TPNS_H__
@ -15,7 +15,7 @@
#include <sys/types.h> #include <sys/types.h>
#include <libcli.h> #include <libcli.h>
#define VERSION "2.0.11" #define VERSION "2.0.12"
// Limits // Limits
#define MAXTUNNEL 500 // could be up to 65535 #define MAXTUNNEL 500 // could be up to 65535

View file

@ -1,6 +1,6 @@
Summary: A high-speed clustered L2TP LNS Summary: A high-speed clustered L2TP LNS
Name: l2tpns Name: l2tpns
Version: 2.0.11 Version: 2.0.12
Release: 1 Release: 1
Copyright: GPL Copyright: GPL
Group: System Environment/Daemons Group: System Environment/Daemons
@ -43,5 +43,5 @@ rm -rf %{buildroot}
%attr(644,root,root) /usr/share/man/man[58]/* %attr(644,root,root) /usr/share/man/man[58]/*
%changelog %changelog
* Wed Dec 1 2004 Brendan O'Dea <bod@optusnet.com.au> 2.0.11-1 * Wed Dec 1 2004 Brendan O'Dea <bod@optusnet.com.au> 2.0.12-1
- 2.0.11 release, see /usr/share/doc/l2tpns-2.0.11/Changes - 2.0.12 release, see /usr/share/doc/l2tpns-2.0.12/Changes