aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2010-12-16 19:23:21 -0500
committerRoger Dingledine <arma@torproject.org>2010-12-16 19:23:21 -0500
commita62038f01db0df22f864623e6d82d69b447c1414 (patch)
treea181abeac131aaad4b3456fe9b95dab314778584
parent53c14507eb2bbe08c311d93ee2fab8e1b4165cbc (diff)
parentef5b3680c6c4f630b670681f73967f4535b786e1 (diff)
downloadtor-a62038f01db0df22f864623e6d82d69b447c1414.tar.gz
tor-a62038f01db0df22f864623e6d82d69b447c1414.zip
Merge branch 'maint-0.2.1' into maint-0.2.2
-rw-r--r--ReleaseNotes19
1 files changed, 19 insertions, 0 deletions
diff --git a/ReleaseNotes b/ReleaseNotes
index 30d35dde0e..617a14a18d 100644
--- a/ReleaseNotes
+++ b/ReleaseNotes
@@ -3,6 +3,25 @@ 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.28 - 2010-12-17
+ Tor 0.2.1.28 does some code cleanup to reduce the risk of remotely
+ exploitable bugs. We also took this opportunity to change the IP address
+ for one of our directory authorities, and to update the geoip database
+ we ship.
+
+ o Major bugfixes:
+ - Fix a remotely exploitable bug that could be used to crash instances
+ of Tor remotely by overflowing on the heap. Remote-code execution
+ hasn't been confirmed, but can't be ruled out. Everyone should
+ upgrade. Bugfix on the 0.1.1 series and later.
+
+ o Directory authority changes:
+ - Change IP address and ports for gabelmoo (v3 directory authority).
+
+ o Minor features:
+ - Update to the December 1 2010 Maxmind GeoLite Country database.
+
+
Changes in version 0.2.1.27 - 2010-11-23
Yet another OpenSSL security patch broke its compatibility with Tor:
Tor 0.2.1.27 makes relays work with openssl 0.9.8p and 1.0.0.b. We