bug23826-23828 759 B

1234567891011121314
  1. o Major features (IPv6, directory documents):
  2. - Add consensus method 27, which adds IPv6 ORPorts to the microdesc
  3. consensus. This makes it easier for IPv6 clients to bootstrap and
  4. choose reachable entry guards.
  5. Implements 23826.
  6. - Add consensus method 28, which removes IPv6 ORPorts from
  7. microdescriptors. Now that there are IPv6 ORPorts in the microdesc
  8. consensus, they are redundant in microdescs. This change is compatible
  9. with tor clients on 0.2.8.x and later. (0.2.8.x introduced client IPv6
  10. bootstrap and guard support.)
  11. Implements 23828.
  12. - Expand the documentation for AuthDirHasIPv6Connectivity when it is set
  13. by different numbers of authorities.
  14. Fixes 23870 on 0.2.4.1-alpha.