From dfddfa833bb820c4c40a65fb61de5d80b5709902 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 9 Jul 2020 10:12:18 -0400 Subject: More changelog folding --- ChangeLog | 13 +++++++++++++ changes/ticket34087 | 3 --- 2 files changed, 13 insertions(+), 3 deletions(-) delete mode 100644 changes/ticket34087 diff --git a/ChangeLog b/ChangeLog index 4cc0fbd27c..1e2d2164af 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 16990c305a..0000000000 --- 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. -- cgit v1.2.3-54-g00ecf