summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-08-29 11:43:43 -0400
committerGeorge Kadianakis <desnacked@riseup.net>2019-10-03 19:12:46 +0300
commit4d4e2abd2f961e735b9b8d93e9e09695515b8ac8 (patch)
tree024b2e125f09ced946f218dd591594acfa25b737 /changes
parent960d9894159ebd830e41db7ed9ae4e166235e331 (diff)
downloadtor-4d4e2abd2f961e735b9b8d93e9e09695515b8ac8.tar.gz
tor-4d4e2abd2f961e735b9b8d93e9e09695515b8ac8.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/ticket315494
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.