diff options
author | David Goulet <dgoulet@torproject.org> | 2023-01-12 09:06:32 -0500 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2023-01-12 09:07:52 -0500 |
commit | f2e9ce72d62c4057b32a524ad032b86dffa9a995 (patch) | |
tree | 039e3a01f393322e1530035fd094bb51816b1e3c /changes/ticket40664 | |
parent | c6ef04e0d07418f447209d86d642394a190b6702 (diff) | |
download | tor-f2e9ce72d62c4057b32a524ad032b86dffa9a995.tar.gz tor-f2e9ce72d62c4057b32a524ad032b86dffa9a995.zip |
dirauth: Reject 0.4.6.x series at the authority level
Closes #40664
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'changes/ticket40664')
-rw-r--r-- | changes/ticket40664 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/ticket40664 b/changes/ticket40664 new file mode 100644 index 0000000000..729b6ff02a --- /dev/null +++ b/changes/ticket40664 @@ -0,0 +1,3 @@ + o Minor feature (authority): + - Reject 0.4.6.x series at the authority level. Closes ticket 40664. + |