aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-10-23 16:28:34 -0400
committerNick Mathewson <nickm@torproject.org>2012-10-23 16:28:34 -0400
commit98c24670e7e87b61d57baad142b090df4a3dbbcb (patch)
tree5664cf3bdab8e1809f8416c0267fd3e24f69cb10 /changes
parent848333c6d6d65775cb787755577c4b24ae512389 (diff)
parent85659d3964669f9f419123c648e517f4ba539462 (diff)
downloadtor-98c24670e7e87b61d57baad142b090df4a3dbbcb.tar
tor-98c24670e7e87b61d57baad142b090df4a3dbbcb.tar.gz
Merge remote-tracking branch 'origin/maint-0.2.3'
Diffstat (limited to 'changes')
-rw-r--r--changes/bug719210
1 files changed, 10 insertions, 0 deletions
diff --git a/changes/bug7192 b/changes/bug7192
new file mode 100644
index 000000000..10cbc2469
--- /dev/null
+++ b/changes/bug7192
@@ -0,0 +1,10 @@
+ o Major bugfixes:
+ - When parsing exit policy summaries from microdescriptors, we had
+ previously been ignoring the last character in each one, so that
+ "accept 80,443,8080" would be treated by clients as indicating a
+ node that allows access to ports 80, 443, and 808. That would lead
+ to clients attempting connections that could never work, and
+ ignoring exit nodes that would support their connections. Now clients
+ parse these exit policy summaries correctly. Fixes bug 7192;
+ bugfix on 0.2.3.1-alpha.
+