summaryrefslogtreecommitdiff
path: root/changes/bug7555
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-04-08 18:02:03 -0400
committerNick Mathewson <nickm@torproject.org>2015-01-13 12:41:15 -0500
commit9d0fab9872807ef212fadb3feb299cf6309a185f (patch)
treee7dcafceb46a841cfe1fe67da22b747ebe3aa675 /changes/bug7555
parentab6bd78eca0f3edc7ed910d8567c409fe3dfdd92 (diff)
downloadtor-9d0fab9872807ef212fadb3feb299cf6309a185f.tar.gz
tor-9d0fab9872807ef212fadb3feb299cf6309a185f.zip
Allow MapAddress and Automap to work together
The trick here is to apply mapaddress first, and only then apply automapping. Otherwise, the automap checks don't get done. Fix for bug 7555; bugfix on all versions of Tor supporting both MapAddress and AutoMap.
Diffstat (limited to 'changes/bug7555')
-rw-r--r--changes/bug75555
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug7555 b/changes/bug7555
new file mode 100644
index 0000000000..a43ff739cb
--- /dev/null
+++ b/changes/bug7555
@@ -0,0 +1,5 @@
+ o Major bugfixes (client):
+ - Allow MapAddress and AutomapHostsOnResolve to work together when an
+ address is mapped into another address type that must be
+ automapped at resolve time. Fixes bug 7555; bugfix on
+ 0.2.0.1-alpha.