diff options
author | David Goulet <dgoulet@torproject.org> | 2021-08-13 09:39:43 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2021-08-13 09:39:43 -0400 |
commit | 5c520d5f0dfab3ebe2642264e6bc4fb9871c539a (patch) | |
tree | 3c5c7c23c2ef7e840f99828c6eaf8613116bf40c | |
parent | f55edf5b34852289c34d023a1a72494c184f424e (diff) | |
download | tor-5c520d5f0dfab3ebe2642264e6bc4fb9871c539a.tar.gz tor-5c520d5f0dfab3ebe2642264e6bc4fb9871c539a.zip |
Changelog for 0.3.5.16
Signed-off-by: David Goulet <dgoulet@torproject.org>
-rw-r--r-- | ChangeLog | 18 | ||||
-rw-r--r-- | ReleaseNotes | 19 | ||||
-rw-r--r-- | changes/bug40078 | 3 | ||||
-rw-r--r-- | changes/geoip-2021-08-12 | 3 | ||||
-rw-r--r-- | changes/ticket40301 | 4 | ||||
-rw-r--r-- | changes/ticket40447 | 2 |
6 files changed, 37 insertions, 12 deletions
@@ -1,3 +1,21 @@ +Changes in version 0.3.5.16 - 2021-08-13 + This version fixes several bugs from earlier versions. + + o Minor feature (fallbackdir): + - 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. + + o Minor bugfix (crypto): + - 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.x): + - Reduce the compression level for data streaming from HIGH to LOW. Fixes + bug 40301; bugfix on 0.3.5.1-alpha. + Changes in version 0.3.5.15 - 2021-06-14 Tor 0.3.5.15 fixes several security issues, including a denial-of-service attack against onion service clients, and another diff --git a/ReleaseNotes b/ReleaseNotes index 25b2206ca4..b508b6dc8a 100644 --- a/ReleaseNotes +++ b/ReleaseNotes @@ -2,6 +2,25 @@ 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.3.5.16 - 2021-08-13 + This version fixes several bugs from earlier versions. + + o Minor feature (fallbackdir): + - 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. + + o Minor bugfix (crypto): + - 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.x): + - Reduce the compression level for data streaming from HIGH to LOW. Fixes + bug 40301; bugfix on 0.3.5.1-alpha. + + Changes in version 0.3.5.15 - 2021-06-14 Tor 0.3.5.15 fixes several security issues, including a denial-of-service attack against onion service clients, and another diff --git a/changes/bug40078 b/changes/bug40078 deleted file mode 100644 index 717309e076..0000000000 --- a/changes/bug40078 +++ /dev/null @@ -1,3 +0,0 @@ - o Minor bugfix (crypto): - - Disable the unused batch verification feature of ed25519-donna. Fixes - bug 40078; bugfix on 0.2.6.1-alpha. Found by Henry de Valence.
\ No newline at end of file diff --git a/changes/geoip-2021-08-12 b/changes/geoip-2021-08-12 deleted file mode 100644 index 59afcc5bb7..0000000000 --- a/changes/geoip-2021-08-12 +++ /dev/null @@ -1,3 +0,0 @@ - o Minor features (geoip data): - - Update the geoip files to match the IPFire Location Database, - as retrieved on 2021/08/12. diff --git a/changes/ticket40301 b/changes/ticket40301 deleted file mode 100644 index c1fd821e3f..0000000000 --- a/changes/ticket40301 +++ /dev/null @@ -1,4 +0,0 @@ - o Minor bugfixes (relay): - - Reduce the compression level for data streaming from HIGH to LOW. Fixes - bug 40301; bugfix on 0.3.5.1-alpha. - diff --git a/changes/ticket40447 b/changes/ticket40447 deleted file mode 100644 index d1be646a7d..0000000000 --- a/changes/ticket40447 +++ /dev/null @@ -1,2 +0,0 @@ - o Minor feature (fallbackdir): - - Regenerate fallback directories list. Close ticket 40447. |