clean up changelog a bit

svn:r11259
This commit is contained in:
Roger Dingledine
2007-08-24 06:33:12 +00:00
parent d39c7515d1
commit fe962c58d3
+13 -12
View File
@@ -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: