diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-08-17 12:08:42 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-08-17 12:08:42 -0400 |
commit | 3621f30ad44973acef1ae0dc2e723fd8c9f1dc0d (patch) | |
tree | bc1203681b68064c851fdebc3ad0ee2106f87192 /changes | |
parent | f25e8d034b78be01c9fbe659d4686fc370083572 (diff) | |
parent | 4e42a8a2f20e501f9236452b41939964e6d942cf (diff) | |
download | tor-3621f30ad44973acef1ae0dc2e723fd8c9f1dc0d.tar.gz tor-3621f30ad44973acef1ae0dc2e723fd8c9f1dc0d.zip |
Merge remote-tracking branch 'mikeperry/bug6475' into maint-0.2.3
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug6475 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug6475 b/changes/bug6475 new file mode 100644 index 0000000000..67bab99622 --- /dev/null +++ b/changes/bug6475 @@ -0,0 +1,6 @@ + o Minor bugfixes: + - Add internal circuit construction state to protect against + the noisy warn message "Unexpectedly high circuit_successes". + Also add some additional rate-limited notice messages to help + determine the root cause of the warn. Fixes bug 6475. + Bugfix against 0.2.3.17-beta. |