[tor-commits] [tor/master] changes: file for 32123
nickm at torproject.org
nickm at torproject.org
Mon Oct 21 16:43:35 UTC 2019
commit b1f71eeed66e2c3f352a6f7f61884c088281fab6
Author: teor <teor at torproject.org>
Date: Fri Oct 18 18:14:18 2019 +1000
changes: file for 32123
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 | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/changes/ticket32123 b/changes/ticket32123
new file mode 100644
index 000000000..8200f5fca
--- /dev/null
+++ b/changes/ticket32123
@@ -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.
More information about the tor-commits
mailing list