diff options
author | Karsten Loesing <karsten.loesing@gmx.net> | 2009-06-16 22:07:16 +0200 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2009-06-16 16:25:35 -0400 |
commit | 3847f54945933a11d14053b80427f268ffcfd8ad (patch) | |
tree | abd62794188c9971a354fb2535ece3c778982780 /ChangeLog | |
parent | 7f8a6c5e92531658e54b243ab00d1f279693a28d (diff) | |
download | tor-3847f54945933a11d14053b80427f268ffcfd8ad.tar tor-3847f54945933a11d14053b80427f268ffcfd8ad.tar.gz |
Backport fix for bug 997.
Backporting 6a32beb and ca8708a.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -27,6 +27,14 @@ Changes in version 0.2.1.16-?? - 2009-??-?? - Avoid crashing when we have a policy specified in a DirPolicy or SocksPolicy or ReachableAddresses option with ports set on it, and we re-load the policy. May fix bug 996. + - Hidden service clients didn't use a cached service descriptor that + was older than 15 minutes, but wouldn't fetch a new one either. Now, + use a cached descriptor no matter how old it is and only fetch a new + one when all introduction points fail. Fix for bug 997. Patch from + Marcus Griep. + - Fix refetching of hidden service descriptors when all introduction + points have turned out to not work. Fixes more of bug 997. + o Minor bugfixes (on 0.2.1.x): - When switching back and forth between bridge mode, do not start |