summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2021-06-30 09:10:44 -0400
committerNick Mathewson <nickm@torproject.org>2021-06-30 09:10:44 -0400
commit60ffee9d8286f09a3328517741693d2b1e0a1ec3 (patch)
treeeb9903e177ec624cff174d20d546ece4b05f01ba /ChangeLog
parent01fd3ace03f587efa550322aef78681d25c7c214 (diff)
downloadtor-60ffee9d8286f09a3328517741693d2b1e0a1ec3.tar.gz
tor-60ffee9d8286f09a3328517741693d2b1e0a1ec3.zip
Changelog for 0.4.6.6
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 19 insertions, 0 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