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.
This commit is contained in:
Nick Mathewson
2019-08-29 11:43:43 -04:00
committed by George Kadianakis
parent 960d989415
commit 4d4e2abd2f
3 changed files with 49 additions and 16 deletions
+4
View File
@@ -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.