summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorKarsten Loesing <karsten.loesing@gmx.net>2009-06-12 11:39:35 +0200
committerKarsten Loesing <karsten.loesing@gmx.net>2009-06-12 11:39:35 +0200
commit6a32beb8771d94dd35460ce391eeb4455f2ada3f (patch)
treefc087bae376a81a42a89d88ec1346c3316d4e266 /ChangeLog
parent77f5ad6b07dcdd3271d56f5e9edde3dc56ffe411 (diff)
downloadtor-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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3afc590258..d2a2261844 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.