aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2007-08-25 21:59:14 +0000
committerRoger Dingledine <arma@torproject.org>2007-08-25 21:59:14 +0000
commit45bc168b5379ca57916a21d3ff3fbb71955057e5 (patch)
treee6b5812a9bcb31492e5f93adfa3c268c4bda4620 /ChangeLog
parentda1485088cc11feac79b79ad372ecfe517ff5051 (diff)
downloadtor-45bc168b5379ca57916a21d3ff3fbb71955057e5.tar
tor-45bc168b5379ca57916a21d3ff3fbb71955057e5.tar.gz
bump to 0.2.0.6-alpha in preparation for tomorrow's release
svn:r11275
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog24
1 files changed, 9 insertions, 15 deletions
diff --git a/ChangeLog b/ChangeLog
index eaaddb69b..78cde7cd4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-Changes in version 0.2.0.6-alpha - 2007-??-??
+Changes in version 0.2.0.6-alpha - 2007-08-26
o Major features:
- Directory authorities now track servers by weighted
mean-times-between-failures. When we have 4 or more days of data,
@@ -16,29 +16,23 @@ Changes in version 0.2.0.6-alpha - 2007-??-??
three load balancing patches could raise effective network capacity
by a factor of four. Thanks to Mike Perry for measurements.
- o Major bugfixes:
+ o Major bugfixes (descriptor parsing):
- Handle unexpected whitespace better in malformed descriptors. Bug
found using Benedikt Boss's new Tor fuzzer! Bugfix on 0.2.0.x.
- o Minor features (misc):
+ o Minor features:
+ - There is now an ugly, temporary "desc/all-recent-extrainfo-hack"
+ GETINFO for Torstat to use until it can switch to using extrainfos.
- Optionally (if built with -DEXPORTMALLINFO) export the output
- of mallinfo via http, as tor/mallinfo.txt. Only accessible
+ of mallinfo via http, as tor/mallinfo.txt. Only accessible
from localhost.
- o Minor bugfixes (bridges):
- - Do not intermix bridge routers with controller-added routers. (Bugfix
- on 0.2.0.x)
-
- o Minor bugfixes (network):
+ o Minor bugfixes:
+ - Do not intermix bridge routers with controller-added
+ routers. (Bugfix on 0.2.0.x)
- Do not fail with an assert when accept() returns an unexpected
address family. Addresses but does not wholly fix bug 483. (Bugfix
on 0.2.0.x)
-
- o Minor features (controller):
- - There is now an ugly, temporary "desc/all-recent-extrainfo-hack"
- GETINFO for Torstat to use into it can switch to use extrainfos.
-
- o Minor bugfixes (misc):
- Let directory authorities startup even when they can't generate
a descriptor immediately, e.g. because they don't know their
address.