2.0.7
This commit is contained in:
parent
b02fdbcde7
commit
35db9687ff
3 changed files with 6 additions and 33 deletions
2
Changes
2
Changes
|
|
@ -1,4 +1,4 @@
|
||||||
* ? Brendan O'Dea <bod@optusnet.com.au> 2.0.7
|
* Mon Nov 15 2004 Brendan O'Dea <bod@optusnet.com.au> 2.0.7
|
||||||
- Fix socket creation in host_unreachable() (thanks to Bjørn Augestad)
|
- Fix socket creation in host_unreachable() (thanks to Bjørn Augestad)
|
||||||
- Don't assume BGP peer sends back negotiated hold time, pick smallest
|
- Don't assume BGP peer sends back negotiated hold time, pick smallest
|
||||||
|
|
||||||
|
|
|
||||||
4
l2tpns.h
4
l2tpns.h
|
|
@ -1,5 +1,5 @@
|
||||||
// L2TPNS Global Stuff
|
// L2TPNS Global Stuff
|
||||||
// $Id: l2tpns.h,v 1.33 2004-11-11 03:07:43 bodea Exp $
|
// $Id: l2tpns.h,v 1.34 2004-11-15 07:01:54 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.6"
|
#define VERSION "2.0.7"
|
||||||
|
|
||||||
// Limits
|
// Limits
|
||||||
#define MAXTUNNEL 500 // could be up to 65535
|
#define MAXTUNNEL 500 // could be up to 65535
|
||||||
|
|
|
||||||
33
l2tpns.spec
33
l2tpns.spec
|
|
@ -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.6
|
Version: 2.0.7
|
||||||
Release: 1
|
Release: 1
|
||||||
Copyright: GPL
|
Copyright: GPL
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
|
|
@ -41,32 +41,5 @@ rm -rf %{buildroot}
|
||||||
%attr(755,root,root) /usr/lib/l2tpns
|
%attr(755,root,root) /usr/lib/l2tpns
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Nov 11 2004 Brendan O'Dea <bod@optusnet.com.au> 2.0.6
|
* Mon Nov 15 2004 Brendan O'Dea <bod@optusnet.com.au> 2.0.7-1
|
||||||
- 2.0.6 release, see /usr/share/doc/l2tpns-2.0.6/Changes
|
- 2.0.7 release, see /usr/share/doc/l2tpns-2.0.7/Changes
|
||||||
|
|
||||||
* Tue Nov 9 2004 Brendan O'Dea <bod@optusnet.com.au> 2.0.5
|
|
||||||
- 2.0.5 release
|
|
||||||
|
|
||||||
* Mon Nov 8 2004 Brendan O'Dea <bod@optusnet.com.au> 2.0.4
|
|
||||||
- 2.0.4 release
|
|
||||||
|
|
||||||
* Wed Nov 3 2004 Brendan O'Dea <bod@optusnet.com.au> 2.0.3
|
|
||||||
- 2.0.3 release
|
|
||||||
|
|
||||||
* Thu Sep 02 2004 David Parrish <david@dparrish.com> 2.0.2
|
|
||||||
- 2.0.2 release
|
|
||||||
|
|
||||||
* Tue Jul 13 2004 Brendan O'Dea <bod@optusnet.com.au> 2.0.1
|
|
||||||
- 2.0.1 release
|
|
||||||
|
|
||||||
* Wed Jun 23 2004 David Parrish <david@dparrish.com> 2.0.0
|
|
||||||
- 2.0.0 release
|
|
||||||
|
|
||||||
* Mon May 24 2004 David Parrish <david@dparrish.com> 1.2.0
|
|
||||||
- 1.2.0 release
|
|
||||||
|
|
||||||
* Mon Apr 5 2004 David Parrish <david@dparrish.com> 1.1.1
|
|
||||||
- 1.1.1 release
|
|
||||||
|
|
||||||
* Fri Mar 5 2004 David Parrish <david@dparrish.com> 1.1.0
|
|
||||||
- 1.1.0 release
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue