]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Add a changes file for disabling the dircache code.
authorNick Mathewson <nickm@torproject.org>
Thu, 9 Jan 2020 02:55:41 +0000 (21:55 -0500)
committerNick Mathewson <nickm@torproject.org>
Thu, 16 Jan 2020 12:48:17 +0000 (07:48 -0500)
changes/feature32487 [new file with mode: 0644]

diff --git a/changes/feature32487 b/changes/feature32487
new file mode 100644 (file)
index 0000000..520ad8d
--- /dev/null
@@ -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.