Skip to content

Commit

Permalink
Release 0.41
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Srb <[email protected]>
  • Loading branch information
msrb committed Feb 20, 2023
1 parent cac2815 commit a649a68
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
unreleased
==========

0.41
==========
Normalize both gdb stacktrace and the crash frame (rhbz#2168223)

0.40
==========
Add support for fine-grained error location lines in Python tracebacks
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.40
DEF_VER=0.41
LF='
'

Expand Down
2 changes: 1 addition & 1 deletion lib/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ libsatyr_conv_la_LIBADD = \
lib_LTLIBRARIES = libsatyr.la
libsatyr_la_SOURCES =
libsatyr_la_LIBADD = libsatyr_conv.la
libsatyr_la_LDFLAGS = -version-info 4:3:0 -export-symbols-regex '^sr_'
libsatyr_la_LDFLAGS = -version-info 4:4:0 -export-symbols-regex '^sr_'

# NOTE: when updating CURRENT, update it in ruby/lib/satyr.rb as well!

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

%changelog
* Sun Feb 19 2023 Michal Srb <[email protected]> 0.41-1
- Normalize both gdb stacktrace and the crash frame
- Use SPDX format for license field

* 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
Expand Down

0 comments on commit a649a68

Please sign in to comment.