diff options
author | Roger Dingledine <arma@torproject.org> | 2007-03-29 02:55:00 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-03-29 02:55:00 +0000 |
commit | 6a61f74689ecbd43309c819899ae705d21bdb86b (patch) | |
tree | f047a7f5b4e9cdca250146a99945da29f86ebeb1 /ChangeLog | |
parent | 6589ea2a2f0df7f6e5e8701430d5fda415b68a42 (diff) | |
download | tor-6a61f74689ecbd43309c819899ae705d21bdb86b.tar.gz tor-6a61f74689ecbd43309c819899ae705d21bdb86b.zip |
forward-port r9916, and remove another duplicated changelog entry
svn:r9917
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 1 insertions, 10 deletions
@@ -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. |