diff --git a/.gitignore b/.gitignore index fe4481d..b6f2b0b 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /libreport-2.0.14.tar.gz /libreport-2.0.15.tar.gz /libreport-2.0.16.tar.gz +/libreport-2.0.17.tar.gz diff --git a/libreport.spec b/libreport.spec index ae7b733..5581af6 100644 --- a/libreport.spec +++ b/libreport.spec @@ -4,7 +4,7 @@ Summary: Generic library for reporting various problems Name: libreport -Version: 2.0.16 +Version: 2.0.17 Release: 1%{?dist} License: GPLv2+ Group: System Environment/Libraries @@ -399,6 +399,20 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %config(noreplace) %{_sysconfdir}/libreport/events.d/uploader_event.conf %changelog +* Wed Oct 24 2012 Jakub Filak 2.0.17-1 +- update CWD after stealing of a dump directory +- get product/version from system configuration +- shorten bz summary if its length exceeds 255 chars +- add full kerneloops to the uReport +- reporter-bz: require bz version match when searching for dups. Closes rhbz#849833 +- reporter-bz: eliminate bugzilla_struct::b_product - use auto var instead +- Move struct bugzilla_struct to its only user, reporter-bugzilla.c +- reporter-bz: do not needlessly open dd if -f; assorted small fixes +- added relro to reportclient.so and _pyreport.so rhbz#812283 +- bz reporter: include ROOTDIR, OS_RELEASE_IN_ROOTDIR, EXECUTABLE elements +- Fix report-newt segfault +- Resolves: #741647, #812283, #849833, #867118, #869032 + * Thu Oct 11 2012 Jakub Filak 2.0.16-1 - expand events from a chain and process expanded events separately - report-gtk: move selection of event to a right place diff --git a/sources b/sources index dbf28fd..8656979 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b8aa7475152dc8420d7dd0c71752b5ed libreport-2.0.16.tar.gz +544c968919eec960de520861f192fbfd libreport-2.0.17.tar.gz