tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 895d20ab4b5e38f8730a4800136274443f713900
parent 2b6c13267fd17a8705737287209a3c3e886c262b
Author: David Goulet <dgoulet@torproject.org>
Date:   Tue,  1 May 2018 11:38:56 -0400

Add changes file for #25610

Signed-off-by: David Goulet <dgoulet@torproject.org>

Diffstat:
Achanges/ticket25610 | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/changes/ticket25610 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;