diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-05-27 20:52:42 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-05-27 20:52:42 +0000 |
commit | d67f8df66bd084b57db889b867d85b883447baea (patch) | |
tree | 434e43001fbedb279cf8d717ebe0fbf2f8755cc4 /ChangeLog | |
parent | a8682315847df60fab6dc477d097358195c5d674 (diff) | |
download | tor-d67f8df66bd084b57db889b867d85b883447baea.tar.gz tor-d67f8df66bd084b57db889b867d85b883447baea.zip |
Backport: fix part of bug 681: always reattach tunneled directory connections, regardless of setting for leavestreamsunattached.
svn:r14752
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,4 +1,9 @@ Changes in version 0.2.0.27-rc - 2008-05-?? + o Minor bugfixes (controller): + - When tunneling an encrypted directory connection, and its first circuit + fails do not leave it unattached and ask the controller to deal. Fixes + the second part of bug 681. + o New files: - A new contrib/tor-exit-notice.html file that exit relay operators can put on their website to help reduce abuse queries. |