diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-07-09 10:12:18 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-07-09 10:12:18 -0400 |
commit | dfddfa833bb820c4c40a65fb61de5d80b5709902 (patch) | |
tree | ee39f4bcb1879a6dc8716b33b3e5fdd46ed7b1b0 | |
parent | 7bc4afdd96d51fefc16d0931743a95207ffb54cb (diff) | |
download | tor-dfddfa833bb820c4c40a65fb61de5d80b5709902.tar.gz tor-dfddfa833bb820c4c40a65fb61de5d80b5709902.zip |
More changelog folding
-rw-r--r-- | ChangeLog | 13 | ||||
-rw-r--r-- | changes/ticket34087 | 3 |
2 files changed, 13 insertions, 3 deletions
@@ -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. |