Browse Source

Merge branch 'maint-0.2.1' into new

Conflicts:

	ChangeLog
	configure.in
	contrib/tor-mingw.nsi.in
	src/win32/orconfig.h
Roger Dingledine 14 years ago
parent
commit
eb842c0022
2 changed files with 30 additions and 16 deletions
  1. 20 16
      ChangeLog
  2. 10 0
      ReleaseNotes

+ 20 - 16
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

+ 10 - 0
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