diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-03-13 09:17:43 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-03-13 09:17:43 -0400 |
commit | b9a8f8c17ce11dd867e0afec7cbb65c55a3d7e8c (patch) | |
tree | 8bae4d2515407f8402c11a9d0c30bbc1750f8923 /changes | |
parent | 7543fb61e34e9235c6c330270d0c370c64c3322a (diff) | |
download | tor-b9a8f8c17ce11dd867e0afec7cbb65c55a3d7e8c.tar.gz tor-b9a8f8c17ce11dd867e0afec7cbb65c55a3d7e8c.zip |
Fix the warning about LearnCircuitBuildTimeout && !CircuitBuildTimeout
This is for bug 6304.
Add a changes file too
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug6304 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug6304 b/changes/bug6304 new file mode 100644 index 0000000000..445560a8e1 --- /dev/null +++ b/changes/bug6304 @@ -0,0 +1,4 @@ + o Minor bugfixes: + - Behave correctly when the user disables LearnCircuitBuildTimeout + but doesn't tell us what they would like the timeout to be. Fixes + bug 6304; bugfix on 0.2.2.14-alpha. |