[tor-commits] [tor/release-0.4.6] Changelog for 0.4.6.6

nickm at torproject.org nickm at torproject.org
Wed Jun 30 13:10:51 UTC 2021


commit 60ffee9d8286f09a3328517741693d2b1e0a1ec3
Author: Nick Mathewson <nickm at torproject.org>
Date:   Wed Jun 30 09:10:44 2021 -0400

    Changelog for 0.4.6.6
---
 ChangeLog           | 19 +++++++++++++++++++
 ReleaseNotes        | 19 +++++++++++++++++++
 changes/bug40409    |  3 ---
 changes/ticket40410 |  4 ----
 changes/ticket40419 |  3 ---
 5 files changed, 38 insertions(+), 10 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 39f668a137..dbc684eaae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+Changes in version 0.4.6.6 - 2021-06-30
+  Tor 0.4.6.6 makes several small fixes on 0.4.6.5, including one that
+  allows Tor to build correctly on older versions of GCC. You should
+  upgrade to this version if you were having trouble building Tor
+  0.4.6.5; otherwise, there is probably no need.
+
+  o Minor bugfixes (compilation):
+    - Fix a compilation error when trying to build Tor with a compiler
+      that does not support expanding statitically initialized const
+      values in macro's. Fixes bug 40410; bugfix on 0.4.6.5.
+    - Suppress a strict-prototype warning when building with some
+      versions of NSS. Fixes bug 40409; bugfix on 0.3.5.1-alpha.
+
+  o Minor bugfixes (testing):
+    - Enable the deterministic RNG for unit tests that covers the
+      address set bloomfilter-based API's. Fixes bug 40419; bugfix
+      on 0.3.3.2-alpha.
+
+
 Changes in version 0.4.6.5 - 2021-06-14
   Tor 0.4.6.5 is the first stable release in its series. The 0.4.6.x
   series includes numerous features and bugfixes, including a significant
diff --git a/ReleaseNotes b/ReleaseNotes
index c273ee4b3f..b74a72ed97 100644
--- a/ReleaseNotes
+++ b/ReleaseNotes
@@ -2,6 +2,25 @@ This document summarizes new features and bugfixes in each stable
 release of Tor. If you want to see more detailed descriptions of the
 changes in each development snapshot, see the ChangeLog file.
 
+Changes in version 0.4.6.6 - 2021-06-30
+  Tor 0.4.6.6 makes several small fixes on 0.4.6.5, including one that
+  allows Tor to build correctly on older versions of GCC. You should
+  upgrade to this version if you were having trouble building Tor
+  0.4.6.5; otherwise, there is probably no need.
+
+  o Minor bugfixes (compilation):
+    - Fix a compilation error when trying to build Tor with a compiler
+      that does not support expanding statitically initialized const
+      values in macro's. Fixes bug 40410; bugfix on 0.4.6.5.
+    - Suppress a strict-prototype warning when building with some
+      versions of NSS. Fixes bug 40409; bugfix on 0.3.5.1-alpha.
+
+  o Minor bugfixes (testing):
+    - Enable the deterministic RNG for unit tests that covers the
+      address set bloomfilter-based API's. Fixes bug 40419; bugfix
+      on 0.3.3.2-alpha.
+
+
 Changes in version 0.4.6.5 - 2021-06-14
   Tor 0.4.6.5 is the first stable release in its series. The 0.4.6.x
   series includes numerous features and bugfixes, including a significant
diff --git a/changes/bug40409 b/changes/bug40409
deleted file mode 100644
index b8d061be78..0000000000
--- a/changes/bug40409
+++ /dev/null
@@ -1,3 +0,0 @@
-  o Minor bugfixes (warnings, portability):
-    - Suppress a strict-prototype warning when building with some versions
-      of NSS.  Fixes bug 40409; bugfix on 0.3.5.1-alpha.
diff --git a/changes/ticket40410 b/changes/ticket40410
deleted file mode 100644
index 90d6f4be63..0000000000
--- a/changes/ticket40410
+++ /dev/null
@@ -1,4 +0,0 @@
-  o Minor bugfixes (compilation):
-    - Fix a compilation error when trying to build Tor with a compiler that
-      does not support expanding statitically initialized const values in
-      macro's. Fixes bug 40410; bugfix on 0.4.6.5.
diff --git a/changes/ticket40419 b/changes/ticket40419
deleted file mode 100644
index 0004329662..0000000000
--- a/changes/ticket40419
+++ /dev/null
@@ -1,3 +0,0 @@
-  o Minor features (testing):
-    - Enable the deterministic RNG for unit tests that covers the address set
-      bloomfilter-based API's. Fixes bug 40419; bugfix on 0.3.3.2-alpha.



More information about the tor-commits mailing list