summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2021-01-11 15:59:25 -0500
committerNick Mathewson <nickm@torproject.org>2021-01-11 15:59:25 -0500
commit34cea7a540cc2fdff8d51327de085c478c4c40af (patch)
tree429fa29c88b216d45a9f31e0c7b188f598c2d4e1 /ChangeLog
parentd63278b1d16afd29cf96e057146fe3f755e3234b (diff)
downloadtor-34cea7a540cc2fdff8d51327de085c478c4c40af.tar.gz
tor-34cea7a540cc2fdff8d51327de085c478c4c40af.zip
Add another entry to the 0.4.5.3-rc changelog
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 961ac14eba..a958049948 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -20,7 +20,10 @@ Changes in version 0.4.5.3-rc - 2021-01-12
authority's approved-routers file, and update the description of
the "!invalid" directive. Closes ticket 40188.
- o Minor bugfixes (build):
+ o Minor bugfixes (compilation):
+ - Fix a compilation warning about unreachable fallthrough
+ annotations when building with "--enable-all-bugs-are-fatal" on
+ some compilers. Fixes bug 40241; bugfix on 0.3.5.4-alpha.
- Fix the "--enable-static-tor" switch to properly set the "-static"
compile option onto the tor binary only. Fixes bug 40111; bugfix
on 0.2.3.1-alpha.