diff options
author | Daniel Bryg <daniel@accessnow.org> | 2012-02-23 13:57:27 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-02-23 13:59:37 -0500 |
commit | f7e87f41f719f4251582acf16f13921f350095a0 (patch) | |
tree | f0af3a0ff0816b8035d1dea061519339929053f9 /changes | |
parent | 81fe3e438b39cd14986247581d03cb0d0d650f1d (diff) | |
download | tor-f7e87f41f719f4251582acf16f13921f350095a0.tar tor-f7e87f41f719f4251582acf16f13921f350095a0.tar.gz |
When not fetching v2 dir info, don't require it for cleaning descriptors
Bugfix on 0.2.2.26-beta, which introduced the idea of caches not
cacheing v2 info. Fixes bug 4838.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug4838 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug4838 b/changes/bug4838 new file mode 100644 index 000000000..8c92bdb33 --- /dev/null +++ b/changes/bug4838 @@ -0,0 +1,5 @@ + o Minor bufixes: + - Directory caches no longer refuse to clean out descriptors when + because of missing v2 networkstatus documents, unless they're + actually trying to retrieve v2 networkstatus documents. Bugfix + on 0.2.2.26-beta; fixes bug 4838. Patch by Daniel Bryg. |