summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2007-08-24 06:33:12 +0000
committerRoger Dingledine <arma@torproject.org>2007-08-24 06:33:12 +0000
commitfe962c58d3e157bf716302d41158a4ff6dffc42f (patch)
tree9c0a595e8844a218a57b013f826d4237a2df5001
parentd39c7515d13cc7e2383008cf7eb004f645bdf84a (diff)
downloadtor-fe962c58d3e157bf716302d41158a4ff6dffc42f.tar.gz
tor-fe962c58d3e157bf716302d41158a4ff6dffc42f.zip
clean up changelog a bit
svn:r11259
-rw-r--r--ChangeLog25
1 files changed, 13 insertions, 12 deletions
diff --git a/ChangeLog b/ChangeLog
index 5c558e15bb..2c44520b70 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,21 +1,27 @@
Changes in version 0.2.0.6-alpha - 2007-??-??
- o Major features (directory authorities):
- - Track authorities by weighted mean-times-between-failures. When we
- have 4 or more days of data, use measured MTBF rather than declared
- uptime to decide whether to call a router Stable. Implements proposal
- 108.
+ o Major features:
+ - Directory authorities now track servers by weighted
+ mean-times-between-failures. When we have 4 or more days of data,
+ use measured MTBF rather than declared uptime to decide whether
+ to call a router Stable. Implements proposal 108.
o Major bugfixes:
- 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):
+ - Optionally (if built with -DEXPORTMALLINFO) export the output
+ 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):
- - 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)
+ - 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 bugfixes (misc):
- Let directory authorities startup even when they can't generate
@@ -32,11 +38,6 @@ Changes in version 0.2.0.6-alpha - 2007-??-??
unparseable piece of it. Bugfix on 0.1.2.x.
- Unmap the extrainfo cache file on exit.
- o Minor features (misc):
- - Optionally (if built with -DEXPORTMALLINFO) export the output
- of mallinfo via http, as tor/mallinfo.txt. Only accessible
- from localhost.
-
Changes in version 0.2.0.5-alpha - 2007-08-19
o Removed features: