diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-12-11 16:48:44 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-12-11 16:48:44 -0500 |
commit | 828333e38cd45c6af4931c7158b5d007fc2876e7 (patch) | |
tree | 6472ad0af0a43b7b7d6c3ee29d823e3f7bc447a9 /changes | |
parent | d2031f2c602c40c3cc5f96a0fba27435203e83e2 (diff) | |
parent | ea13a47791c1a6b50fed27322a073c54868ac738 (diff) | |
download | tor-828333e38cd45c6af4931c7158b5d007fc2876e7.tar.gz tor-828333e38cd45c6af4931c7158b5d007fc2876e7.zip |
Merge remote-tracking branch 'public/bug24099_031' into maint-0.3.1
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug24099 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug24099 b/changes/bug24099 new file mode 100644 index 0000000000..dca3992664 --- /dev/null +++ b/changes/bug24099 @@ -0,0 +1,4 @@ + o Minor bugfixes (directory cache): + - Recover better from empty or corrupt files in the consensus cache + directory. Fixes bug 24099; bugfix on 0.3.1.1-alpha. + |