diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-09-04 15:48:12 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-09-04 15:48:12 -0400 |
commit | 42394053c97c32786f1c5505bc9f8aa2d0ca253f (patch) | |
tree | 3e4e75ea6753a643448c1972ec3afef5ec88b3fd /changes | |
parent | 33989cd002c761c37d2ed551f8aae0955dde4cd4 (diff) | |
parent | 4d97efd4d1cdc39e42fd0aeaeeee9accfeb15785 (diff) | |
download | tor-42394053c97c32786f1c5505bc9f8aa2d0ca253f.tar.gz tor-42394053c97c32786f1c5505bc9f8aa2d0ca253f.zip |
Merge branch '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. |