diff options
author | Roger Dingledine <arma@torproject.org> | 2010-11-21 16:59:42 -0500 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2010-11-21 16:59:42 -0500 |
commit | f54e75a2c64561707812100d2227c201065a4bd4 (patch) | |
tree | 40c063a3aea4032f2f0ed0555a761ae310179077 /changes | |
parent | 2bd64f9e8f613a885ace601787fbbfde607810b6 (diff) | |
download | tor-f54e75a2c64561707812100d2227c201065a4bd4.tar tor-f54e75a2c64561707812100d2227c201065a4bd4.tar.gz |
prepare for our emergency openssl fix release
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug2183 | 6 | ||||
-rw-r--r-- | changes/bug2195 | 7 | ||||
-rw-r--r-- | changes/fix2204 | 7 |
3 files changed, 0 insertions, 20 deletions
diff --git a/changes/bug2183 b/changes/bug2183 deleted file mode 100644 index 01a8d76ac..000000000 --- a/changes/bug2183 +++ /dev/null @@ -1,6 +0,0 @@ - o Minor bugfixes: - - Try harder not to exceed the maximum length of 50 KB when writing - statistics to extra-info descriptors. This bug was triggered by very - fast relays reporting exit-port, entry, and dirreq statistics. - Reported by Olaf Selke. Bugfix on 0.2.2.1-alpha. Fixes bug 2183. - diff --git a/changes/bug2195 b/changes/bug2195 deleted file mode 100644 index 1724fd0e2..000000000 --- a/changes/bug2195 +++ /dev/null @@ -1,7 +0,0 @@ - o Minor bugfixes - - Publish a router descriptor even if generating an extra-info - descriptor fails. Previously we would not publish a router - descriptor without an extra-info descriptor; this can cause fast - exit relays collecting exit-port statistics to drop from the - consensus. Bugfix on 0.1.2.9-rc; fixes bug 2195. - diff --git a/changes/fix2204 b/changes/fix2204 deleted file mode 100644 index fb2771a7f..000000000 --- a/changes/fix2204 +++ /dev/null @@ -1,7 +0,0 @@ - o Major bugfixes - - Do not set the tlsext_host_name extension on server SSL objects; - only on client SSL objects. We set it to immitate a browser, not a - vhosting server. This resolves an incompatibility with openssl 0.9.8p - and openssl 1.0.0b. Fixes bug 2204; bugfix on 0.2.1.1-alpha. - - |