diff options
author | Roger Dingledine <arma@torproject.org> | 2010-02-22 00:24:33 -0500 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2010-02-22 00:24:33 -0500 |
commit | eb842c0022bb68438cd94cde6e4ab4143380d309 (patch) | |
tree | 80955dd6f3a7e4fa055f7723fbe01de991f59995 /ChangeLog | |
parent | 5e8c6116731f898af79d954adc29f3acf2ceaad5 (diff) | |
parent | 5e5bc8724edf28491c36fa2e9dd505967f21d45b (diff) | |
download | tor-eb842c0022bb68438cd94cde6e4ab4143380d309.tar.gz tor-eb842c0022bb68438cd94cde6e4ab4143380d309.zip |
Merge branch 'maint-0.2.1' into new
Conflicts:
ChangeLog
configure.in
contrib/tor-mingw.nsi.in
src/win32/orconfig.h
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 36 |
1 files changed, 20 insertions, 16 deletions
@@ -70,25 +70,14 @@ Changes in version 0.2.2.9-alpha - 2010-02-22 arguments we do not recognize. -Changes in version 0.2.2.8-alpha - 2010-01-26 - o Major bugfixes: - - Fix a memory corruption bug on bridges that occured during the - inclusion of stats data in extra-info descriptors. Also fix the - interface for geoip_get_bridge_stats* to prevent similar bugs in - the future. Diagnosis by Tas, patch by Karsten and Sebastian. - Fixes bug 1208; bugfix on 0.2.2.7-alpha. +Changes in version 0.2.1.24 - 2010-02-21 + Tor 0.2.1.24 makes Tor work again on the latest OS X -- this time + for sure! o Minor bugfixes: - - Ignore OutboundBindAddress when connecting to localhost. - Connections to localhost need to come _from_ localhost, or else - local servers (like DNS and outgoing HTTP/SOCKS proxies) will often - refuse to listen. - - -Changes in version 0.2.1.24 - 2010-??-?? - o Minor bugfixes: - Work correctly out-of-the-box with even more vendor-patched versions - of OpenSSL. + of OpenSSL. In particular, make it so Debian and OS X don't need + customized patches to run/build. Changes in version 0.2.1.23 - 2010-02-13 @@ -134,6 +123,21 @@ Changes in version 0.2.1.23 - 2010-02-13 over the behavior introduced in 0.1.2.17. +Changes in version 0.2.2.8-alpha - 2010-01-26 + o Major bugfixes: + - Fix a memory corruption bug on bridges that occured during the + inclusion of stats data in extra-info descriptors. Also fix the + interface for geoip_get_bridge_stats* to prevent similar bugs in + the future. Diagnosis by Tas, patch by Karsten and Sebastian. + Fixes bug 1208; bugfix on 0.2.2.7-alpha. + + o Minor bugfixes: + - Ignore OutboundBindAddress when connecting to localhost. + Connections to localhost need to come _from_ localhost, or else + local servers (like DNS and outgoing HTTP/SOCKS proxies) will often + refuse to listen. + + Changes in version 0.2.2.7-alpha - 2010-01-19 Tor 0.2.2.7-alpha fixes a huge client-side performance bug, as well as laying the groundwork for further relay-side performance fixes. It |