]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
put 0.2.1.28 release notes in place too
authorRoger Dingledine <arma@torproject.org>
Fri, 17 Dec 2010 00:20:18 +0000 (19:20 -0500)
committerRoger Dingledine <arma@torproject.org>
Fri, 17 Dec 2010 00:20:18 +0000 (19:20 -0500)
ReleaseNotes

index 30d35dde0e22cc3ba2b15e6660e6ad7386db2dfb..617a14a18db8ac31a4db999063e33fe639f98a1f 100644 (file)
@@ -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