summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-05-12 12:52:41 -0400
committerNick Mathewson <nickm@torproject.org>2020-05-12 12:52:41 -0400
commit86b5bcd80ad27083c9b8e5c5999927f235905ec6 (patch)
tree61f0240cee61ff92b3d67e053eb4ec4146c027d6 /changes
parentb7a165228f02e693b3e777b4c815214bb6e05691 (diff)
parentcc169eb1204e1cf7d9fd45518edf86a1b397f6dc (diff)
downloadtor-86b5bcd80ad27083c9b8e5c5999927f235905ec6.tar.gz
tor-86b5bcd80ad27083c9b8e5c5999927f235905ec6.zip
Merge remote-tracking branch 'tor-github/pr/1885/head'
Diffstat (limited to 'changes')
-rw-r--r--changes/doc341336
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/doc34133 b/changes/doc34133
new file mode 100644
index 0000000000..abe9db6148
--- /dev/null
+++ b/changes/doc34133
@@ -0,0 +1,6 @@
+ o Documentation:
+ - Correctly document that we search for a system torrc file before
+ Document the limitations of using %include on config files with
+ seccomp sandbox enabled. No new files can be added to the
+ %included directories. Fixes documentation bug 34133; bugfix
+ on 0.3.1.1-alpha. Patch by Daniel Pinto.