diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-03-21 12:37:10 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-03-21 12:37:10 -0400 |
commit | c83bcc358437660471abdc11ed9e12585674e0d6 (patch) | |
tree | a293565f3b33b07c6e29a83eae923a058318b659 /changes | |
parent | 233180a9ab3dac64560f4a90548f62bcbfec6ed8 (diff) | |
download | tor-c83bcc358437660471abdc11ed9e12585674e0d6.tar.gz tor-c83bcc358437660471abdc11ed9e12585674e0d6.zip |
punctuate changes file better
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug18548 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/changes/bug18548 b/changes/bug18548 index 262d1d3615..542d3318fe 100644 --- a/changes/bug18548 +++ b/changes/bug18548 @@ -1,11 +1,11 @@ o Minor bugfixes (linux seccomp2 sandbox): - - Avoid a 10-second delay when starting as a client with Sandbox 1 + - Avoid a 10-second delay when starting as a client with "Sandbox 1" enabled and no DNS resolvers configured. This should help TAILS start up faster. Fixes bug 18548; bugfix on 0.2.5.1-alpha. o Minor features (linux seccomp2 sandbox): - - Detect and reject attempts to change our Address with Sandbox 1 + - Detect and reject attempts to change our Address with "Sandbox 1" enabled. Changing Address with Sandbox turned on would never actually work, but previously it would fail in strange and confusing ways. Found while fixing 18548. |