--- gvpe/NEWS 2005/12/05 12:58:04 1.65 +++ gvpe/NEWS 2007/11/19 10:34:19 1.74 @@ -1,7 +1,22 @@ -TODO: enable bridging (compile-time option? ignore fragmentation?) -TODO: explore DTLS +gvpe NEWS -2.0 +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. + - 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. - implement allow-direct, deny-direct node config statements. - implemented != for sockinfo. This fixes a bug where @@ -16,7 +31,7 @@ accept out-of-window packets in most cases. - tighter limit for the maximum sequence # to avoid overflow conditions + allow more headroom for packet reordering. - - replace some asserts that trapped config msimatches by + - replace some asserts that trapped config mismatches by more useful log messages. - fix spurious extra newline in some log messages.