diff options
author | Roger Dingledine <arma@torproject.org> | 2010-11-22 22:44:20 -0500 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2010-11-22 22:44:20 -0500 |
commit | e57cb6b9762a2f94818738b5790d09c292e1bc24 (patch) | |
tree | 04337ad793bd6e83d7ebda3a5a8b6b07040479a3 | |
parent | 713db8dbfa172ea395ff3cee33fea875a052bd35 (diff) | |
download | tor-0.2.2.19-alpha.tar.gz tor-0.2.2.19-alpha.zip |
pick a more accurate release datetor-0.2.2.19-alpha
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 10 insertions, 2 deletions
@@ -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 |