commit 34cea7a540cc2fdff8d51327de085c478c4c40af Author: Nick Mathewson nickm@torproject.org Date: Mon Jan 11 15:59:25 2021 -0500
Add another entry to the 0.4.5.3-rc changelog --- ChangeLog | 5 ++++- changes/40241 | 4 ---- 2 files changed, 4 insertions(+), 5 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. diff --git a/changes/40241 b/changes/40241 deleted file mode 100644 index c9b2e2c011..0000000000 --- a/changes/40241 +++ /dev/null @@ -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.
tor-commits@lists.torproject.org