diff --git a/changes/ticket25610 b/changes/ticket25610 new file mode 100644 index 000000000..887770e6a --- /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;