[tor-commits] [tor/release-0.4.4] More changelog folding

nickm at torproject.org nickm at torproject.org
Thu Jul 9 14:12:24 UTC 2020


commit dfddfa833bb820c4c40a65fb61de5d80b5709902
Author: Nick Mathewson <nickm at torproject.org>
Date:   Thu Jul 9 10:12:18 2020 -0400

    More changelog folding
---
 ChangeLog           | 13 +++++++++++++
 changes/ticket34087 |  3 ---
 2 files changed, 13 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 4cc0fbd27..1e2d2164a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -48,6 +48,10 @@ Changes in version 0.4.4.2-alpha - 2020-07-09
     - Use the correct 64-bit printf format when compiling with MINGW on
       Appveyor. Fixes bug 40026; bugfix on 0.3.5.5-alpha.
 
+  o Minor bugfix (onion service v3 client):
+    - Remove a BUG() warning that could occur naturally. Fixes bug
+      34087; bugfix on 0.3.2.1-alpha.
+
   o Minor bugfix (SOCKS, onion service client):
     - Detect v3 onion service addresses of the wrong length when
       returning the F6 ExtendedErrors code. Fixes bug 33873; bugfix
@@ -76,6 +80,15 @@ Changes in version 0.4.4.2-alpha - 2020-07-09
     - Add a deprecation warning for version 2 onion services. Closes
       ticket 40003.
 
+  o Removed features (IPv6, revert):
+    - Revert the change in the default value of ClientPreferIPv6OrPort:
+      it breaks the torsocks use case. The SOCKS resolve command has no
+      mechanism to ask for a specific address family (v4 or v6), and so
+      prioritizing IPv6 when an IPv4 address is requested on the SOCKS
+      interface resulted in a failure. Tor Browser explicitly sets
+      PreferIPv6, so this should not affect the majority of our users.
+      Closes ticket 33796; bugfix on 0.4.4.1-alpha.
+
 
 Changes in version 0.4.4.1-alpha - 2020-06-16
   This is the first alpha release in the 0.4.4.x series.  It improves
diff --git a/changes/ticket34087 b/changes/ticket34087
deleted file mode 100644
index 16990c305..000000000
--- a/changes/ticket34087
+++ /dev/null
@@ -1,3 +0,0 @@
-  o Minor bugfix (onion service v3 client):
-    - Remove a BUG() warning that can occur naturally. Fixes bug 34087; bugfix
-      on 0.3.2.1-alpha.



More information about the tor-commits mailing list