]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Changes file for improved dirauth modularity (ticket 30345)
authorNick Mathewson <nickm@torproject.org>
Tue, 30 Apr 2019 18:59:28 +0000 (14:59 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 2 May 2019 13:22:13 +0000 (09:22 -0400)
changes/ticket30345 [new file with mode: 0644]

diff --git a/changes/ticket30345 b/changes/ticket30345
new file mode 100644 (file)
index 0000000..639db8d
--- /dev/null
@@ -0,0 +1,3 @@
+  o Minor features (modularity):
+    - The --disable-module-dirauth compile-time option now disables
+      even more dirauth-only code. Closes ticket 30345.