summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-05-25 14:48:12 +0000
committerNick Mathewson <nickm@torproject.org>2007-05-25 14:48:12 +0000
commite9c294654deeb41a4f80420c3f4ee67cd9ecee70 (patch)
treec903f5cbdbc85898114a8a021d9c11b8c0586123 /ChangeLog
parent7127c30f46a0ca1b05c8cd43aac731d828f6852d (diff)
downloadtor-e9c294654deeb41a4f80420c3f4ee67cd9ecee70.tar.gz
tor-e9c294654deeb41a4f80420c3f4ee67cd9ecee70.zip
r12945@catbus: nickm | 2007-05-25 10:37:12 -0400
Add a "force" option to tor-resolve so we can make it look up .onion addresses if we know that this will create a virtual mapping we want. svn:r10323
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dcf455c250..c51f2ad87b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -121,6 +121,11 @@ Changes in version 0.2.0.1-alpha - 2007-??-??
whether the current version is recommended, and whether any versions
are good, and how many authorities agree. (Patch from shibz.)
+ o Minor features (tor-resolve):
+ - Add an "-F" option to force a resolve for a .onion address. Thanks
+ to the AutomapHostsOnResolve option, this is no longer a completely
+ silly thing to do.
+
o Minor features (other):
- More unit tests.
- Warn when using a version of libevent before 1.3b to run a server on