diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-08-29 13:09:39 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-08-29 13:09:39 -0400 |
commit | a58a41c15a53edda1e560221bd17e46c8df6a661 (patch) | |
tree | 4211235fa76a6150af644d6306cb9ac4423770d9 | |
parent | da159c45e2447c729601a1393e93de908ba27c16 (diff) | |
download | tor-a58a41c15a53edda1e560221bd17e46c8df6a661.tar.gz tor-a58a41c15a53edda1e560221bd17e46c8df6a661.zip |
Changes file for bug22752 (simple version)
-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. |