summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2020-10-22 03:07:09 -0400
committerRoger Dingledine <arma@torproject.org>2020-10-22 03:26:03 -0400
commit00118355f5e6f94352de62f5bb10005cda6f238e (patch)
tree66d8be81f5b17f0321a94c93d7e6b325ac035239 /changes
parentef70f5f42a875c8d1d1280c6ef6f86d01983b6ef (diff)
downloadtor-00118355f5e6f94352de62f5bb10005cda6f238e.tar.gz
tor-00118355f5e6f94352de62f5bb10005cda6f238e.zip
Turn ConsensusParams into a Linelist
Make it possible to specify multiple ConsensusParams torrc lines. Now directory authority operators can for example put the main ConsensusParams config in one torrc file and then add to it from a different torrc file. Closes ticket 40164.
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket401646
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/ticket40164 b/changes/ticket40164
new file mode 100644
index 0000000000..206ebefc48
--- /dev/null
+++ b/changes/ticket40164
@@ -0,0 +1,6 @@
+ o Minor features:
+ - Make it possible to specify multiple ConsensusParams torrc lines.
+ Now directory authority operators can for example put the main
+ ConsensusParams config in one torrc file and then add to it from
+ a different torrc file. Closes ticket 40164.
+