]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
changes: Update the changes file for 32410
authorteor <teor@torproject.org>
Thu, 14 Nov 2019 05:39:40 +0000 (15:39 +1000)
committerteor <teor@torproject.org>
Thu, 14 Nov 2019 05:39:40 +0000 (15:39 +1000)
When the relay module is disabled, we change the ClientOnly
default to 1. But we forgot to mention that in the changes file.

changes/ticket32410

index 56368fe558b3059614bc020114d43fe8eb2e9c9f..3b516d7a8c6098fae5a1306ccaf0292b6708a43a 100644 (file)
@@ -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.