diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-06-02 15:07:08 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-06-02 15:07:08 -0400 |
commit | 587cc311407e10c04962a9dd69513cc5a71aedd5 (patch) | |
tree | f1c97a05e73ef0a54e220b12d36cdd0edf7d14b3 /changes/bug3309 | |
parent | 6a320b99058ff19a2b71425e7cd6f267798411be (diff) | |
parent | 80038b545359e5156fde6d6be4015bdf7f80e779 (diff) | |
download | tor-587cc311407e10c04962a9dd69513cc5a71aedd5.tar tor-587cc311407e10c04962a9dd69513cc5a71aedd5.tar.gz |
Merge remote-tracking branch 'origin/maint-0.2.2'
Conflicts:
src/or/rendclient.c
Diffstat (limited to 'changes/bug3309')
-rw-r--r-- | changes/bug3309 | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/changes/bug3309 b/changes/bug3309 new file mode 100644 index 000000000..104056d8e --- /dev/null +++ b/changes/bug3309 @@ -0,0 +1,13 @@ + o Minor bugfixes: + - Clear the table recording the time of the last request for each + hidden service descriptor from each HS directory on SIGNAL + NEWNYM. Previously, we would clear our HS descriptor cache on + SIGNAL NEWNYM, but if we had previously retrieved a descriptor + (or tried to) from every directory responsible for it, we would + refuse to fetch it again for up to 15 minutes. Bugfix on + 0.2.2.25-alpha; fixes bug 3309. + + o Minor features: + - Log (at info level) when purging pieces of hidden-service-client + state on SIGNAL NEWNYM. + |