diff options
author | Roger Dingledine <arma@torproject.org> | 2007-02-28 21:06:05 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-02-28 21:06:05 +0000 |
commit | b78f67dbf5964d5c8f9d67d0f40fc999fbee150c (patch) | |
tree | b17663b05fd650264a94c61d2753a193e76c7453 /ChangeLog | |
parent | 9fd669c3391f1b853f44a80a2aac6ea4e931dc2c (diff) | |
download | tor-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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.) |