diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-02-24 12:29:47 -0500 |
---|---|---|
committer | George Kadianakis <desnacked@riseup.net> | 2020-03-03 14:35:01 +0200 |
commit | c705c8cf1bf12149543a83fa3bf40023e1385bb9 (patch) | |
tree | 84526abce631bd372685242ac6fec77f9ece9d7d | |
parent | 1b66b39699e31adb3f10717e5bd252f294f7636f (diff) | |
download | tor-c705c8cf1bf12149543a83fa3bf40023e1385bb9.tar.gz tor-c705c8cf1bf12149543a83fa3bf40023e1385bb9.zip |
changes file for 33436
-rw-r--r-- | changes/ticket33436 | 4 |
1 files changed, 4 insertions, 0 deletions
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. |