--- gvpe/NEWS 2005/12/05 13:00:15 1.66 +++ gvpe/NEWS 2008/01/28 12:00:13 1.77 @@ -1,4 +1,26 @@ -TODO: enable bridging (compile-time option? ignore fragmentation?) +gvpe NEWS + +2.2 + - protocol version 0.1, compatible with older releases. + - convert from iom.C to libev, a high-performance event loop + (http://software.schmorp.de/pkg/libev). + - tcp connections were leaking in some cases. + - save a lot of setsockopt calls when the tos doesn't change. + - changed callback mechanism to be slightly less portable + but more efficient mechanism (standards-compliant c++ compilers + should work). + - upgraded liblzf to version 3.1. + - dropped -fno-exceptions due to ev++.h using it. + - bugfixes. + +2.01 Thu Mar 29 19:26:04 CEST 2007 + - protocol version 0.1, compatible with older releases. + - bugfix of callback.h, might have cause callback return values to + be corrupted on architectures like sparc before. + - dns transport retries more aggressively. + - updated documentation, improved dns transport reliability + and throughput. + - added experimental support for sha256 and sha512 digests. 2.0 Mon Dec 5 13:59:26 CET 2005 - protocol version 0.1, compatible with older releases.