New upstream release 2.0.19

This commit is contained in:
Jakub Filak 2012-11-14 13:46:16 +01:00
parent f7a308a8d8
commit 9ec64a4cc0
3 changed files with 20 additions and 2 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <jfilak@redhat.com> 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 <jfilak@redhat.com> 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

View File

@ -1 +1 @@
af6cea2009cfbe601d336ff27d3c8154 libreport-2.0.18.tar.gz
832697496a147af9532b66d91815cca7 libreport-2.0.19.tar.gz