aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2007-06-04 03:13:13 +0000
committerRoger Dingledine <arma@torproject.org>2007-06-04 03:13:13 +0000
commit80e675deb12103bbd50df97d9f4fb5467910644d (patch)
treeac2767a193b20de3562e633f6e241c53191f855d /ChangeLog
parent58eabb5f302f89d0b379c6f13da1f883c1ab7817 (diff)
downloadtor-80e675deb12103bbd50df97d9f4fb5467910644d.tar
tor-80e675deb12103bbd50df97d9f4fb5467910644d.tar.gz
Stop tearing down the whole circuit when the user asks for a
connection to a port that the hidden service didn't configure. Resolves bug 444. svn:r10478
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4a9c58889..0c9bb2143 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,11 @@ Changes in version 0.2.0.3-alpha - 2007-??-??
- Fix a crash when DNSPort is set more than once. (Patch from Robert
Hogan.)
+ o Minor bugfixes (hidden services):
+ - Stop tearing down the whole circuit when the user asks for a
+ connection to a port that the hidden service didn't configure.
+ Resolves bug 444.
+
Changes in version 0.2.0.2-alpha - 2007-06-02
o Major bugfixes on 0.2.0.1-alpha: