summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2007-02-28 21:06:05 +0000
committerRoger Dingledine <arma@torproject.org>2007-02-28 21:06:05 +0000
commitb78f67dbf5964d5c8f9d67d0f40fc999fbee150c (patch)
treeb17663b05fd650264a94c61d2753a193e76c7453 /ChangeLog
parent9fd669c3391f1b853f44a80a2aac6ea4e931dc2c (diff)
downloadtor-b78f67dbf5964d5c8f9d67d0f40fc999fbee150c.tar.gz
tor-b78f67dbf5964d5c8f9d67d0f40fc999fbee150c.zip
- Stop calling servers that have been hibernating for a long time
"stable". Also, stop letting hibernating or obsolete servers affect uptime and bandwidth cutoffs. - Stop listing hibernating servers in the v1 directory. svn:r9690
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f91dd07d05..d8ea601e24 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,12 @@ Changes in version 0.1.2.9-??? - 2007-??-??
- Do not rotate onion key immediately after setting it for the first
time.
+ o Minor bugfixes (directory servers):
+ - Stop calling servers that have been hibernating for a long time
+ "stable". Also, stop letting hibernating or obsolete servers affect
+ uptime and bandwidth cutoffs.
+ - Stop listing hibernating servers in the v1 directory.
+
o Minor bugfixes (other):
- Fix an assert that could trigger if a controller quickly set then
cleared EntryNodes. (Bug found by Udo van den Heuvel.)