diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-05-19 10:00:54 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-05-19 10:00:54 -0400 |
commit | 8410f47b6e7e6d87f1082c2328cc3fc209d0b2ae (patch) | |
tree | 40976b8887896f85de545dbc4db430c9a8adc272 /changes/bug22096 | |
parent | 3628efe29c170025cec1001001a141dc3f9c5860 (diff) | |
download | tor-8410f47b6e7e6d87f1082c2328cc3fc209d0b2ae.tar.gz tor-8410f47b6e7e6d87f1082c2328cc3fc209d0b2ae.zip |
start changelog for 0.3.1.1-alpha by sorting entries
Diffstat (limited to 'changes/bug22096')
-rw-r--r-- | changes/bug22096 | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/changes/bug22096 b/changes/bug22096 deleted file mode 100644 index 83dac9c3f5..0000000000 --- a/changes/bug22096 +++ /dev/null @@ -1,6 +0,0 @@ - o Minor features (linux seccomp2 sandbox): - - Increase the maximum allowed size passed to mprotect(PROT_WRITE) - from 1MB to 16MB. This was necessary with the glibc allocator in - order to allow worker threads to allocate more memory -- which in - turn is necessary because of our new use of worker threads for - compression. Closes ticket 22096. |