[tor-commits] [tor/release-0.4.3] start changelog for 0.4.3.5

nickm at torproject.org nickm at torproject.org
Thu May 14 14:39:13 UTC 2020


commit 2a4c0ce21ee5e8c6e7fecaec963839ebc50d80a1
Author: Nick Mathewson <nickm at torproject.org>
Date:   Thu May 14 10:36:00 2020 -0400

    start changelog for 0.4.3.5
---
 ChangeLog | 39 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 39 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 3aa6edceb..87a5fc054 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,42 @@
+Changes in vesion 0.4.3.5 - 2020-05-15
+  Tor 0.4.3.5 is the first stable release in the 0.4.3.x series. BLURB
+  BLURB BLURB BLURB BLURB BLURB BLURB BLURB BLURB
+
+  Per our support policy, we support each stable release series for nine
+  months after its first stable release, or three months after the first
+  stable release of the next series: whichever is longer. This means
+  that 0.4.3.x will be supported until around February 2021--later, if
+  0.4.4.x is later than anticipated.
+
+  Note also that support for 0.4.1.x is about to end on May 20 of this
+  year; 0.4.2.x will be supported until September 15. We still plan to
+  continue supporting 0.3.5.x, our long-term stable series, until
+  Feb 2022.
+
+  Below are the changes since 0.4.3.4-rc. For a complete list of changes
+  since 0.4.2.5, see the ReleaseNotes file.
+
+  o Minor bugfixes (compiler compatibility):
+    - Avoid compiler warnings from Clang 10 related to the use of GCC-
+      style "/* falls through */" comments. Both Clang and GCC allow
+      __attribute__((fallthrough)) instead, so that's what we're using
+      now. Fixes bug 34078; bugfix on 0.3.1.3-alpha.
+
+  o Minor bugfixes (compiler warnings):
+    - Fix compilation warnings with GCC 10.0.1. Fixes bug 34077; bugfix
+      on 0.4.0.3-alpha.
+
+  o Minor bugfixes (IPv6, logging):
+    - Stop truncating IPv6 addresses and ports in channel and connection
+      logs. Fixes bug 33918; bugfix on 0.2.4.4-alpha.
+
+  o Minor bugfixes (logging):
+    - Fix a logic error in a log message about whether an address was
+      invalid. Previously, the code would never report that onion
+      addresses were onion addresses. Fixes bug 34131; bugfix
+      on 0.4.3.1-alpha.
+
+
 Changes in version 0.4.3.4-rc - 2020-04-13
   Tor 0.4.3.4-rc is the first release candidate in its series. It fixes
   several bugs from earlier versions, including one affecting DoS





More information about the tor-commits mailing list