diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-04-30 17:21:15 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-04-30 17:21:15 -0400 |
commit | f43fee8f8f194af475932f5312b2e538770d3c94 (patch) | |
tree | 7a01d1efd5e9cadb4050ef6400dd512f872892b4 /changes | |
parent | 14efaa028382a75f97371cc15c3d0e49b7d7728d (diff) | |
parent | 904dd436b58a63d430d09038a2d0edcc1133798f (diff) | |
download | tor-f43fee8f8f194af475932f5312b2e538770d3c94.tar.gz tor-f43fee8f8f194af475932f5312b2e538770d3c94.zip |
Merge remote-tracking branch 'public/bug11628'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug11628 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug11628 b/changes/bug11628 new file mode 100644 index 0000000000..b93e1f4fc7 --- /dev/null +++ b/changes/bug11628 @@ -0,0 +1,4 @@ + o Minor features: + - The configure script has a --disable-seccomp option to turn off + support for libseccomp on systems that have it, in case it (or + Tor's use of it) is broken. Resolves ticket 11628. |