aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2023-03-07 08:39:48 -0500
committerDavid Goulet <dgoulet@torproject.org>2023-03-07 08:39:48 -0500
commit73eab76e6db4f82dbb3924e3c715996ece47fc80 (patch)
tree0687948f92645c632328909379d8243987797abd /changes
parent119b84c365da867a6dcb85877f1d13dcf06c59a4 (diff)
parent36612b9bf8f432ccfc5fc637dd86463b84ab4882 (diff)
downloadtor-73eab76e6db4f82dbb3924e3c715996ece47fc80.tar.gz
tor-73eab76e6db4f82dbb3924e3c715996ece47fc80.zip
Merge branch 'maint-0.4.7'
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket407535
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/ticket40753 b/changes/ticket40753
new file mode 100644
index 0000000000..c5dc76b006
--- /dev/null
+++ b/changes/ticket40753
@@ -0,0 +1,5 @@
+ o Minor features (directory authorities):
+ - Directory authorities now include their AuthDirMaxServersPerAddr
+ config option in the consensus parameter section of their vote. Now
+ external tools can better predict how they will behave. Implements
+ ticket 40753.