summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2008-01-26 04:35:16 +0000
committerRoger Dingledine <arma@torproject.org>2008-01-26 04:35:16 +0000
commit65ecbdad7658ca958fadb2848f4c6d2fa4605253 (patch)
treefca3686056bd4417c6fb63e3695e29543235b029
parenteb1f622df8099efbe69a5eb20921e9f5b6c199fc (diff)
downloadtor-65ecbdad7658ca958fadb2848f4c6d2fa4605253.tar.gz
tor-65ecbdad7658ca958fadb2848f4c6d2fa4605253.zip
a changelog entry for the various patches from karstentor-0.2.0.18-alpha
svn:r13293
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 887f2f7d59..7a4f1dc738 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -37,6 +37,10 @@ Changes in version 0.2.0.18-alpha - 2008-01-25
- Don't answer "/tor/networkstatus-bridges" directory requests if
the request isn't encrypted.
- Make "ClientOnly 1" config option disable directory ports too.
+ - Patches from Karsten Loesing to make v2 hidden services more
+ robust: work even when there aren't enough HSDir relays available;
+ retry when a v2 rend desc fetch fails; but don't retry if we
+ already have a usable v0 rend desc.
Changes in version 0.2.0.17-alpha - 2008-01-17