--- gvpe/NEWS 2008/08/07 19:07:02 1.79 +++ gvpe/NEWS 2009/01/18 03:44:44 1.87 @@ -1,6 +1,17 @@ -gvpe NEWS +GVPE NEWS -2.2 +TODO: libev update? + - enabled icmp/tcp/http-proxy protocols by default. + - updated copyright in program greetings. + - fix some configure messages. + - updated to libev 3.52. + +2.21 Wed Sep 3 06:56:27 CEST 2008 + - add missing ev++.h include header to tarball, which everybody + who tested it apparently had in their include path :(. Caught + by Karl Kleinpaste and Marcus Kong. + +2.2 Mon Sep 1 06:28:09 CEST 2008 - protocol version 0.1, compatible with older releases, but upgrade is recommended to due changed ondemand behaviour. - new per-node options max-ttl and max-queue. @@ -14,9 +25,18 @@ - changed callback mechanism to be slightly less portable but more efficient mechanism (standards-compliant c++ compilers should work). - - upgraded liblzf to version 3.2. + - increased receive window positive size, to allow for massive + packet loss due to occasional longer drop-outs. + - send RST when a positive window size violation is detected, but + not in other cases, to reconnect more quickly. + - upgraded liblzf to version 3.4. - dropped -fno-exceptions due to ev++.h using it. - - node-up/Down scripts are now run in sequence. + - node-up/down scripts are now run in sequence. + - new -q switch for gvpectrl, for when you run it often. + - work around the horribly inconsistent, ad-hoc, ever-changing + and broken texinfo syntax. YMMV. avoid texinfo. + - keepalive is more aggressive now, sensding ping's every 3 seconds + and killing the conenction after 15 seconds. - bugfixes. 2.01 Thu Mar 29 19:26:04 CEST 2007