diff options
author | Roger Dingledine <arma@torproject.org> | 2008-01-26 04:35:16 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2008-01-26 04:35:16 +0000 |
commit | 65ecbdad7658ca958fadb2848f4c6d2fa4605253 (patch) | |
tree | fca3686056bd4417c6fb63e3695e29543235b029 | |
parent | eb1f622df8099efbe69a5eb20921e9f5b6c199fc (diff) | |
download | tor-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-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |