aboutsummaryrefslogtreecommitdiff
path: root/changes/bug3208
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2011-05-23 16:59:41 -0400
committerNick Mathewson <nickm@torproject.org>2011-05-23 16:59:41 -0400
commit57810c333a38c72c1e361c02e31de7712d1f221a (patch)
treec7356c556e7e1a4bb6fdbfeff5da653d2aa31b8a /changes/bug3208
parent6cac100b13794b74db8e831bed56df2f0443ea13 (diff)
downloadtor-57810c333a38c72c1e361c02e31de7712d1f221a.tar
tor-57810c333a38c72c1e361c02e31de7712d1f221a.tar.gz
Remove the -F option from tor-resolve.
It used to mean "Force": it would tell tor-resolve to ask tor to resolve an address even if it ended with .onion. But when AutomapHostsOnResolve was added, automatically refusing to resolve .onion hosts stopped making sense. So in 0.2.1.16-rc (commit 298dc95dfd8), we made tor-resolve happy to resolve anything. The -F option stayed in, though, even though it didn't do anything. Oddly, it never got documented. Found while fixing GCC 4.6 "set, unused variable" warnings.
Diffstat (limited to 'changes/bug3208')
-rw-r--r--changes/bug32084
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug3208 b/changes/bug3208
new file mode 100644
index 000000000..731c96e20
--- /dev/null
+++ b/changes/bug3208
@@ -0,0 +1,4 @@
+ o Removed options:
+ - Remove undocumented option "-F" from tor-resolve: it hasn't done
+ anything since 0.2.1.16-rc.
+