diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-08-29 11:43:43 -0400 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-10-23 09:57:51 +1000 |
commit | f3c0a0b9fe2791571dd483ac28a73fc4776169a8 (patch) | |
tree | 58ee6d611395abe4311d63c943e7771148331215 /changes | |
parent | 21c3488af714ade6f07251194165d92f77f06c31 (diff) | |
download | tor-f3c0a0b9fe2791571dd483ac28a73fc4776169a8.tar.gz tor-f3c0a0b9fe2791571dd483ac28a73fc4776169a8.zip |
Authorities reject relays running unsupported Tor release series.
Our minimum version is now 0.2.9.5-alpha. Series 0.3.0, 0.3.1,
0.3.2, 0.3.3, and 0.3.4 are now rejected.
Also, extract this version-checking code into a new function, so we
can test it.
Closes ticket 31549.
Also reject 0.3.5.0 through 0.3.5.6-rc as unstable.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket31549 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket31549 b/changes/ticket31549 new file mode 100644 index 0000000000..2c27aca4fb --- /dev/null +++ b/changes/ticket31549 @@ -0,0 +1,4 @@ + o Minor features (authority): + - Directory authorities now reject relays running all currently + deprecated release series. The currently supported release series + are: 0.2.9, 0.3.5, 0.4.0, 0.4.1, and 0.4.2. Closes ticket 31549. |