diff options
author | Andrea Shepard <andrea@persephoneslair.org> | 2012-06-11 11:17:59 -0700 |
---|---|---|
committer | Andrea Shepard <andrea@persephoneslair.org> | 2012-06-11 11:17:59 -0700 |
commit | 997ed7807b187d7b12ec219c876215d9b29e1e06 (patch) | |
tree | db23f5807674cc31c258ec9122a23ffcebb5b1dd | |
parent | 6b73fad7096f4d12f5203b0c11d0e8f9417667b9 (diff) | |
download | tor-997ed7807b187d7b12ec219c876215d9b29e1e06.tar.gz tor-997ed7807b187d7b12ec219c876215d9b29e1e06.zip |
Add change file for 5452
-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..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. |