From: Nick Mathewson Date: Thu, 9 Jan 2020 02:55:41 +0000 (-0500) Subject: Add a changes file for disabling the dircache code. X-Git-Tag: tor-0.4.3.1-alpha~18^2^2~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a1bc471dd477864105cc13e8ab69ebd05619ea9b;p=thirdparty%2Ftor.git Add a changes file for disabling the dircache code. --- diff --git a/changes/feature32487 b/changes/feature32487 new file mode 100644 index 0000000000..520ad8db41 --- /dev/null +++ b/changes/feature32487 @@ -0,0 +1,3 @@ + o Minor features (disabling relay support): + - When Tor is compiled --disable-module-relay, we also omit the + code used to act as a directory cache. Closes ticket 32487.