aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2019-11-14 15:39:40 +1000
committerteor <teor@torproject.org>2019-11-14 15:39:40 +1000
commitb2b61b0268f5ddac347b5487ea677a7202b95c50 (patch)
tree1947e9ef98d06eef8e50d5a22b573ff25cac79f9 /changes
parent79bac442933cea2d3e7051feace72b31c5cc5be7 (diff)
downloadtor-b2b61b0268f5ddac347b5487ea677a7202b95c50.tar.gz
tor-b2b61b0268f5ddac347b5487ea677a7202b95c50.zip
changes: Update the changes file for 32410
When the relay module is disabled, we change the ClientOnly default to 1. But we forgot to mention that in the changes file.
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket324104
1 files changed, 2 insertions, 2 deletions
diff --git a/changes/ticket32410 b/changes/ticket32410
index 56368fe558..3b516d7a8c 100644
--- a/changes/ticket32410
+++ b/changes/ticket32410
@@ -1,3 +1,3 @@
o Minor features (relay):
- - When the relay module is disabled, make "DirCache 0" the default.
- Closes ticket 32410.
+ - When the relay module is disabled, change the default config so that
+ DirCache is 0, and ClientOnly is 1. Closes ticket 32410.