summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2010-02-22 00:24:33 -0500
committerRoger Dingledine <arma@torproject.org>2010-02-22 00:24:33 -0500
commiteb842c0022bb68438cd94cde6e4ab4143380d309 (patch)
tree80955dd6f3a7e4fa055f7723fbe01de991f59995
parent5e8c6116731f898af79d954adc29f3acf2ceaad5 (diff)
parent5e5bc8724edf28491c36fa2e9dd505967f21d45b (diff)
downloadtor-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
-rw-r--r--ChangeLog36
-rw-r--r--ReleaseNotes10
2 files changed, 30 insertions, 16 deletions
diff --git a/ChangeLog b/ChangeLog
index f8ab511ecc..2e75fc24b6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/ReleaseNotes b/ReleaseNotes
index 1a9001f60c..ee0097a787 100644
--- a/ReleaseNotes
+++ b/ReleaseNotes
@@ -3,6 +3,16 @@ This document summarizes new features and bugfixes in each stable release
of Tor. If you want to see more detailed descriptions of the changes in
each development snapshot, see the ChangeLog file.
+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:
+ - Work correctly out-of-the-box with even more vendor-patched versions
+ 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
Tor 0.2.1.23 fixes a huge client-side performance bug, makes Tor work
again on the latest OS X, and updates the location of a directory