summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2021-02-01 16:10:26 -0500
committerNick Mathewson <nickm@torproject.org>2021-02-01 16:15:03 -0500
commit732bbff29c9ffbe5d668b0679e5d01ceb2f754ba (patch)
tree120112ca0ad316f2391596234ba2d8ac91342f0d /ChangeLog
parent6bde42b4de3fd1a3d7c8385a66f8e40b954e60f8 (diff)
downloadtor-732bbff29c9ffbe5d668b0679e5d01ceb2f754ba.tar.gz
tor-732bbff29c9ffbe5d668b0679e5d01ceb2f754ba.zip
forward-port changelog from 0.4.5.5-rc
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 44890a7b4d..e181c7dd39 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,24 @@
+Changes in version 0.4.5.5-rc - 2021-02-01
+ Tor 0.4.5.5-rc is the third release candidate in its series. We're
+ coming closer and closer to a stable release series. This release
+ fixes an annoyance with address detection code, and somewhat mitigates
+ an ongoing denial-of-service attack.
+
+ We anticipate no more code changes between this and the stable
+ release, though of course that could change.
+
+ o Major feature (exit):
+ - Re-entry into the network is now denied at the Exit level to all
+ relays' ORPorts and authorities' ORPorts and DirPorts. This change
+ should help mitgate a set of denial-of-service attacks. Closes
+ ticket 2667.
+
+ o Minor bugfixes (relay, configuration):
+ - Don't attempt to discover our address (IPv4 or IPv6) if no ORPort
+ for it can be found in the configuration. Fixes bug 40254; bugfix
+ on 0.4.5.1-alpha.
+
+
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.