tor/changes/ticket25610
David Goulet 895d20ab4b Add changes file for #25610
Signed-off-by: David Goulet <dgoulet@torproject.org>
2018-05-01 11:45:34 -04:00

6 lines
319 B
Plaintext

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;