New upstream release 2.0.19

Resolves: #873488
This commit is contained in:
Jakub Filak 2012-11-14 13:46:31 +01:00
commit f2f418c273
3 changed files with 14 additions and 2 deletions

1
.gitignore vendored
View file

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

View file

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

View file

@ -1 +1 @@
6c7f66be48c3aab72b4d69fe3391bf04 abrt-2.0.18.tar.gz
33f275bb1820cac6f346c8eb8c5c642d abrt-2.0.19.tar.gz