[tor-commits] [tor/release-0.4.4] 0.4.4.5 ReleaseNotes: remove items that are bugfixes on 044.

nickm at torproject.org nickm at torproject.org
Mon Sep 14 17:45:13 UTC 2020


commit ed8e03e6815d61408c98943b984695f66d30f6d0
Author: Nick Mathewson <nickm at torproject.org>
Date:   Mon Sep 14 13:38:27 2020 -0400

    0.4.4.5 ReleaseNotes: remove items that are bugfixes on 044.
---
 ReleaseNotes | 21 ---------------------
 1 file changed, 21 deletions(-)

diff --git a/ReleaseNotes b/ReleaseNotes
index c9c533cbb6..0ea4c0a6a4 100644
--- a/ReleaseNotes
+++ b/ReleaseNotes
@@ -288,10 +288,6 @@ Changes in version 0.4.4.5 - 2020-09-15
       hook. Instead, execute the copy in the user's git directory. Fixes
       bug 33284; bugfix on 0.4.1.1-alpha.
 
-  o Minor bugfixes (guard selection algorithm):
-    - Avoid needless guard-related warning when upgrading from 0.4.3 to
-      0.4.4. Fixes bug 40105; bugfix on 0.4.4.1-alpha.
-
   o Minor bugfixes (initialization):
     - Initialize the subsystems in our code in an order more closely
       corresponding to their dependencies, so that every system is
@@ -319,9 +315,6 @@ Changes in version 0.4.4.5 - 2020-09-15
       0.3.5.1-alpha. Patch by Daniel Pinto.
 
   o Minor bugfixes (linux seccomp2 sandbox):
-    - Fix startup crash with seccomp sandbox enabled when tor tries to
-      open the data directory. Patch from Daniel Pinto. Fixes bug 40072;
-      bugfix on 0.4.4.3-alpha-dev.
     - Fix a regression on sandboxing rules for the openat() syscall. The
       fix for bug 25440 fixed the problem on systems with glibc >= 2.27
       but broke with versions of glibc. We now choose a rule based on
@@ -411,11 +404,6 @@ Changes in version 0.4.4.5 - 2020-09-15
       descriptors, when the IPv6 port was configured as "auto". Fixes
       bug 32588; bugfix on 0.2.3.9-alpha.
 
-  o Minor bugfixes (testing):
-    - When running the subsystem order check, use the Python binary
-      configured with the PYTHON environment variable. Fixes bug 40095;
-      bugfix on 0.4.4.1-alpha.
-
   o Minor bugfixes (tests):
     - Fix the behavior of the rend_cache/clean_v2_descs_as_dir when run
       on its own. Previously, it would exit with an error. Fixes bug
@@ -520,15 +508,6 @@ Changes in version 0.4.4.5 - 2020-09-15
     - Updated the options set by TestingTorNetwork in the manual page.
       Closes ticket 33778.
 
-  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.3.5 - 2020-05-15
   Tor 0.4.3.5 is the first stable release in the 0.4.3.x series. This





More information about the tor-commits mailing list