summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Shepard <andrea@persephoneslair.org>2012-06-12 12:49:03 -0700
committerNick Mathewson <nickm@torproject.org>2012-06-13 16:45:13 -0400
commit825fb149cdbd30cd25a652d9f5921f6eedd49ad2 (patch)
tree20d63efb823b18b5a9cde0c6a93d39c6e80bca33
parent39a9178ba779af4201f3b6cc6d9db4a70ac058dd (diff)
downloadtor-825fb149cdbd30cd25a652d9f5921f6eedd49ad2.tar.gz
tor-825fb149cdbd30cd25a652d9f5921f6eedd49ad2.zip
Add change file for bug 5049
-rw-r--r--changes/bug50494
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug5049 b/changes/bug5049
new file mode 100644
index 0000000000..677fd42869
--- /dev/null
+++ b/changes/bug5049
@@ -0,0 +1,4 @@
+ o Minor bugfixes:
+ - Make sure circuitbuild.c checks LearnCircuitBuildTimeout in all the
+ right places and never depends on the consensus parameters or computes
+ adaptive timeouts when it is disabled.