diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-09-14 13:31:17 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-09-14 13:35:06 -0400 |
commit | 32a571c70eae83dc1026523636eb8c689645fe41 (patch) | |
tree | 2e21502fec6328cff612fe9337cd01086b849c54 /ChangeLog | |
parent | d1e305d9182184eaa2bb8151c2e80bfd724fc672 (diff) | |
download | tor-32a571c70eae83dc1026523636eb8c689645fe41.tar.gz tor-32a571c70eae83dc1026523636eb8c689645fe41.zip |
0.4.4.5: draft blurb
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -1,6 +1,10 @@ Changes in version 0.4.4.5 - 2020-09-15 - Tor 0.4.4.5 is the first stable release in the 0.4.4.x series. SERIES - BLURB GOES HERE. + Tor 0.4.4.5 is the first stable release in the 0.4.4.x series. This + series improves our guard selection algorithms, adds v3 onion balance + support, improves the amount of code that can be disabled when running + without relay support, and includes numerous small bugfixes and + enhancements. It also lays the ground for some IPv6 features that + we'll be developing more in the next (0.4.5) series. Per our support policy, we support each stable release series for nine months after its first stable release, or three months after the first @@ -13,7 +17,7 @@ Changes in version 0.4.4.5 - 2020-09-15 0.3.5.x, our long-term stable series, until Feb 2022. Below are the changes since 0.4.4.4-rc. For a complete list of changes - since 0.4.3.5, see the ReleaseNotes file. + since 0.4.3.6, see the ReleaseNotes file. o Major bugfixes (onion services, DoS): - Correct handling of parameters for the onion service DoS defense. |