diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-05-22 19:49:59 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-05-22 19:49:59 -0400 |
commit | 1356ef1176099bf56d047fbdc817a99fc1ed76ea (patch) | |
tree | 07cb7907f33df444683ddc5387c4fe00bece8d82 | |
parent | 387f294d40c9b5c0bb9d6f29b85b7da1a185bc8c (diff) | |
download | tor-1356ef1176099bf56d047fbdc817a99fc1ed76ea.tar.gz tor-1356ef1176099bf56d047fbdc817a99fc1ed76ea.zip |
changes file for 12064_part1
-rw-r--r-- | changes/bug12064_part1 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug12064_part1 b/changes/bug12064_part1 new file mode 100644 index 0000000000..b40b64aa3c --- /dev/null +++ b/changes/bug12064_part1 @@ -0,0 +1,4 @@ + o Minor bugfixes (seccomp sandbox): + - Avoid warnings when running with sandboxing and node statistics + enabled at the same time. + Fixes part of 12064; bugfix on 0.2.5.1-alpha. Patch from Michael Wolf. |