diff options
author | Mike Perry <mikeperry-git@fscked.org> | 2011-01-24 21:39:29 -0800 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-01-25 17:49:02 -0500 |
commit | 3ede94159e5e0f3aeceab225eb495051ed7b375e (patch) | |
tree | e84a9c6c14ea0018cae1d45f88614da98e5bfeec | |
parent | 7b24b8e37582470214dbb14f5f7b56954ed441f5 (diff) | |
download | tor-3ede94159e5e0f3aeceab225eb495051ed7b375e.tar tor-3ede94159e5e0f3aeceab225eb495051ed7b375e.tar.gz |
Add changelog entry for bug2203.
-rw-r--r-- | changes/bug2203 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug2203 b/changes/bug2203 new file mode 100644 index 000000000..9cfbedf14 --- /dev/null +++ b/changes/bug2203 @@ -0,0 +1,6 @@ + o Minor bugfixes: + - Clients should not weight BadExit nodes as Exits in their node + selection. Similarly, directory authorities should not count + BadExit bandwidth as Exit bandwidth when computing bandwidth-weights. + Bugfix on 0.2.2.10-alpha; fixes bug 2203. + |