diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-12-12 19:46:53 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-12-12 19:46:53 -0500 |
commit | 426110dfa2e27f134e7bf44341e5df6f454e49a3 (patch) | |
tree | ae4b3188befb4d173c2bd0093d6d1c0d4b6fa136 /changes | |
parent | 9abef516f609a619b25e8f53a413a2e3df05bde8 (diff) | |
parent | 15b41fa6ae6a1356d5453242ccb7d7d301dd5e67 (diff) | |
download | tor-426110dfa2e27f134e7bf44341e5df6f454e49a3.tar.gz tor-426110dfa2e27f134e7bf44341e5df6f454e49a3.zip |
Merge branch 'maint-0.3.2'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug24424 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug24424 b/changes/bug24424 new file mode 100644 index 0000000000..63c2d39ba1 --- /dev/null +++ b/changes/bug24424 @@ -0,0 +1,3 @@ + o Minor features (portability): + - Tor now compiles correctly on arm64 with libseccomp-dev installed. + (It doesn't yet work with the sandbox enabled.) Closes ticket 24424. |