aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-03-24 10:14:05 -0400
committerNick Mathewson <nickm@torproject.org>2016-03-24 10:14:05 -0400
commit424af93ded7e1d9d98733ed17b2b6fee143262b9 (patch)
treeff461d356529dacb517750cee3af8bd291af9f0b /changes
parent54559e5845f42c51600b80de6b67467627451fcb (diff)
parentf2153f9716876b87bfcc53ff13b86b878edaae86 (diff)
downloadtor-424af93ded7e1d9d98733ed17b2b6fee143262b9.tar.gz
tor-424af93ded7e1d9d98733ed17b2b6fee143262b9.zip
Merge branch 'bug18517_squashed'
Diffstat (limited to 'changes')
-rw-r--r--changes/bug185176
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug18517 b/changes/bug18517
new file mode 100644
index 0000000000..b82b5a4b0d
--- /dev/null
+++ b/changes/bug18517
@@ -0,0 +1,6 @@
+ o Major bugfixes (bridges, pluggable transports):
+ - Modify the check for OR connections to private addresses.
+ Allow bridges on private addresses, including pluggable transports
+ that ignore the (potentially private) address in the bridge line.
+ Fixes bug 18517; bugfix on 23b088907f in tor-0.2.8.1-alpha.
+ Reported by "gk", patch by "teor".