From: Nick Mathewson Date: Mon, 24 Feb 2020 17:29:47 +0000 (-0500) Subject: changes file for 33436 X-Git-Tag: tor-0.4.5.0-alpha-dev~161^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c705c8cf1bf12149543a83fa3bf40023e1385bb9;p=thirdparty%2Ftor.git changes file for 33436 --- diff --git a/changes/ticket33436 b/changes/ticket33436 new file mode 100644 index 0000000000..69b5545c6d --- /dev/null +++ b/changes/ticket33436 @@ -0,0 +1,4 @@ + o Minor features (directory authority, shared random): + - Refactor more authority-only parts of the shared-random scheduling code + to reside in the dirauth module, and to be disabled when compiling with + --disable-module-dirauth. Closes ticket 33436.