aboutsummaryrefslogtreecommitdiff
path: root/changes/bug19556
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-07-07 13:16:44 -0400
committerNick Mathewson <nickm@torproject.org>2016-07-07 13:16:44 -0400
commit9a0bc46225bf9ddea67da5c9e400899e24ddbdd0 (patch)
treef1bf034f61412877ae434601ffb43cdee71ca820 /changes/bug19556
parent663b659434267f1c8edb1a130f10d6f3a91da831 (diff)
downloadtor-9a0bc46225bf9ddea67da5c9e400899e24ddbdd0.tar.gz
tor-9a0bc46225bf9ddea67da5c9e400899e24ddbdd0.zip
Remove already-merged changes files.
These changes files already are merged in release-0.2.8, and therefor will not be "new in 0.2.9.1-alpha".
Diffstat (limited to 'changes/bug19556')
-rw-r--r--changes/bug195567
1 files changed, 0 insertions, 7 deletions
diff --git a/changes/bug19556 b/changes/bug19556
deleted file mode 100644
index 31856b3db9..0000000000
--- a/changes/bug19556
+++ /dev/null
@@ -1,7 +0,0 @@
- o Minor bugfixes (sandboxing):
- - When sandboxing is enabled, we could not write any stats to
- disk. check_or_create_data_subdir("stats"), which prepares the
- private stats directory, calls check_private_dir(), which also
- opens and not just stats() the directory. Therefore, we need to
- also allow open() for the stats dir in our sandboxing setup.
- Fixes bug 19556; bugfix on 0.2.5.1-alpha.