]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
changes: file for 32123
authorteor <teor@torproject.org>
Fri, 18 Oct 2019 08:14:18 +0000 (18:14 +1000)
committerteor <teor@torproject.org>
Sun, 20 Oct 2019 10:26:09 +0000 (20:26 +1000)
Create an optional relay module, which can be disabled using the
--disable-module-relay configure option. When it is set, also disable
the dirauth module.

Add a minimal implemention, which disables the relay and dircache modes
in tor.

Closes ticket 32123.

changes/ticket32123 [new file with mode: 0644]

diff --git a/changes/ticket32123 b/changes/ticket32123
new file mode 100644 (file)
index 0000000..8200f5f
--- /dev/null
@@ -0,0 +1,5 @@
+  o Major features (build system):
+    - Create an optional relay module, which can be disabled using the
+      --disable-module-relay configure option. When it is set, also disable
+      the dirauth module. Add a minimal implemention, which disables the
+      relay and dircache modes in tor. Closes ticket 32123.