summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-07-09 10:12:18 -0400
committerNick Mathewson <nickm@torproject.org>2020-07-09 10:12:18 -0400
commitdfddfa833bb820c4c40a65fb61de5d80b5709902 (patch)
treeee39f4bcb1879a6dc8716b33b3e5fdd46ed7b1b0 /ChangeLog
parent7bc4afdd96d51fefc16d0931743a95207ffb54cb (diff)
downloadtor-dfddfa833bb820c4c40a65fb61de5d80b5709902.tar.gz
tor-dfddfa833bb820c4c40a65fb61de5d80b5709902.zip
More changelog folding
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
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