[tor-commits] [tor/release-0.4.4] Start an 0.4.4.5 changelog

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


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

    Start an 0.4.4.5 changelog
---
 ChangeLog                  | 57 ++++++++++++++++++++++++++++++++++++++++++++++
 changes/bug40099           |  4 ----
 changes/bug40105           |  3 ---
 changes/bug40117           |  5 ----
 changes/parallel_unit_test |  4 ----
 changes/ticket24308        |  6 -----
 changes/ticket40089        |  4 ----
 changes/ticket40109        |  6 -----
 8 files changed, 57 insertions(+), 32 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 4e584e8fad..76b6ab2ef6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,60 @@
+Changes in version 0.4.4.5 - 2020-09-15
+  Tor 0.4.4.5 is the first stable release in the 0.4.4.x series. SERIES
+  BLURB GOES HERE.
+
+  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.4.x will be supported until around June 2021--or later, if
+  0.4.5.x is later than anticipated.
+
+  Note also that support for 0.4.2.x has just ended; support for 0.4.3
+  will continue until Feb 15, 2021. 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.4.4-rc. For a complete list of changes
+  since 0.4.3.5, see the ReleaseNotes file.
+
+  o Major bugfixes (onion services, DoS):
+    - Correct handling of parameters for the onion service DoS defense.
+      Previously, the consensus parameters for the onion service DoS
+      defenses were overwriting the parameters set by the service
+      operator using HiddenServiceEnableIntroDoSDefense. Fixes bug
+      40109; bugfix on 0.4.2.1-alpha.
+
+  o Major bugfixes (stats, onion services):
+    - Fix a bug where we were undercounting the Tor network's total
+      onion service traffic, by ignoring any traffic originating from
+      clients. Now we count traffic from both clients and services.
+      Fixes bug 40117; bugfix on 0.2.6.2-alpha.
+
+  o Minor features (control port):
+    - If a ClientName was specified in ONION_CLIENT_AUTH_ADD for an
+      onion service, display it when we use ONION_CLIENT_AUTH_VIEW.
+      Closes ticket 40089. Patch by Neel Chauhan.
+
+  o Minor features (denial-of-service memory limiter):
+    - Allow the user to configure even lower values for the
+      MaxMemInQueues parameter. Relays now enforce a minimum of 64 MB,
+      when previously the minimum was 256 MB. On clients, there is no
+      minimum. Relays and clients will both warn if the value is set so
+      low that Tor is likely to stop working. Closes ticket 24308.
+
+  o Minor features (tests):
+    - Our "make check" target now runs the unit tests in 8 parallel
+      chunks. Doing this speeds up hardened CI builds by more than a
+      factor of two. Closes ticket 40098.
+
+  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 (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
+      40099; bugfix on 0.2.8.1-alpha.
+
+
 Changes in version 0.4.4.4-rc - 2020-08-13
   Tor 0.4.4.4-rc is the first release candidate in its series. It fixes
   several bugs in previous versions, including some that caused annoying
diff --git a/changes/bug40099 b/changes/bug40099
deleted file mode 100644
index 278ede2023..0000000000
--- a/changes/bug40099
+++ /dev/null
@@ -1,4 +0,0 @@
-  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 40099; bugfix on 0.2.8.1-alpha.
diff --git a/changes/bug40105 b/changes/bug40105
deleted file mode 100644
index 330b6a9744..0000000000
--- a/changes/bug40105
+++ /dev/null
@@ -1,3 +0,0 @@
-  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.
\ No newline at end of file
diff --git a/changes/bug40117 b/changes/bug40117
deleted file mode 100644
index 77646edf9c..0000000000
--- a/changes/bug40117
+++ /dev/null
@@ -1,5 +0,0 @@
-  o Major bugfixes (stats, onion services):
-    - Fix a bug where we were undercounting the Tor network's total onion
-      service traffic, by only counting rendezvous traffic originating from
-      services and ignoring any traffic originating from clients. Fixes bug
-      40117; bugfix on 0.2.6.2-alpha.
diff --git a/changes/parallel_unit_test b/changes/parallel_unit_test
deleted file mode 100644
index 79de28636d..0000000000
--- a/changes/parallel_unit_test
+++ /dev/null
@@ -1,4 +0,0 @@
-  o Minor features (tests):
-    - Our "make check" target now runs the unit tests in 8 parallel chunks.
-      Doing this speeds up hardened CI builds by more than a factor of two.
-      Closes ticket 40098.
diff --git a/changes/ticket24308 b/changes/ticket24308
deleted file mode 100644
index e614785265..0000000000
--- a/changes/ticket24308
+++ /dev/null
@@ -1,6 +0,0 @@
-  o Minor features (denial-of-service memory limiter):
-    - Allow the user to configure even lower values for the MaxMemInQueues
-      parameter.  Relays now enforce a minimum of 64 MB, when previously
-      the minimum was 256 MB.  On clients, there is no minimum. Relays and
-      clients will both warn if the value is set so low that Tor is likely
-      to stop working. Closes ticket 24308.
diff --git a/changes/ticket40089 b/changes/ticket40089
deleted file mode 100644
index 121e8e9820..0000000000
--- a/changes/ticket40089
+++ /dev/null
@@ -1,4 +0,0 @@
-  o Minor features (control port):
-    - If a ClientName was specified in ONION_CLIENT_AUTH_ADD for an
-      onion service, display it when we use ONION_CLIENT_AUTH_VIEW
-      on it. Closes ticket 40089. Patch by Neel Chauhan.
diff --git a/changes/ticket40109 b/changes/ticket40109
deleted file mode 100644
index d99db65aa4..0000000000
--- a/changes/ticket40109
+++ /dev/null
@@ -1,6 +0,0 @@
-  o Major bugfixes (onion services, DoS):
-    - The consensus parameters for the onion service DoS defenses was
-      overwriting the circuit parameters that could have been set by the service
-      operator using HiddenServiceEnableIntroDoSDefense. Fixes bug 40109; bugfix
-      on 0.4.2.1-alpha.
-





More information about the tor-commits mailing list