summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2021-01-22 09:39:25 -0500
committerNick Mathewson <nickm@torproject.org>2021-01-22 09:39:25 -0500
commit7a9325a96f51a7b821b78f94a72554bd4f5be589 (patch)
tree8e4a772265665d9699f859f495a3b509613f3fff /ChangeLog
parent9e33aa878f091248ee5ec9da9d7d0d9fa216b965 (diff)
downloadtor-7a9325a96f51a7b821b78f94a72554bd4f5be589.tar.gz
tor-7a9325a96f51a7b821b78f94a72554bd4f5be589.zip
Initial changelog for 0.4.5.4-rc
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog55
1 files changed, 55 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ba74ca0fb4..f6ef110ff2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,58 @@
+Changes in version 0.4.5.4-rc - 2021-01-22
+ Tor 0.4.5.4-rc is the second release candidate in its series. It fixes
+ several bugs present in previous releases.
+
+ We expect that the stable release will be the same, or almost the
+ same, as this releasee candidate, unless serious bugs are found.
+
+ o Major bugfixes (authority, IPv6):
+ - Do not consider multiple relays in the same IPv6 /64 network to be
+ sybils. Fixes bug 40243; bugfix on 0.4.5.1-alpha.
+
+ o Major bugfixes (directory cache, performance, windows):
+ - Limit the number of items in the consensus diff cache to 64 on
+ Windows. We hope this will help resolve an issue where Windows
+ relay operators reported Tor using 100% CPU, while we investigate
+ better solutions. Fixes bug 24857; bugfix on 0.3.1.1-alpha.
+
+ o Minor feature (build system):
+ - New "make lsp" command to auto generate the compile_commands.json
+ file used by the ccls server. The "bear" program is needed for
+ this. Closes ticket 40227.
+
+ o Minor features (authority, logging):
+ - Give more visibility to directory authority operators during the
+ consensus voting process and while processing relay descriptors.
+ Closes ticket 40245.
+ - Reject obsolete router/extrainfo descs earlier and more quietly,
+ Fixes bug 40238; bugfix on 0.4.5.1-alpha.
+
+ o Minor bugfixes (compilation):
+ - Fix another warning about unreachable fallthrough annotations when
+ building with "--enable-all-bugs-are-fatal" on some compilers.
+ Fixes bug 40241; bugfix on 0.4.5.3-rc.
+ - Change our search library configure macro linker flag order so it
+ works for certain compilers that need the libraries to be listed
+ in the right order. Fixes bug 33624; bugfix on 0.1.1.0-alpha.
+
+ o Minor bugfixes (config, bridge):
+ - Don't initiate a connection to a bridge without a corresponding
+ transport. This also reverts an earlier fix we did for this that
+ would validate configuration to avoid such situations, which
+ doesn't work well with DisableNetwork. Fixes bug 40106; bugfix
+ on 0.4.5.1-alpha.
+
+ o Minor bugfixes (onion services):
+ - Avoid a non-fatal assertion in certain edge-cases when
+ establishing a circuit to an onion service. Fixes bug 32666;
+ bugfix on 0.3.0.3-alpha.
+
+ o Minor bugfixes (relay):
+ - If we were unable to build our descriptor, don't mark that we've
+ advertised our descriptor. Also remove an harmless BUG(). Fixes
+ bug 40231; bugfix on 0.4.5.1-alpha.
+
+
Changes in version 0.4.5.3-rc - 2021-01-12
Tor 0.4.5.3-rc is the first release candidate in its series. It fixes
several bugs, including one that broke onion services on certain older