diff --git a/.gitignore b/.gitignore index 8edf210..8c70e7a 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ abrt-1.1.13.tar.gz /abrt-2.0.16.tar.gz /abrt-2.0.17.tar.gz /abrt-2.0.18.tar.gz +/abrt-2.0.19.tar.gz diff --git a/abrt.spec b/abrt.spec index 7883bb0..95ab5d7 100644 --- a/abrt.spec +++ b/abrt.spec @@ -24,7 +24,7 @@ Summary: Automatic bug detection and reporting tool Name: abrt -Version: 2.0.18 +Version: 2.0.19 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -646,6 +646,17 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %config(noreplace) %{_sysconfdir}/libreport/events.d/dbus_event.conf %changelog +* Wed Nov 14 2012 Jakub Filak 2.0.19-1 +- call g_type_init() only in GLib version < 2.35 +- plugins/*_event.conf: use reporter-bz -F FMTFILE as appropriate +- repeat unchaged retrace status message only in verbose mode +- check the correct return value of yesforever answer +- abrt-handle-event: forward event process requests to parent +- don't leak optional retrace path and kernel tainted string +- enhance koops tainted flag parser +- Use "comment" element instead of "description" +- Resolves: #873488 + * Thu Nov 01 2012 Jakub Filak 2.0.18-1 - bugzilla-dupe-search: fix os_release to contain the same OS version as bug 755535 - Do not stop reporting when GConf entry is not found. Closes rhbz#869833 diff --git a/sources b/sources index c1fef5e..3348cdb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6c7f66be48c3aab72b4d69fe3391bf04 abrt-2.0.18.tar.gz +33f275bb1820cac6f346c8eb8c5c642d abrt-2.0.19.tar.gz