prop264 973 B

123456789101112131415161718
  1. o Major features (subprotocol versions):
  2. - Tor now uses "subprotocol versions" to indicate
  3. compatibility. Previously, versions of Tor looked at the declared Tor
  4. version of a relay to tell whether they could use a given feature.
  5. Now, they should be able to rely on its declared subprotocol versions.
  6. This change allows compatible implementations of the Tor protocol(s) to
  7. exist without declaring compatibility with pretending to be particular
  8. releases of Tor itself. Closes ticket 19958; implements part of
  9. proposal 264.
  10. - Tor directory authorities now vote on a set of recommended subprotocol
  11. versions, and on a set of required subprotocol versions. Clients and
  12. relays that lack support for a _required_ suprotocol version will not
  13. start; those that lack support for a _recommended_ subprotocol version
  14. will warn the user to upgrade. Closes ticket 19958; implements part of
  15. proposal 264.