diff options
author | David Goulet <dgoulet@torproject.org> | 2021-08-16 15:26:28 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2021-08-16 15:26:28 -0400 |
commit | fd74f7628eba25258817addb059512cd0eef1d80 (patch) | |
tree | 029bc90d172aa4b0d280bbf561b4c104aac9932f /ChangeLog | |
parent | 35f0833900c7902179430849734d26b4560a1f9f (diff) | |
download | tor-fd74f7628eba25258817addb059512cd0eef1d80.tar.gz tor-fd74f7628eba25258817addb059512cd0eef1d80.zip |
changelog: Run format_changelog.pytor-0.4.5.10
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 34 |
1 files changed, 18 insertions, 16 deletions
@@ -1,8 +1,8 @@ Changes in version 0.4.5.10 - 2021-08-16 - This version fixes several bugs from earlier versions of Tor, including one - that could lead to a denial-of-service attack. Everyone running an earlier - version, whether as a client, a relay, or an onion service, should upgrade - to Tor 0.3.5.16, 0.4.5.10, or 0.4.6.7. + This version fixes several bugs from earlier versions of Tor, + including one that could lead to a denial-of-service attack. Everyone + running an earlier version, whether as a client, a relay, or an onion + service, should upgrade to Tor 0.3.5.16, 0.4.5.10, or 0.4.6.7. o Major bugfixes (cryptography, security): - Resolve an assertion failure caused by a behavior mismatch between @@ -17,32 +17,34 @@ Changes in version 0.4.5.10 - 2021-08-16 - Regenerate fallback directories list. Close ticket 40447. o Minor features (geoip data): - - Update the geoip files to match the IPFire Location Database, - as retrieved on 2021/08/12. + - Update the geoip files to match the IPFire Location Database, as + retrieved on 2021/08/12. o Minor features (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. + - 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. o Minor bugfix (crypto, backport from 0.4.6.7): - - Disable the unused batch verification feature of ed25519-donna. Fixes - bug 40078; bugfix on 0.2.6.1-alpha. Found by Henry de Valence. + - Disable the unused batch verification feature of ed25519-donna. + Fixes bug 40078; bugfix on 0.2.6.1-alpha. Found by Henry + de Valence. o Minor bugfixes (relay, backport from 0.4.6.7): - - Reduce the compression level for data streaming from HIGH to LOW. Fixes - bug 40301; bugfix on 0.3.5.1-alpha. + - Reduce the compression level for data streaming from HIGH to LOW. + Fixes bug 40301; bugfix on 0.3.5.1-alpha. o Minor bugfixes (timekeeping, backport from 0.4.6.7): - Calculate the time of day correctly on systems where the time_t type includes leap seconds. (This is not the case on most operating systems, but on those where it occurs, our tor_timegm function did not correctly invert the system's gmtime function, - which could result in assertion failures when calculating - voting schedules.) Fixes bug 40383; bugfix on 0.2.0.3-alpha. + which could result in assertion failures when calculating voting + schedules.) Fixes bug 40383; bugfix on 0.2.0.3-alpha. o Minor bugfixes (warnings, portability, backport from 0.4.6.6): - - Suppress a strict-prototype warning when building with some versions - of NSS. Fixes bug 40409; bugfix on 0.3.5.1-alpha. + - Suppress a strict-prototype warning when building with some + versions of NSS. Fixes bug 40409; bugfix on 0.3.5.1-alpha. Changes in version 0.4.5.9 - 2021-06-14 |