-
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
9 additions
and
1 deletion.
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
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.39 | ||
DEF_VER=0.40 | ||
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,11 @@ make check|| { | |
%endif | ||
|
||
%changelog | ||
* Mon Oct 31 2022 Michal Srb <[email protected]> 0.40-1 | ||
- Add support for fine-grained error location lines in Python tracebacks | ||
- py_base_stacktrace.c: Avoid duplicate include of py_base_thread.h | ||
- py_base_stacktrace.c: include glib.h | ||
|
||
* Fri Dec 17 2021 Matěj Grabovský <[email protected]> 0.39-1 | ||
- tests: Fix call to deprecated method | ||
- gitignore: Update local rules | ||
|