diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-09-04 15:48:01 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-09-04 15:48:01 -0400 |
commit | 4d97efd4d1cdc39e42fd0aeaeeee9accfeb15785 (patch) | |
tree | 62788b4d77c777a29232f5e92a3053554fb2472a /changes | |
parent | a7aeb6f58f24e30c329874204a5f0db4b65bb2f0 (diff) | |
parent | 948be49ce06f744ca456d20f48bfb6d2f5cfb7d2 (diff) | |
download | tor-4d97efd4d1cdc39e42fd0aeaeeee9accfeb15785.tar.gz tor-4d97efd4d1cdc39e42fd0aeaeeee9accfeb15785.zip |
Merge branch 'bug22752_031_simple' into maint-0.3.1
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug22752_simple | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug22752_simple b/changes/bug22752_simple new file mode 100644 index 0000000000..7e60357052 --- /dev/null +++ b/changes/bug22752_simple @@ -0,0 +1,6 @@ + o Major bugfixes (windows, directory cache): + - On windows, do not try to delete cached consensus documents and + diffs, until they unmapped from memory. Allow the diff storage + directory to grow larger in order to handle files that might + need to stay around longer. Fixes bug 22752; bugfix on + 0.3.1.1-alpha. |