diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-08-17 12:10:44 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-08-17 12:10:44 -0400 |
commit | a4669d8704af7e9d978cb392e6a8df79376207b3 (patch) | |
tree | 474e98e28119ea857cf76a1f693786c08ba20b64 /changes | |
parent | 274e2817419e9b785f890fe04d791ed9114a8725 (diff) | |
parent | a74d4182f106b1b89367cf1a640b1140d3d35d2c (diff) | |
download | tor-a4669d8704af7e9d978cb392e6a8df79376207b3.tar tor-a4669d8704af7e9d978cb392e6a8df79376207b3.tar.gz |
Merge remote-tracking branch 'origin/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 000000000..67bab9962 --- /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. |