diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-01-24 17:08:13 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-01-24 17:08:13 -0500 |
commit | 2d5bab6afb94cc0e132fdcf61b10ef5ec6a14085 (patch) | |
tree | 11e79e80a2c3706f44f2a32683763e91e5f1d23f /changes/bug23826-23828 | |
parent | fdc1cc9b4480d638970c5ee2f6f69c85e7767e6b (diff) | |
download | tor-2d5bab6afb94cc0e132fdcf61b10ef5ec6a14085.tar.gz tor-2d5bab6afb94cc0e132fdcf61b10ef5ec6a14085.zip |
Start on a changelog for 0.3.1.1-alpha
Diffstat (limited to 'changes/bug23826-23828')
-rw-r--r-- | changes/bug23826-23828 | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/changes/bug23826-23828 b/changes/bug23826-23828 deleted file mode 100644 index 2b991e5c1b..0000000000 --- a/changes/bug23826-23828 +++ /dev/null @@ -1,14 +0,0 @@ - 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. |