From: Roger Dingledine Date: Tue, 23 Nov 2010 03:44:20 +0000 (-0500) Subject: pick a more accurate release date X-Git-Tag: tor-0.2.2.19-alpha^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e57cb6b9762a2f94818738b5790d09c292e1bc24;p=thirdparty%2Ftor.git pick a more accurate release date --- diff --git a/ChangeLog b/ChangeLog index 6fb6ca3825..b87449ab69 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,9 @@ -Changes in version 0.2.2.19-alpha - 2010-11-21 +Changes in version 0.2.2.19-alpha - 2010-11-22 + Yet another OpenSSL security patch broke its compatibility with Tor: + Tor 0.2.2.19-alpha makes relays work with OpenSSL 0.9.8p and 1.0.0.b. + o Major bugfixes: - - Resolve an incompatibility with openssl 0.9.8p and openssl 1.0.0b: + - Resolve an incompatibility with OpenSSL 0.9.8p and OpenSSL 1.0.0b: No longer set the tlsext_host_name extension on server SSL objects; but continue to set it on client SSL objects. Our goal in setting it was to imitate a browser, not a vhosting server. Fixes bug 2204; @@ -19,6 +22,11 @@ Changes in version 0.2.2.19-alpha - 2010-11-21 Changes in version 0.2.2.18-alpha - 2010-11-16 + Tor 0.2.2.18-alpha fixes several crash bugs that have been nagging + us lately, makes unpublished bridge relays able to detect their IP + address, and fixes a wide variety of other bugs to get us much closer + to a stable release. + o Major bugfixes: - Do even more to reject (and not just ignore) annotations on router descriptors received anywhere but from the cache. Previously