diff --git a/NEWS b/NEWS index 919e47d..8467d76 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,6 @@ -unreleased +0.43 ========== +Fix test failure when using clang (Thanks to Alex) 0.42 ========== diff --git a/gen-version b/gen-version index 85c881d..886d5d9 100755 --- a/gen-version +++ b/gen-version @@ -1,6 +1,6 @@ #!/bin/bash -DEF_VER=0.42 +DEF_VER=0.43 LF=' ' diff --git a/satyr.spec.in b/satyr.spec.in index f32ec01..05993ca 100644 --- a/satyr.spec.in +++ b/satyr.spec.in @@ -129,6 +129,9 @@ make check|| { %endif %changelog +* Sun Feb 04 2024 Michal Srb 0.43-1 +- (HEAD -> master, origin/master, origin/HEAD) Fix test suit core_stacktrace fail using clang + * Sun Feb 26 2023 Michal Srb 0.42-1 - Find crash thread before stacktrace is normalized