diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-02-08 19:44:55 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-02-08 19:44:55 +0000 |
commit | a1a9c66ce52756370336dcb6f5dd8329566d3792 (patch) | |
tree | 4478b677f6d9b1a5d233c8331b01071788b14fa0 /ChangeLog | |
parent | 69def349e095a2465d8c118111afcf5cd6b0da3b (diff) | |
download | tor-a1a9c66ce52756370336dcb6f5dd8329566d3792.tar tor-a1a9c66ce52756370336dcb6f5dd8329566d3792.tar.gz |
r11717@catbus: nickm | 2007-02-08 14:44:30 -0500
Clear up some XXX012s in routerlist.c: make smartlist_choose_by_bandwidth handle statuses with no corresponding routers much better.
svn:r9531
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -14,6 +14,10 @@ Changes in version 0.1.2.8-alpha - 2007-??-?? o Minor bugfixes (other): - Display correct results when reporting which versions are recommended, and how recommended they are. (Resolves bug 383.) + - Improve our estimates for directory bandwidth to be less random: guess + that an unrecognized directory will have the average bandwidth from all + known directories, not that it will have the average bandwidth from + those directories earlier than it on the list. o Minor features: - Warn the user when an application uses the obsolete binary v0 control |