]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
punctuate changes file better
authorNick Mathewson <nickm@torproject.org>
Mon, 21 Mar 2016 16:37:10 +0000 (12:37 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 21 Mar 2016 16:37:10 +0000 (12:37 -0400)
changes/bug18548

index 262d1d36155e224121271be5e7d23306133fa465..542d3318fe64389c487d6dd96bf984ba12355f2c 100644 (file)
@@ -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.