diff options
author | Roger Dingledine <arma@torproject.org> | 2008-09-16 10:17:04 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2008-09-16 10:17:04 +0000 |
commit | 38f2272d5d9f16f68ac4fd426f9f066e5b85c3dd (patch) | |
tree | 4dbc9d13b9aea71e45824d14d6735af0a6bc746d /ChangeLog | |
parent | 3db8c152878c665823711fb1b8bcb61927014e3e (diff) | |
download | tor-38f2272d5d9f16f68ac4fd426f9f066e5b85c3dd.tar.gz tor-38f2272d5d9f16f68ac4fd426f9f066e5b85c3dd.zip |
patch from karsten for bug 814. whew.
svn:r16915
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -24,6 +24,12 @@ Changes in version 0.2.1.6-alpha - 2008-09-xx for bug 811. - Catch and report a few more bootstrapping failure cases when Tor fails to establish a TCP connection. Cleanup on 0.2.1.x. + - When fetching v0 and v2 rendezvous service descriptors in parallel, + do not fail the whole hidden service request only because the v0 + descriptor fetch request fails; the v2 request might still succeed. + The other way round, when the last v2 request fails and no v0 request + is going on, do fail the hidden service request. Fixes bug 814. + Bugfix on 0.2.0.10-alpha. o Minor features: - Allow ports 465 and 587 in the default exit policy again. We had |