From: David Goulet Date: Tue, 1 May 2018 15:38:56 +0000 (-0400) Subject: Add changes file for #25610 X-Git-Tag: tor-0.3.4.1-alpha~83 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=895d20ab4b5e38f8730a4800136274443f713900;p=thirdparty%2Ftor.git Add changes file for #25610 Signed-off-by: David Goulet --- 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;