diff options
author | Roger Dingledine <arma@torproject.org> | 2007-08-24 06:33:12 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-08-24 06:33:12 +0000 |
commit | fe962c58d3e157bf716302d41158a4ff6dffc42f (patch) | |
tree | 9c0a595e8844a218a57b013f826d4237a2df5001 /ChangeLog | |
parent | d39c7515d13cc7e2383008cf7eb004f645bdf84a (diff) | |
download | tor-fe962c58d3e157bf716302d41158a4ff6dffc42f.tar.gz tor-fe962c58d3e157bf716302d41158a4ff6dffc42f.zip |
clean up changelog a bit
svn:r11259
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 25 |
1 files changed, 13 insertions, 12 deletions
@@ -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: |