Sfoglia il codice sorgente

Add changes file for #25610

Signed-off-by: David Goulet <dgoulet@torproject.org>
David Goulet 6 anni fa
parent
commit
895d20ab4b
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  1. 5 0
      changes/ticket25610

+ 5 - 0
changes/ticket25610

@@ -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;