]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Add change file for bug 5049
authorAndrea Shepard <andrea@persephoneslair.org>
Tue, 12 Jun 2012 19:49:03 +0000 (12:49 -0700)
committerNick Mathewson <nickm@torproject.org>
Wed, 13 Jun 2012 20:45:13 +0000 (16:45 -0400)
changes/bug5049 [new file with mode: 0644]

diff --git a/changes/bug5049 b/changes/bug5049
new file mode 100644 (file)
index 0000000..677fd42
--- /dev/null
@@ -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.