summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2018-12-12 12:43:48 +1000
committerteor <teor@torproject.org>2019-04-24 17:28:44 +1000
commitb19dd1bb11a59ab38dc1b45f2108a4a6f5ce2813 (patch)
tree86d65839100e8598ae8138173f9d30fa048e7f79 /changes
parentb65f8c419a4eb2608beecbf31af0b5bdc6cc38ec (diff)
downloadtor-b19dd1bb11a59ab38dc1b45f2108a4a6f5ce2813.tar.gz
tor-b19dd1bb11a59ab38dc1b45f2108a4a6f5ce2813.zip
Update 23588 changes file to say what the patch actually does
Stop ignoring IPv6 link specifiers sent to v3 onion services. v3 onion service IPv6 support is still incomplete, see 23493 for details. Fixes bug 23588; bugfix on 0.3.2.1-alpha. Patch by Neel Chauhan.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug2358812
1 files changed, 5 insertions, 7 deletions
diff --git a/changes/bug23588 b/changes/bug23588
index 754d083614..86064ab313 100644
--- a/changes/bug23588
+++ b/changes/bug23588
@@ -1,7 +1,5 @@
- o Minor bugfixes (address selection):
- - Introduce fascist_firewall_choose_address_ls() which chooses an
- IPv6 or IPv4 address based on a smartlist of link specifiers of
- what is available and what we prefer. We use this function in
- hs_get_extend_info_from_lspecs(). Fixes bug 23588; bugfix on
- 0.3.5.1-alpha. Patch by Neel Chauhan.
-
+ o Minor bugfixes (v3 onion services):
+ - Stop ignoring IPv6 link specifiers sent to v3 onion services.
+ v3 onion service IPv6 support is still incomplete, see 23493 for
+ details. Fixes bug 23588; bugfix on 0.3.2.1-alpha.
+ Patch by Neel Chauhan.