Skip to content

Commit

Permalink
Release 0.43
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Srb <[email protected]>
  • Loading branch information
msrb committed Feb 4, 2024
1 parent d5c534b commit 5891618
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
unreleased
0.43
==========
Fix test failure when using clang (Thanks to Alex)

0.42
==========
Expand Down
2 changes: 1 addition & 1 deletion gen-version
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

DEF_VER=0.42
DEF_VER=0.43
LF='
'

Expand Down
3 changes: 3 additions & 0 deletions satyr.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,9 @@ make check|| {
%endif

%changelog
* Sun Feb 04 2024 Michal Srb <[email protected]> 0.43-1
- (HEAD -> master, origin/master, origin/HEAD) Fix test suit core_stacktrace fail using clang

* Sun Feb 26 2023 Michal Srb <[email protected]> 0.42-1
- Find crash thread before stacktrace is normalized

Expand Down

0 comments on commit 5891618

Please sign in to comment.