summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-09-29 14:18:47 +0000
committerNick Mathewson <nickm@torproject.org>2008-09-29 14:18:47 +0000
commitee0078ead4d41dc87c080ab5d9ec955770aca3de (patch)
treebf3756384c5ca12a2ca2b999e0e1d461df7dc4fc /ChangeLog
parent9678f166a8e5c48f9cd0e0b6a27dd41ce081e419 (diff)
downloadtor-ee0078ead4d41dc87c080ab5d9ec955770aca3de.tar.gz
tor-ee0078ead4d41dc87c080ab5d9ec955770aca3de.zip
Make tor-resolve take a -p port option in addition to the current host:port syntax.
svn:r17002
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 94a59ae554..8673a7b3c7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -60,6 +60,8 @@ Changes in version 0.2.1.6-alpha - 2008-09-29
single-hop circuits, and clients to use those servers to build
single-hop circuits when using a specialized controller. Patch
from Josh Albrecht. Resolves feature request 768.
+ - Add a -p option to tor-resolve for specifying the SOCKS port: some
+ people find host:port too confusing.
o Minor bugfixes:
- Fix compile on OpenBSD 4.4-current. Bugfix on 0.2.1.5-alpha.