ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/NEWS
(Generate patch)

Comparing gvpe/NEWS (file contents):
Revision 1.52 by pcg, Sat Mar 26 03:16:23 2005 UTC vs.
Revision 1.70 by pcg, Thu Mar 29 17:35:20 2007 UTC

11.9 1gvpe NEWS
2
32.01 Thu Mar 29 19:26:04 CEST 2007
4 - protocol version 0.1, compatible with older releases.
5 - bugfix of callback.h, might have cause callback return values to
6 be corrupted on architectures like sparc before.
7 - dns transport retries more aggressively.
8 - updated documentation, improved dns transport reliability
9 and throughput.
10 - added experimental support for sha256 and sha512 digests.
11
122.0 Mon Dec 5 13:59:26 CET 2005
13 - protocol version 0.1, compatible with older releases.
14 - implement allow-direct, deny-direct node config statements.
15 - implemented != for sockinfo. This fixes a bug where
16 gvpe sent packets to the old ip address of another host
17 even though it had received packets from it's new address.
18 This only causes problems if you forget to -HUP your gvpe after
19 your ip address changed, which is *required*.
20 - sets close-on-exec flag on tcp connections. This fixes a bug
21 where child processes kept tcp connections open and caused
22 connections to fail when only one side can connect.
23 - fixed a bug in receive sequence checking that made gvpe
24 accept out-of-window packets in most cases.
25 - tighter limit for the maximum sequence # to avoid overflow
26 conditions + allow more headroom for packet reordering.
27 - replace some asserts that trapped config mismatches by
28 more useful log messages.
29 - fix spurious extra newline in some log messages.
30
311.9 Tue Apr 19 06:21:50 CEST 2005
32 - protocol version 0.1, compatible with older releases.
2 - WARNING: this version checks the return value of if-up etc. 33 - WARNING: this version checks the return value of if-up etc.
3 scripts and exits on failure. 34 scripts and exits on failure.
4 - IMPORTANT: run if-up/node-up etc. scripts via /bin/sh. 35 - IMPORTANT: run if-up/node-up etc. scripts via /bin/sh.
5 - IMPORTANT: interface initialization (MAC, MTU) is now done 36 - IMPORTANT: interface initialization (MAC, MTU) is now done
6 automatically in most configurations. 37 automatically in most configurations.
38 - options can now be specified on the gvpe command line, too.
7 - make some DNS transport values configurable and document them. 39 - make some DNS transport values configurable and document them.
8 - improved OS specific information in gvpe.osdep(5). 40 - improved OS specific information in gvpe.osdep(5).
9 - new tap device type "native/darwin", that supports the tap 41 - new tap device type "native/darwin", that supports the tap
10 driver available for darwin (thanks to matthew mead who tested 42 driver available for darwin (thanks to matthew mead who tested
11 it out with me in a long session). tincd/darwin is still available. 43 it out with me in a long session). tincd/darwin is still available.
19 etc. scripts. 51 etc. scripts.
20 - skip unparsable config lines with a warning instead of stopping 52 - skip unparsable config lines with a warning instead of stopping
21 parsing and continuing with a certainly unusable config. 53 parsing and continuing with a certainly unusable config.
22 54
231.8 Fri Mar 18 00:58:55 CET 2005 551.8 Fri Mar 18 00:58:55 CET 2005
56 - protocol version 0.1, compatible with older releases.
24 - enable-udp = yes is now default only when no other protocols 57 - enable-udp = yes is now default only when no other protocols
25 are enabled. otherwise it is disabled unless explicitly enabled. 58 are enabled. otherwise it is disabled unless explicitly enabled.
26 - implemented dns tunneling (experimental now and in the future). 59 - implemented dns tunneling (experimental now and in the future).
27 - remove support for pre-release version protocol. 60 - remove support for pre-release version protocol.
28 - updated tincd drivers (rev 1433), added uml_socket driver, documented 61 - updated tincd drivers (rev 1433), added uml_socket driver, documented

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines