diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-06-11 14:44:26 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-06-11 14:44:26 -0400 |
commit | f0f70ba6f1e484a5217952238b22467ba4939d8a (patch) | |
tree | 67e40f60065f1ac479537c6bbefda8deeba7cbab /changes | |
parent | a6dac69aaca088b5cbb8f8914673de03864d95b7 (diff) | |
parent | b44cb4aef8e76131c59a9e8647936bd9d2cf6e18 (diff) | |
download | tor-f0f70ba6f1e484a5217952238b22467ba4939d8a.tar.gz tor-f0f70ba6f1e484a5217952238b22467ba4939d8a.zip |
Merge branch 'bug5452'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug5452 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug5452 b/changes/bug5452 new file mode 100644 index 0000000000..8e1d9adf7b --- /dev/null +++ b/changes/bug5452 @@ -0,0 +1,4 @@ + o Minor features: + - Check CircuitBuildTimeout and LearnCircuitBuildTimeout in + options_validate(); warn if LearnCircuitBuildTimeout is disabled + and CircuitBuildTimeout is set unreasonably low. Fixes bug 5452. |