projects
/
l2tpns.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
3b7755f
)
version bump
author
bodea
<bodea>
Tue, 30 Nov 2004 19:37:46 +0000
(19:37 +0000)
committer
bodea
<bodea>
Tue, 30 Nov 2004 19:37:46 +0000
(19:37 +0000)
Changes
patch
|
blob
|
history
l2tpns.h
patch
|
blob
|
history
l2tpns.spec
patch
|
blob
|
history
diff --git
a/Changes
b/Changes
index
d75b9b4
..
7c3a77f
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,3
+1,6
@@
+* Wed Dec 1 2004 Brendan O'Dea <bod@optusnet.com.au> 2.0.10
+- Fix byte ordering of LCP header length (thanks Yuri).
+
* Tue Nov 30 2004 Brendan O'Dea <bod@optusnet.com.au> 2.0.9
- Revise CCP, send ConfigReq once only.
- Don't copy the old buffer into Config{Nak,Rej} LCP responses (oops);
* Tue Nov 30 2004 Brendan O'Dea <bod@optusnet.com.au> 2.0.9
- Revise CCP, send ConfigReq once only.
- Don't copy the old buffer into Config{Nak,Rej} LCP responses (oops);
diff --git
a/l2tpns.h
b/l2tpns.h
index
0278b89
..
15e5e62
100644
(file)
--- a/
l2tpns.h
+++ b/
l2tpns.h
@@
-1,5
+1,5
@@
// L2TPNS Global Stuff
// L2TPNS Global Stuff
-// $Id: l2tpns.h,v 1.4
1 2004/11/29 02:17:17
bodea Exp $
+// $Id: l2tpns.h,v 1.4
2 2004/11/30 19:37:46
bodea Exp $
#ifndef __L2TPNS_H__
#define __L2TPNS_H__
#ifndef __L2TPNS_H__
#define __L2TPNS_H__
@@
-15,7
+15,7
@@
#include <sys/types.h>
#include <libcli.h>
#include <sys/types.h>
#include <libcli.h>
-#define VERSION "2.0.
9
"
+#define VERSION "2.0.
10
"
// Limits
#define MAXTUNNEL 500 // could be up to 65535
// Limits
#define MAXTUNNEL 500 // could be up to 65535
diff --git
a/l2tpns.spec
b/l2tpns.spec
index
507baaa
..
29907c7
100644
(file)
--- a/
l2tpns.spec
+++ b/
l2tpns.spec
@@
-1,6
+1,6
@@
Summary: A high-speed clustered L2TP LNS
Name: l2tpns
Summary: A high-speed clustered L2TP LNS
Name: l2tpns
-Version: 2.0.
9
+Version: 2.0.
10
Release: 1
Copyright: GPL
Group: System Environment/Daemons
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
%attr(644,root,root) /usr/share/man/man[58]/*
%changelog
-*
Tue Nov 30 2004 Brendan O'Dea <bod@optusnet.com.au> 2.0.9
-1
-- 2.0.
9 release, see /usr/share/doc/l2tpns-2.0.9
/Changes
+*
Wed Dec 1 2004 Brendan O'Dea <bod@optusnet.com.au> 2.0.10
-1
+- 2.0.
10 release, see /usr/share/doc/l2tpns-2.0.10
/Changes