]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
forward-port r9916, and remove another duplicated changelog entry
authorRoger Dingledine <arma@torproject.org>
Thu, 29 Mar 2007 02:55:00 +0000 (02:55 +0000)
committerRoger Dingledine <arma@torproject.org>
Thu, 29 Mar 2007 02:55:00 +0000 (02:55 +0000)
svn:r9917

ChangeLog

index 5f255f89dac33f9e245c2b3143708c0040066859..f116da7ca162c6fb9b9dfd1fa192cb8d3728ab46 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,15 +12,9 @@ Changes in version 0.2.0.1-alpha - 2007-??-??
   o Security fixes:
     - Directory authorities now call routers stable if they have an
       uptime of at least 30 days, even if that's not the median uptime
-      in the network. Implements proposal 1xx, suggested by Kevin Bauer
+      in the network. Implements proposal 107, suggested by Kevin Bauer
       and Damon McCoy.
 
-  o Major bugfixes:
-    - Fix an infinite loop introduced in 0.1.2.7-alpha when we serve
-      directory information requested inside Tor connections (i.e. via
-      begin_dir cells). It only triggered when the same connection was
-      serving other data at the same time. Reported by seeess.
-
   o Minor features (build):
     - Make autoconf search for libevent and openssl consistently.
     - Update deprecated macros in configure.in
@@ -961,9 +955,6 @@ Changes in version 0.1.1.24 - 2006-09-29
       This should improve client CPU usage by 25-50%.
     - Don't crash if, after a server has been running for a while,
       it can't resolve its hostname.
-    - When a client asks us to resolve (not connect to) an address,
-      and we have a cached answer, give them the cached answer.
-      Previously, we would give them no answer at all.
 
   o Minor bugfixes:
     - Allow Tor to start when RunAsDaemon is set but no logs are set.