New upstream release 2.0.15

Resolves: #859422, #861880, #861679, 847816
This commit is contained in:
Jakub Filak 2012-10-05 12:25:11 +02:00
parent 911234e619
commit 1ebdebec1f
3 changed files with 15 additions and 2 deletions

1
.gitignore vendored
View File

@ -9,3 +9,4 @@
/libreport-2.0.12.tar.gz
/libreport-2.0.13.tar.gz
/libreport-2.0.14.tar.gz
/libreport-2.0.15.tar.gz

View File

@ -4,7 +4,7 @@
Summary: Generic library for reporting various problems
Name: libreport
Version: 2.0.14
Version: 2.0.15
Release: 1%{?dist}
License: GPLv2+
Group: System Environment/Libraries
@ -399,6 +399,18 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%config(noreplace) %{_sysconfdir}/libreport/events.d/uploader_event.conf
%changelog
* Fri Oct 05 2012 Jakub Filak <jfilak@redhat.com> 2.0.15-1
- remove unnecessary flag from words highlighting functions
- report-gtk: rework forbidden words highlighting
- add xmalloc_fopen_fgetline_fclose helper for reading one-line files
- update GUI before highlighting of forbidden words
- clear warnings after switching to a next page
- tweak conditions in show next forbidden word functions
- reporter-ureport: respect chrooted os_release
- Fix typos.
- rhbz#861679: report-gtk: immediately release dump directory lock
- add a few helpers for reading files as one malloced block
* Fri Sep 21 2012 Jiri Moskovcak <jmoskovc@redhat.com> 2.0.14-1
- added error callback to get notification about download failure rhbz#786640
- rhbz#767186: show a link to a page describing the ABRT configuration

View File

@ -1 +1 @@
d9674d74c9c9d0226ded2078255565b7 libreport-2.0.14.tar.gz
38d6b9cbe670336fed45c26f2ef39966 libreport-2.0.15.tar.gz