New upstream version

Fix a segmentation fault in sr_rpm_package_uniq()
Respect kernel flavor when parsing package name
Parse backtrace without Thread header
Fix koops json output if there are no modules
Add support for multiple koops stacks
This commit is contained in:
Jakub Filak 2013-10-04 14:30:27 +02:00
parent 5957810f0d
commit 52e0c8d27d
3 changed files with 11 additions and 2 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@
/satyr-0.6.tar.xz /satyr-0.6.tar.xz
/satyr-0.7.tar.xz /satyr-0.7.tar.xz
/satyr-0.9.tar.xz /satyr-0.9.tar.xz
/satyr-0.10.tar.xz

View File

@ -8,7 +8,7 @@
%endif %endif
Name: satyr Name: satyr
Version: 0.9 Version: 0.10
Release: 1%{?dist} Release: 1%{?dist}
Summary: Tools to create anonymous, machine-friendly problem reports Summary: Tools to create anonymous, machine-friendly problem reports
Group: System Environment/Libraries Group: System Environment/Libraries
@ -101,6 +101,14 @@ make check
%endif %endif
%changelog %changelog
* Thu Oct 03 2013 Jakub Filak <jfilak@redhat.com> 0.10-1
- New upstream version
- Fix a segmentation fault in sr_rpm_package_uniq()
- Respect kernel flavor when parsing package name
- Parse backtrace without Thread header
- Fix koops json output if there are no modules
- Add support for multiple koops stacks
* Wed Sep 11 2013 Jakub Filak <jfilak@redhat.com> 0.9-1 * Wed Sep 11 2013 Jakub Filak <jfilak@redhat.com> 0.9-1
- New upstream version - New upstream version
- Enrich koops uReport data with koops text and kernel version. - Enrich koops uReport data with koops text and kernel version.

View File

@ -1 +1 @@
d1d58dfc3896f35dd7be00f1ab4a6b7c satyr-0.9.tar.xz eba3cf58cb9a4b7708deefeea95301ff satyr-0.10.tar.xz