[libreport/f18] New upstream release 2.0.17

Jakub Filak jfilak at fedoraproject.org
Wed Oct 24 13:25:01 UTC 2012


commit 3cca7c9fc74d57333c5ddf0658cda5ced231c185
Author: Jakub Filak <jfilak at redhat.com>
Date:   Wed Oct 24 13:54:41 2012 +0200

    New upstream release 2.0.17
    
    Resolves: #741647, #812283, #849833, #867118, #869032

 .gitignore     |    1 +
 libreport.spec |   16 +++++++++++++++-
 sources        |    2 +-
 3 files changed, 17 insertions(+), 2 deletions(-)
---
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 bdb6963..8b25b74 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 <jfilak at redhat.com> 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 <jfilak at redhat.com> 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


More information about the scm-commits mailing list