]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Add changes file for #25610
authorDavid Goulet <dgoulet@torproject.org>
Tue, 1 May 2018 15:38:56 +0000 (11:38 -0400)
committerDavid Goulet <dgoulet@torproject.org>
Tue, 1 May 2018 15:45:34 +0000 (11:45 -0400)
Signed-off-by: David Goulet <dgoulet@torproject.org>
changes/ticket25610 [new file with mode: 0644]

diff --git a/changes/ticket25610 b/changes/ticket25610
new file mode 100644 (file)
index 0000000..887770e
--- /dev/null
@@ -0,0 +1,5 @@
+  o Major feature (directory authority, modularization):
+    - The directory authority subsystem has been modularized. The code is now
+      located in src/or/dirauth/ which is compiled in by default. To disable the
+      module, the configure option --disable-module-dirauth has been added.
+      Closes ticket 25610;