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:
parent
5957810f0d
commit
52e0c8d27d
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
||||
/satyr-0.6.tar.xz
|
||||
/satyr-0.7.tar.xz
|
||||
/satyr-0.9.tar.xz
|
||||
/satyr-0.10.tar.xz
|
||||
|
10
satyr.spec
10
satyr.spec
@ -8,7 +8,7 @@
|
||||
%endif
|
||||
|
||||
Name: satyr
|
||||
Version: 0.9
|
||||
Version: 0.10
|
||||
Release: 1%{?dist}
|
||||
Summary: Tools to create anonymous, machine-friendly problem reports
|
||||
Group: System Environment/Libraries
|
||||
@ -101,6 +101,14 @@ make check
|
||||
%endif
|
||||
|
||||
%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
|
||||
- New upstream version
|
||||
- Enrich koops uReport data with koops text and kernel version.
|
||||
|
Loading…
Reference in New Issue
Block a user