diff options
author | Roger Dingledine <arma@torproject.org> | 2007-06-04 03:13:13 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-06-04 03:13:13 +0000 |
commit | 80e675deb12103bbd50df97d9f4fb5467910644d (patch) | |
tree | ac2767a193b20de3562e633f6e241c53191f855d /ChangeLog | |
parent | 58eabb5f302f89d0b379c6f13da1f883c1ab7817 (diff) | |
download | tor-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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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: |