From 895d20ab4b5e38f8730a4800136274443f713900 Mon Sep 17 00:00:00 2001 From: David Goulet Date: Tue, 1 May 2018 11:38:56 -0400 Subject: [PATCH] Add changes file for #25610 Signed-off-by: David Goulet --- changes/ticket25610 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changes/ticket25610 diff --git a/changes/ticket25610 b/changes/ticket25610 new file mode 100644 index 0000000000..887770e6ac --- /dev/null +++ b/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;