aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2008-09-16 10:17:04 +0000
committerRoger Dingledine <arma@torproject.org>2008-09-16 10:17:04 +0000
commit38f2272d5d9f16f68ac4fd426f9f066e5b85c3dd (patch)
tree4dbc9d13b9aea71e45824d14d6735af0a6bc746d /ChangeLog
parent3db8c152878c665823711fb1b8bcb61927014e3e (diff)
downloadtor-38f2272d5d9f16f68ac4fd426f9f066e5b85c3dd.tar.gz
tor-38f2272d5d9f16f68ac4fd426f9f066e5b85c3dd.zip
patch from karsten for bug 814. whew.
svn:r16915
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ed0e3e4256..acfc148828 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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