diff options
author | Roger Dingledine <arma@torproject.org> | 2010-02-12 12:35:40 -0500 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2010-02-12 12:35:40 -0500 |
commit | 33f8dcae6a4fd2a380fed23d028ea0a88bf7c133 (patch) | |
tree | 3498b7310299349ab6d67de873f3768e2bdaedfd /ChangeLog | |
parent | a168cd2a54355c77a72e6553e5e4c5dc844fca50 (diff) | |
download | tor-33f8dcae6a4fd2a380fed23d028ea0a88bf7c133.tar.gz tor-33f8dcae6a4fd2a380fed23d028ea0a88bf7c133.zip |
prepare for 0.2.1.23
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 24 |
1 files changed, 12 insertions, 12 deletions
@@ -1,4 +1,4 @@ -Changes in version 0.2.1.23 - 2010-0?-?? +Changes in version 0.2.1.23 - 2010-02-12 o Major bugfixes (performance): - We were selecting our guards uniformly at random, and then weighting which of our guards we'd use uniformly at random. This imbalance @@ -9,20 +9,20 @@ Changes in version 0.2.1.23 - 2010-0?-?? bug 1217; bugfix on 0.2.1.3-alpha. Found by Mike Perry. o Major bugfixes: + - Make Tor work again on the latest OS X: when deciding whether to + use strange flags to turn TLS renegotiation on, detect the OpenSSL + version at run-time, not compile time. We need to do this because + Apple doesn't update its dev-tools headers when it updates its + libraries in a security patch. - Fix a potential buffer overflow in lookup_last_hid_serv_request() - that could happen on 32-bit platforms with 64-bit time_t. Also fix - a memory leak when requesting a hidden service descriptor we've - requested before. Fixes bug 1242, bugfix on 0.2.0.18-alpha. Found - by aakova. + that could happen on 32-bit platforms with 64-bit time_t. Also fix + a memory leak when requesting a hidden service descriptor we've + requested before. Fixes bug 1242, bugfix on 0.2.0.18-alpha. Found + by aakova. o Minor bugfixes: - - When deciding whether to use strange flags to turn TLS renegotiation - on, detect the OpenSSL version at run-time, not compile time. We - need to do this because Apple doesn't update its dev-tools headers - when it updates its libraries in a security patch. - - Refactor resolve_my_address() a little, to not use gethostbyname() - anymore. Fixes bug 1244; bugfix on 0.0.2pre25. Reported by Mike - Mestnik. + - Refactor resolve_my_address() to not use gethostbyname() anymore. + Fixes bug 1244; bugfix on 0.0.2pre25. Reported by Mike Mestnik. o Minor features: - Avoid a mad rush at the beginning of each month when each client |