commit 8a3c8925b8a4528cf101c0a100eea983694a54d3 Author: Nick Mathewson nickm@torproject.org Date: Mon Jun 7 15:02:43 2021 -0400
start 0.3.5.15 changelog. --- ChangeLog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+)
diff --git a/ChangeLog b/ChangeLog index b1a7b2d8b1..a511525125 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +Changes in versoin 0.3.5.15 - 2021-06-1? + BLURB HERE + + o Minor bugfixes (compiler warnings, backport from 0.4.6.3-rc): + - Fix an indentation problem that led to a warning from GCC 11.1.1. + Fixes bug 40380; bugfix on 0.3.0.1-alpha. + + o Minor features (compatibility, backport from 0.4.6.4-rc): + - Remove an assertion function related to TLS renegotiation. It was + used nowhere outside the unit tests, and it was breaking + compilation with recent alpha releases of OpenSSL 3.0.0. Closes + ticket 40399. + + o Minor features (fallback directory list, backport from 0.4.6.2-alpha): + - Regenerate the list of fallback directories to contain a new set + of 200 relays. Closes ticket 40265. + + Changes in version 0.3.5.14 - 2021-03-16 Tor 0.3.5.14 backports fixes for two important denial-of-service bugs in earlier versions of Tor.
tor-commits@lists.torproject.org