From 9ec64a4cc0142b01af60a111f8d66a76828ca7be Mon Sep 17 00:00:00 2001 From: Jakub Filak Date: Nov 14 2012 13:39:06 +0000 Subject: New upstream release 2.0.19 --- diff --git a/.gitignore b/.gitignore index ce178a6..9a26409 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ /libreport-2.0.16.tar.gz /libreport-2.0.17.tar.gz /libreport-2.0.18.tar.gz +/libreport-2.0.19.tar.gz diff --git a/libreport.spec b/libreport.spec index bf204d8..e0aaf30 100644 --- a/libreport.spec +++ b/libreport.spec @@ -4,7 +4,7 @@ Summary: Generic library for reporting various problems Name: libreport -Version: 2.0.18 +Version: 2.0.19 Release: 1%{?dist} License: GPLv2+ Group: System Environment/Libraries @@ -371,6 +371,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %files plugin-bugzilla %defattr(-,root,root,-) %config(noreplace) %{_sysconfdir}/libreport/plugins/bugzilla.conf +%config(noreplace) %{_sysconfdir}/libreport/plugins/bugzilla_format.conf +%config(noreplace) %{_sysconfdir}/libreport/plugins/bugzilla_format_libreport.conf +%config(noreplace) %{_sysconfdir}/libreport/plugins/bugzilla_format_kernel.conf %{_sysconfdir}/libreport/events/report_Bugzilla.xml %config(noreplace) %{_sysconfdir}/libreport/events/report_Bugzilla.conf %config(noreplace) %{_sysconfdir}/libreport/events.d/bugzilla_event.conf @@ -399,6 +402,20 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %config(noreplace) %{_sysconfdir}/libreport/events.d/uploader_event.conf %changelog +* Wed Nov 14 2012 Jakub Filak 2.0.19-1 +- introduce a new formating feature for Bugzilla plugin +- use gtk_show_uri() instead of own launcher +- update kerneloops urls +- don't force the minimal rating trac#854 +- add support for forwarding of report client requests +- fix i18n in event client communication protocol +- add event name to the error message - can't get secret item +- switch all load_conf_file() calls to use skipKeysWithoutValue=false +- hide the spinner when the event processing is finishes trac#852 +- add a method for loading of configuration of a single event +- unlock secret collection only on meaningful demand +- fix secret item look up for gnome-keyring + * Thu Nov 01 2012 Jakub Filak 2.0.18-1 - reporter-bz: tighten up checking that BZ server gave us its version; fix recently broken settings parsing - reporter-bz: make selinux-policy special case controllable from config file diff --git a/sources b/sources index 0978e26..664d14e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -af6cea2009cfbe601d336ff27d3c8154 libreport-2.0.18.tar.gz +832697496a147af9532b66d91815cca7 libreport-2.0.19.tar.gz