From 997ed7807b187d7b12ec219c876215d9b29e1e06 Mon Sep 17 00:00:00 2001 From: Andrea Shepard Date: Mon, 11 Jun 2012 11:17:59 -0700 Subject: [PATCH] Add change file for 5452 --- changes/bug5452 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 changes/bug5452 diff --git a/changes/bug5452 b/changes/bug5452 new file mode 100644 index 0000000000..699c45889d --- /dev/null +++ b/changes/bug5452 @@ -0,0 +1,4 @@ + o Minor bugfixes: + - Check CircuitBuildTimeout and LearnCircuitBuildTimeout in + options_validate(); warn if LearnCircuitBuildTimeout is disabled + and CircuitBuildTimeout is set unreasonably low.