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

Comparing gvpe/NEWS (file contents):
Revision 1.89 by pcg, Sun Feb 1 16:29:26 2009 UTC vs.
Revision 1.98 by root, Sun Mar 6 13:49:49 2011 UTC

1GVPE NEWS 1GVPE NEWS
2 2
3 - INCOMPATIBLE CHANGE: no longer enable udp protocol if no other
4 protocols are enabled - this is necessary when you have nodes with
5 completely unknown protocols, to force mediated connection requests.
6 - protocol version 0.1, compatible with older releases.
7 - fix a bug where nodes would tell the other side that it supports
8 the same protocols as that other side, instead of its own.
9 - do not simply abort in some error cases in the dns transport.
10 - allow lowercase/uppercase alises for dns encodings that do
11 not rely on case.
12 - add zlib when found, as openssl depends on it in newer versions.
13 - work around append-bugs in uclibc by using an extra seek.
14
152.24 Sat Feb 12 05:15:48 CET 2011
16 - protocol version 0.1, compatible with older releases.
17 - due to a bug, when packets were lost, a connection could go into a
18 state where a ping/connection request from another node would be
19 ignored, leading to connections not being re-established.
20 - due to a bug, compression was almost always enabled.
21 - enable-max-mtu was actually enable-mtu, contrary to documentation.
22 - add nfmark support.
23 - add node-change script support.
24 - new DESTSI variable for node-xxx scripts.
25 - updated codingstyle a bit, declared truly static stuff as static.
26 - clarify compression docs.
27
32.22 Sun Feb 1 17:25:28 CET 2009 282.22 Sun Feb 1 17:25:28 CET 2009
4 - protocol version 0.1, compatible with older releases, 29 - protocol version 0.1, compatible with older releases.
5 - enabled icmp/tcp/http-proxy protocols by default. 30 - enabled icmp/tcp/http-proxy protocols by default.
6 - updated copyright in program greetings. 31 - updated copyright in program greetings.
7 - fix some configure messages. 32 - fix some configure messages.
8 - updated to libev 3.52. 33 - updated to libev 3.52.
9 34
102.21 Wed Sep 3 06:56:27 CEST 2008 352.21 Wed Sep 3 06:56:27 CEST 2008
11 - protocol version 0.1, compatible with older releases, 36 - protocol version 0.1, compatible with older releases.
12 - add missing ev++.h include header to tarball, which everybody 37 - add missing ev++.h include header to tarball, which everybody
13 who tested it apparently had in their include path :(. Caught 38 who tested it apparently had in their include path :(. Caught
14 by Karl Kleinpaste and Marcus Kong. 39 by Karl Kleinpaste and Marcus Kong.
15 40
162.2 Mon Sep 1 06:28:09 CEST 2008 412.2 Mon Sep 1 06:28:09 CEST 2008
17 - protocol version 0.1, compatible with older releases, 42 - protocol version 0.1, compatible with older releases.
18 but upgrade is recommended to due changed ondemand behaviour. 43 but upgrade is recommended to due changed ondemand behaviour.
19 - new per-node options max-ttl and max-queue. 44 - new per-node options max-ttl and max-queue.
20 - convert from iom.C to libev, a high-performance event loop 45 - convert from iom.C to libev, a high-performance event loop
21 (http://software.schmorp.de/pkg/libev). 46 (http://software.schmorp.de/pkg/libev).
22 - tcp connections were leaking in some cases. 47 - tcp connections were leaking in some cases.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines