aboutsummaryrefslogtreecommitdiff
path: root/changes/bug10543
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2014-02-12 03:59:59 -0500
committerRoger Dingledine <arma@torproject.org>2014-02-12 03:59:59 -0500
commit7c39bf0e447a456a9999b3de95ed17fa0e86f157 (patch)
tree2befb835b53e0638f54d986d23311003996b2724 /changes/bug10543
parent0ee449ca92dc7f25517a63b63f4d521fdd48410b (diff)
downloadtor-7c39bf0e447a456a9999b3de95ed17fa0e86f157.tar
tor-7c39bf0e447a456a9999b3de95ed17fa0e86f157.tar.gz
go through and rewrite the changes files to be more user-facing
Diffstat (limited to 'changes/bug10543')
-rw-r--r--changes/bug105437
1 files changed, 4 insertions, 3 deletions
diff --git a/changes/bug10543 b/changes/bug10543
index 60445063c..ebc97b0db 100644
--- a/changes/bug10543
+++ b/changes/bug10543
@@ -1,5 +1,6 @@
o Minor bugfixes:
- - If all nodes with the Exit flag have been disabled with the ExitNodes
- flag, consider nodes which can exit to other ports as well. Fixes bug
- 10543; bugfix on 0.2.4.10-alpha.
+ - If we set the ExitNodes option but it doesn't include any nodes
+ that have the Exit flag, we would choose not to bootstrap. Now we
+ bootstrap so long as ExitNodes includes nodes which can exit to
+ some port. Fixes bug 10543; bugfix on 0.2.4.10-alpha.