summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2008-09-09 09:21:21 +0000
committerRoger Dingledine <arma@torproject.org>2008-09-09 09:21:21 +0000
commitfa64d8041f88857de1e3b140c3df39022fba32ae (patch)
tree48e599d78b295a81df1c815feeb6a18d52ef1385 /ChangeLog
parentef7af1d61e242913bcbeff1490d5300d1a9977c5 (diff)
downloadtor-fa64d8041f88857de1e3b140c3df39022fba32ae.tar.gz
tor-fa64d8041f88857de1e3b140c3df39022fba32ae.zip
minor cleanups on karsten's patch
svn:r16810
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 7 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 9296c2cd0a..f7c943f72b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,12 +5,13 @@ Changes in version 0.2.1.6-alpha - 2008-09-xx
relay. Fixes bug 809. Bugfix on 0.2.1.5-alpha.
- When extending a circuit to a hidden service directory to upload a
rendezvous descriptor using a BEGIN_DIR cell, almost 1/6 of all
- requests failed, because the router descriptor has not been downloaded
- before. In these cases, do not attempt to upload the rendezvous
- descriptor, but wait until the router descriptor is downloaded and
- retry. Likewise, do not attempt to fetch a rendezvous from a hidden
- service directory for which the router descriptor has not been
- downloaded, yet. Fixes bug 767. Bugfix on 0.2.0.10-alpha.
+ requests failed, because the router descriptor has not been
+ downloaded yet. In these cases, do not attempt to upload the
+ rendezvous descriptor, but wait until the router descriptor is
+ downloaded and retry. Likewise, do not attempt to fetch a rendezvous
+ descriptor from a hidden service directory for which the router
+ descriptor has not yet been downloaded. Fixes bug 767. Bugfix
+ on 0.2.0.10-alpha.
o Minor bugfixes:
- Fix compile on OpenBSD 4.4-current. Bugfix on 0.2.1.5-alpha.