From: teor Date: Thu, 14 Nov 2019 05:39:40 +0000 (+1000) Subject: changes: Update the changes file for 32410 X-Git-Tag: tor-0.4.3.1-alpha~150 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b2b61b0268f5ddac347b5487ea677a7202b95c50;p=thirdparty%2Ftor.git 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. --- 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.