Add another entry to the 0.4.5.3-rc changelog

This commit is contained in:
Nick Mathewson
2021-01-11 15:59:25 -05:00
parent d63278b1d1
commit 34cea7a540
2 changed files with 4 additions and 5 deletions
+4 -1
View File
@@ -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.
-4
View File
@@ -1,4 +0,0 @@
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.