From 1ebdebec1fe86cb7451126f2eba714494f463a40 Mon Sep 17 00:00:00 2001 From: Jakub Filak Date: Oct 05 2012 10:47:42 +0000 Subject: New upstream release 2.0.15 Resolves: #859422, #861880, #861679, 847816 --- diff --git a/.gitignore b/.gitignore index 6db09dd..3dcb7f5 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/libreport.spec b/libreport.spec index b47a4ea..192b6ef 100644 --- a/libreport.spec +++ b/libreport.spec @@ -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 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 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 diff --git a/sources b/sources index 7335e1e..b0828a0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d9674d74c9c9d0226ded2078255565b7 libreport-2.0.14.tar.gz +38d6b9cbe670336fed45c26f2ef39966 libreport-2.0.15.tar.gz