summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2021-06-10 13:17:19 -0400
committerNick Mathewson <nickm@torproject.org>2021-06-10 13:17:19 -0400
commit62a500dd1d3ad012e12b7bf49fad912c9733107a (patch)
tree84bd4f3befc9dbafce686c2df10003eb7460773f
parent15b0980bd7b840c8d2de134e56a09dadf7b4683e (diff)
downloadtor-0.4.6.5.tar.gz
tor-0.4.6.5.zip
Pick a date, draft a blurbtor-0.4.6.5
-rw-r--r--ChangeLog7
-rw-r--r--ReleaseNotes13
2 files changed, 16 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 2420b77780..39f668a137 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,9 @@
-Changes in version 0.4.6.5 - 2021-06-1?
+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 BLAH BLAH BLAH WRITEME.
+ series includes numerous features and bugfixes, including a significant
+ improvement to our circuit timeout algorithm that should improve
+ observed client performance, and a way for relays to report when they are
+ overloaded.
This release also includes security fixes for several security issues,
including a denial-of-service attack against onion service clients,
diff --git a/ReleaseNotes b/ReleaseNotes
index 7c6da85d05..c273ee4b3f 100644
--- a/ReleaseNotes
+++ b/ReleaseNotes
@@ -2,8 +2,17 @@ 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.5 - 2021-06-1?
- COPY BLURB HERE
+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
+ improvement to our circuit timeout algorithm that should improve
+ observed client performance, and a way for relays to report when they are
+ overloaded.
+
+ This release also includes security fixes for several security issues,
+ including a denial-of-service attack against onion service clients,
+ and another denial-of-service attack against relays. Everybody should
+ upgrade to one of 0.3.5.15, 0.4.4.9, 0.4.5.9, or 0.4.6.5.
Below are the changes since 0.4.5.8. For a list of changes since
0.4.6.4-rc, see the ChangeLog file.