diff options
author | Karsten Loesing <karsten.loesing@gmx.net> | 2009-06-12 11:39:35 +0200 |
---|---|---|
committer | Karsten Loesing <karsten.loesing@gmx.net> | 2009-06-12 11:39:35 +0200 |
commit | 6a32beb8771d94dd35460ce391eeb4455f2ada3f (patch) | |
tree | fc087bae376a81a42a89d88ec1346c3316d4e266 /ChangeLog | |
parent | 77f5ad6b07dcdd3271d56f5e9edde3dc56ffe411 (diff) | |
download | tor-6a32beb8771d94dd35460ce391eeb4455f2ada3f.tar.gz tor-6a32beb8771d94dd35460ce391eeb4455f2ada3f.zip |
Apply fix for bug 997.
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -13,6 +13,13 @@ Changes in version 0.2.2.1-alpha - 2009-??-?? - Directories that are configured with the --enable-geoip-stats flag now write their GeoIP stats to disk exactly every 24 hours. + o Minor bugfixes + - 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. + o Deprecated and removed features: - The controller no longer accepts the old obsolete "addr-mappings/" GETINFO value. |