[tor-commits] [tor/release-0.4.3] Start 0.4.3.6 changelog

nickm at torproject.org nickm at torproject.org
Mon Jul 6 20:53:11 UTC 2020


commit c8f1ccbaefd8083e288137e5b77d48033709c06f
Author: Nick Mathewson <nickm at torproject.org>
Date:   Mon Jul 6 16:52:41 2020 -0400

    Start 0.4.3.6 changelog
---
 ChangeLog               | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
 changes/bug16016        |  4 ----
 changes/bug32588        |  4 ----
 changes/bug34077        |  3 ---
 changes/bug34130        |  4 ----
 changes/bug34233        |  4 ----
 changes/bug34299        |  3 ---
 changes/bug34303        |  5 -----
 changes/ticket33458     |  4 ----
 changes/ticket34255_043 |  3 ---
 10 files changed, 48 insertions(+), 34 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index bba339f47..fd1922526 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,51 @@
+Changes in version 0.4.3.6 - 2020-07-??
+  Tor 0.4.3.6 backports several bugfixes from later releases, including
+  some affecting usability.
+
+  o Minor bugfixes (client performance, backport from 0.4.4.1-alpha):
+    - Resume use of preemptively-built circuits when UseEntryGuards is set
+      to 0. We accidentally disabled this feature with that config
+      setting, leading to slower load times. Fixes bug 34303; bugfix
+      on 0.3.3.2-alpha.
+
+  o Minor bugfixes (compiler compatibility, backport from 0.4.4.1-alpha):
+    - Fix compilation warnings with GCC 10.0.1. Fixes bug 34077; bugfix
+      on 0.4.0.3-alpha.
+
+  o Minor bugfixes (linux seccomp sandbox, nss, backport from 0.4.4.1-alpha):
+    - Fix a startup crash when tor is compiled with --enable-nss and
+      sandbox support is enabled. Fixes bug 34130; bugfix on
+      0.3.5.1-alpha. Patch by Daniel Pinto.
+
+  o Minor bugfixes (logging, backport from 0.4.4.2-alpha):
+    - Downgrade a noisy log message that could occur naturally when
+      receiving an extrainfo document that we no longer want. Fixes bug
+      16016; bugfix on 0.2.6.3-alpha.
+
+  o Minor bugfixes (manual page, backport from 0.4.4.1-alpha):
+    - Update the man page to reflect that MinUptimeHidServDirectoryV2
+      defaults to 96 hours. Fixes bug 34299; bugfix on 0.2.6.3-alpha.
+
+  o Minor bugfixes (onion service v3, backport from 0.4.4.1-alpha):
+    - Prevent an assert() that would occur when cleaning the client
+      descriptor cache, and attempting to close circuits for a non-
+      decrypted descriptor (lacking client authorization). Fixes bug
+      33458; bugfix on 0.4.2.1-alpha.
+
+  o Minor bugfixes (portability, backport from 0.4.4.1-alpha):
+    - Fix a portability error in the configure script, where we were
+      using "==" instead of "=". Fixes bug 34233; bugfix on 0.4.3.5.
+
+  o Minor bugfixes (relays, backport from 0.4.4.1-alpha):
+    - Stop advertising incorrect IPv6 ORPorts in relay and bridge
+      descriptors, when the IPv6 port was configured as "auto". Fixes
+      bug 32588; bugfix on 0.2.3.9-alpha.
+
+  o Documentation (backport from 0.4.4.1-alpha):
+    - Fix several doxygen warnings related to imbalanced groups. Closes
+      ticket 34255.
+
+
 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
   series adds support for building without relay code enabled, and
diff --git a/changes/bug16016 b/changes/bug16016
deleted file mode 100644
index 313ef672e..000000000
--- a/changes/bug16016
+++ /dev/null
@@ -1,4 +0,0 @@
-  o Minor bugfixes (logging):
-    - Downgrade a noisy log message that could occur naturally when
-      receiving an extrainfo document that we no longer want.
-      Fixes bug 16016; bugfix on 0.2.6.3-alpha.
diff --git a/changes/bug32588 b/changes/bug32588
deleted file mode 100644
index f31f2ce1a..000000000
--- a/changes/bug32588
+++ /dev/null
@@ -1,4 +0,0 @@
-  o Minor bugfixes (relays):
-    - Stop advertising incorrect IPv6 ORPorts in relay and bridge descriptors,
-      when the IPv6 port was configured as "auto".
-      Fixes bug 32588; bugfix on 0.2.3.9-alpha
diff --git a/changes/bug34077 b/changes/bug34077
deleted file mode 100644
index 29458bd9d..000000000
--- a/changes/bug34077
+++ /dev/null
@@ -1,3 +0,0 @@
-  o Minor bugfixes (compiler warnings):
-    - Fix compilation warnings with GCC 10.0.1. Fixes bug 34077; bugfix on
-      0.4.0.3-alpha.
diff --git a/changes/bug34130 b/changes/bug34130
deleted file mode 100644
index b1e5715fd..000000000
--- a/changes/bug34130
+++ /dev/null
@@ -1,4 +0,0 @@
-  o Minor bugfixes (linux seccomp sandbox nss):
-    - Fix startup crash when tor is compiled with --enable-nss and 
-      sandbox support is enabled. Fixes bug 34130; bugfix on
-      0.3.5.1-alpha. Patch by Daniel Pinto.
diff --git a/changes/bug34233 b/changes/bug34233
deleted file mode 100644
index 24c786978..000000000
--- a/changes/bug34233
+++ /dev/null
@@ -1,4 +0,0 @@
-  o Minor bugfixes (portability):
-    - Fix a portability error in the configure script, where we
-      were using "==" instead of "=". Fixes bug 34233; bugfix on
-      0.4.3.5.
diff --git a/changes/bug34299 b/changes/bug34299
deleted file mode 100644
index 464cf0d18..000000000
--- a/changes/bug34299
+++ /dev/null
@@ -1,3 +0,0 @@
-  o Minor bugfixes (man page):
-    - Update the man page to reflect that MinUptimeHidServDirectoryV2
-      defaults to 96 hours. Fixes bug 34299; bugfix on 0.2.6.3-alpha.
diff --git a/changes/bug34303 b/changes/bug34303
deleted file mode 100644
index dce57f464..000000000
--- a/changes/bug34303
+++ /dev/null
@@ -1,5 +0,0 @@
-  o Minor bugfixes (client performance):
-    - Resume being willing to use preemptively-built circuits when
-      UseEntryGuards is set to 0. We accidentally disabled this feature
-      with that config setting, leading to slower load times. Fixes bug
-      34303; bugfix on 0.3.3.2-alpha.
diff --git a/changes/ticket33458 b/changes/ticket33458
deleted file mode 100644
index 885c6dc50..000000000
--- a/changes/ticket33458
+++ /dev/null
@@ -1,4 +0,0 @@
-  o Minor bugfix (onion service v3):
-    - When cleaning the client descriptor cache, an attempt at closing circuits
-      for a non decrypted descriptor (lacking client authorization) lead to an
-      assert(). Fixes bug 33458; bugfix on 0.4.2.1-alpha.
diff --git a/changes/ticket34255_043 b/changes/ticket34255_043
deleted file mode 100644
index 5cfec1d48..000000000
--- a/changes/ticket34255_043
+++ /dev/null
@@ -1,3 +0,0 @@
-  o Documentation:
-    - Fix several doxygen warnings related to imbalanced groups.
-      Closes ticket 34255.



More information about the tor-commits mailing list