diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-05-16 10:40:21 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-05-16 10:40:21 -0400 |
commit | ee246bbe95a3adbc86ac8eb3794f55011c2059d5 (patch) | |
tree | 9cc5db4e694a246d2f806c0da2cd747bb004ece4 /changes | |
parent | 891cf72f7103bc5b4de26ac974c0fd42a9d3c88f (diff) | |
parent | 0888c2f8f55037b49fead49091013f2cc7de17c5 (diff) | |
download | tor-ee246bbe95a3adbc86ac8eb3794f55011c2059d5.tar.gz tor-ee246bbe95a3adbc86ac8eb3794f55011c2059d5.zip |
Merge remote-tracking branch 'public/bug3296'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug3296 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug3296 b/changes/bug3296 new file mode 100644 index 0000000000..31c9eacb60 --- /dev/null +++ b/changes/bug3296 @@ -0,0 +1,5 @@ + o Major bugfixes: + - If we are unable to find any exit that supports our predicted + ports, stop calling them predicted, so that we don't loop and + build hopeless circuits indefinitely. Fix for bug 3296; bugfix + on 0.0.9pre6, which introduced predicted ports. |