diff --git a/.gitignore b/.gitignore index 98c4a20..402e5ad 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ /libreport-2.0.19.tar.gz /libreport-2.0.20.tar.gz /libreport-2.1.0.tar.gz +/libreport-2.1.1.tar.gz diff --git a/libreport.spec b/libreport.spec index 06e2c62..2fca287 100644 --- a/libreport.spec +++ b/libreport.spec @@ -4,8 +4,8 @@ Summary: Generic library for reporting various problems Name: libreport -Version: 2.1.0 -Release: 2%{?dist} +Version: 2.1.1 +Release: 1%{?dist} License: GPLv2+ Group: System Environment/Libraries URL: https://fedorahosted.org/abrt/ @@ -446,6 +446,12 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Thu Feb 07 2013 Jakub Filak 2.1.1-1 +- move 'reporter-mailx' from post-create event to notify(-dup) event +- reporter-bugzilla: use base64 XMLRPC type for encoded data instead of string type +- ureport: fix extra quoting when reporting error messages +- Resolves: #908210 + * Tue Feb 05 2013 Jakub Filak 2.1.0-2 - configure libreport to be in conflict with abrt < 2.1.0 diff --git a/sources b/sources index 873f222..79627f0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -761e4393411cdac13e72d832bd383dd2 libreport-2.1.0.tar.gz +80b6b61c8699a8e68829b1096952c621 libreport-2.1.1.tar.gz