diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-12-04 11:43:11 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-12-04 11:43:11 -0500 |
commit | f50d64b62eeb7c07f2e0dd7f23499880d208a434 (patch) | |
tree | 570acef7b146b40d140a5d7420c274b1286d7a49 /changes | |
parent | cf3da63b9023875e93c05d30fb6d76e047bebe70 (diff) | |
parent | a2c09f67512e79ed2c714e698c0234b7c8fad8a9 (diff) | |
download | tor-f50d64b62eeb7c07f2e0dd7f23499880d208a434.tar.gz tor-f50d64b62eeb7c07f2e0dd7f23499880d208a434.zip |
Merge branch 'bug23826-23828_squashed'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug23826-23828 | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/changes/bug23826-23828 b/changes/bug23826-23828 new file mode 100644 index 0000000000..2b991e5c1b --- /dev/null +++ b/changes/bug23826-23828 @@ -0,0 +1,14 @@ + o Major features (IPv6, directory documents): + - Add consensus method 27, which adds IPv6 ORPorts to the microdesc + consensus. This makes it easier for IPv6 clients to bootstrap and + choose reachable entry guards. + Implements 23826. + - Add consensus method 28, which removes IPv6 ORPorts from + microdescriptors. Now that there are IPv6 ORPorts in the microdesc + consensus, they are redundant in microdescs. This change is compatible + with tor clients on 0.2.8.x and later. (0.2.8.x introduced client IPv6 + bootstrap and guard support.) + Implements 23828. + - Expand the documentation for AuthDirHasIPv6Connectivity when it is set + by different numbers of authorities. + Fixes 23870 on 0.2.4.1-alpha. |