summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2009-06-20 06:14:32 -0400
committerNick Mathewson <nickm@torproject.org>2009-06-30 10:11:17 -0400
commit1ace3799facd9cae6f16f64647fec2281333539f (patch)
tree3ab96acc95dd2d13bd9614aca7ce6363f4cb7b04
parente7bc189f7c8fb4c2a490f10bd26d81893626ade1 (diff)
downloadtor-1ace3799facd9cae6f16f64647fec2281333539f.tar.gz
tor-1ace3799facd9cae6f16f64647fec2281333539f.zip
and give the bug 969 fixes a changelog
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bce39ced94..dc0f3a2e35 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,14 @@
Changes in version 0.2.1.17-?? - 2009-??-??
+ o Major bugfixes:
+ - Directory authorities were neglecting to mark relays down in their
+ internal histories if the relays fall off the routerlist without
+ ever being found unreachable. So there were relays in the histories
+ that haven't been seen for eight months, and are listed as being
+ up for eight months. This wreaked havoc on the "median wfu"
+ and "median mtbf" calculations, in turn making Guard and Stable
+ flags very wrong, hurting network performance. Fixes bugs 696 and
+ 969. Bugfix on 0.2.0.6-alpha.
+
o Minor bugfixes:
- Serve the DirPortFrontPage page even when we have been approaching
our quotas recently. Fixes bug 1013; bugfix on 0.2.1.8-alpha.