diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-05-22 01:51:53 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-05-22 01:51:53 +0000 |
commit | 32c8d94c12fdbb38776b52d3b6d593c85d8cfd58 (patch) | |
tree | bf868f6cf8c743bb7e201d64dfe39a9c2171463f /ChangeLog | |
parent | 590a98ff372fcc9f1aeb24b163506997e60fc9ce (diff) | |
download | tor-32c8d94c12fdbb38776b52d3b6d593c85d8cfd58.tar.gz tor-32c8d94c12fdbb38776b52d3b6d593c85d8cfd58.zip |
r12842@catbus: nickm | 2007-05-21 21:51:45 -0400
Partial backport candidate. Fix issue noted in r10241: stores were rebuilt too often. Also notes dropped bytes better.
svn:r10244
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -159,6 +159,8 @@ Changes in version 0.2.0.1-alpha - 2007-??-?? - When choosing an entry guard for our circuit, avoid using guards that are in the same family as the chosen exit -- not just guards that are exactly the chosen exit. (Reported by lodger.) + - Don't rebuild the entire router store just because we got 32K of + routers. o Minor bugfixes (controller): - Make 'getinfo fingerprint' return a 551 error if we're not a |