-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Michal Srb <[email protected]>
- Loading branch information
Showing
3 changed files
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
========== | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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=' | ||
' | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|