From bc2007a240a3d891fcee504e4c086b7ba85833d7 Mon Sep 17 00:00:00 2001 From: Marcus Holland-Moritz Date: Sat, 13 Mar 2021 15:27:36 +0100 Subject: [PATCH] Update change log --- CHANGES.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index b66757bc..baa245ff 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -5,6 +5,14 @@ - [fix] Linking against libarchive was fixed so that it also works for shared library builds. (fixes github #36) +- [fix] `mkdwarfs` didn't catch certain exceptions correctly, + which would cause a stack trace instead of a simple error + message. This has been fixed. + +- [fix] The statically linked executables were unable to handle + any exceptions at all due to duplicate stack unwinding code. + This has (hopefully) been fixed now. + - [perf] GCC builds have traditionally been much slower than Clang builds, though it was unclear why that was the case. It turns out the reason is simply that CMake defaults to