0.4.3.5 changelog: collapse the sections.

This commit is contained in:
Nick Mathewson 2020-05-14 11:41:00 -04:00
parent 5b8b9a97b4
commit bd9fb40839

View File

@ -21,16 +21,12 @@ Changes in vesion 0.4.3.5 - 2020-05-15
style "/* falls through */" comments. Both Clang and GCC allow style "/* falls through */" comments. Both Clang and GCC allow
__attribute__((fallthrough)) instead, so that's what we're using __attribute__((fallthrough)) instead, so that's what we're using
now. Fixes bug 34078; bugfix on 0.3.1.3-alpha. now. Fixes bug 34078; bugfix on 0.3.1.3-alpha.
o Minor bugfixes (compiler warnings):
- Fix compilation warnings with GCC 10.0.1. Fixes bug 34077; bugfix - Fix compilation warnings with GCC 10.0.1. Fixes bug 34077; bugfix
on 0.4.0.3-alpha. on 0.4.0.3-alpha.
o Minor bugfixes (IPv6, logging): o Minor bugfixes (logging):
- Stop truncating IPv6 addresses and ports in channel and connection - Stop truncating IPv6 addresses and ports in channel and connection
logs. Fixes bug 33918; bugfix on 0.2.4.4-alpha. logs. Fixes bug 33918; bugfix on 0.2.4.4-alpha.
o Minor bugfixes (logging):
- Fix a logic error in a log message about whether an address was - Fix a logic error in a log message about whether an address was
invalid. Previously, the code would never report that onion invalid. Previously, the code would never report that onion
addresses were onion addresses. Fixes bug 34131; bugfix addresses were onion addresses. Fixes bug 34131; bugfix