diff --git a/.gitignore b/.gitignore index d6fe0dd..9c3d3b7 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /satyr-0.6.tar.xz /satyr-0.7.tar.xz /satyr-0.9.tar.xz +/satyr-0.10.tar.xz diff --git a/satyr.spec b/satyr.spec index 8a85168..17d7591 100644 --- a/satyr.spec +++ b/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 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 0.9-1 - New upstream version - Enrich koops uReport data with koops text and kernel version. diff --git a/sources b/sources index b497289..ed87fbf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d1d58dfc3896f35dd7be00f1ab4a6b7c satyr-0.9.tar.xz +eba3cf58cb9a4b7708deefeea95301ff satyr-0.10.tar.xz