]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Update 23588 changes file to say what the patch actually does
authorteor <teor@torproject.org>
Wed, 12 Dec 2018 02:43:48 +0000 (12:43 +1000)
committerteor <teor@torproject.org>
Wed, 24 Apr 2019 07:28:44 +0000 (17:28 +1000)
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.

changes/bug23588

index 754d083614956993a70c94ca0e95ca7925441011..86064ab313c417c51fdd8da136fded8893ba5932 100644 (file)
@@ -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.