New upstream release 2.0.17
Resolves: #741647, #812283, #849833, #867118, #869032
This commit is contained in:
parent
0a2561a382
commit
1667451afe
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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@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@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
|
||||
|
Loading…
Reference in New Issue
Block a user