]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
changes file for 33436
authorNick Mathewson <nickm@torproject.org>
Mon, 24 Feb 2020 17:29:47 +0000 (12:29 -0500)
committerGeorge Kadianakis <desnacked@riseup.net>
Tue, 3 Mar 2020 12:35:01 +0000 (14:35 +0200)
changes/ticket33436 [new file with mode: 0644]

diff --git a/changes/ticket33436 b/changes/ticket33436
new file mode 100644 (file)
index 0000000..69b5545
--- /dev/null
@@ -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.