mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
Changes file for prop264 / ticket 19958.
This commit is contained in:
parent
4f57d5871e
commit
78c07eeee1
18
changes/prop264
Normal file
18
changes/prop264
Normal file
@ -0,0 +1,18 @@
|
||||
o Major features (subprotocol versions):
|
||||
|
||||
- Tor now uses "subprotocol versions" to indicate
|
||||
compatibility. Previously, versions of Tor looked at the declared Tor
|
||||
version of a relay to tell whether they could use a given feature.
|
||||
Now, they should be able to rely on its declared subprotocol versions.
|
||||
This change allows compatible implementations of the Tor protocol(s) to
|
||||
exist without declaring compatibility with pretending to be particular
|
||||
releases of Tor itself. Closes ticket 19958; implements part of
|
||||
proposal 264.
|
||||
|
||||
- Tor directory authorities now vote on a set of recommended subprotocol
|
||||
versions, and on a set of required subprotocol versions. Clients and
|
||||
relays that lack support for a _required_ suprotocol version will not
|
||||
start; those that lack support for a _recommended_ subprotocol version
|
||||
will warn the user to upgrade. Closes ticket 19958; implements part of
|
||||
proposal 264.
|
||||
|
Loading…
Reference in New Issue
Block a user