summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-05-14 11:41:00 -0400
committerNick Mathewson <nickm@torproject.org>2020-05-14 11:41:00 -0400
commitbd9fb40839c35ab125e549797ad559b6d181f97c (patch)
tree9bb3977f85c5c6f7ac51f66b68650829fd982070
parent5b8b9a97b4ae0eba050fe9d22dcac67c09996a87 (diff)
downloadtor-bd9fb40839c35ab125e549797ad559b6d181f97c.tar.gz
tor-bd9fb40839c35ab125e549797ad559b6d181f97c.zip
0.4.3.5 changelog: collapse the sections.
-rw-r--r--ChangeLog6
1 files changed, 1 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 87a5fc0546..baaba46bf0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -21,16 +21,12 @@ Changes in vesion 0.4.3.5 - 2020-05-15
style "/* falls through */" comments. Both Clang and GCC allow
__attribute__((fallthrough)) instead, so that's what we're using
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
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
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
invalid. Previously, the code would never report that onion
addresses were onion addresses. Fixes bug 34131; bugfix