commit a1bc471dd477864105cc13e8ab69ebd05619ea9b Author: Nick Mathewson nickm@torproject.org Date: Wed Jan 8 21:55:41 2020 -0500
Add a changes file for disabling the dircache code. --- changes/feature32487 | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/changes/feature32487 b/changes/feature32487 new file mode 100644 index 000000000..520ad8db4 --- /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.
tor-commits@lists.torproject.org