diff --git a/.gitignore b/.gitignore index 6389aef..a1a2f90 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ abrt-1.1.13.tar.gz /abrt-2.0.12.tar.gz /abrt-2.0.13.tar.gz /abrt-2.0.14.tar.gz +/abrt-2.0.15.tar.gz diff --git a/abrt.spec b/abrt.spec index f2213d9..14aa30a 100644 --- a/abrt.spec +++ b/abrt.spec @@ -24,8 +24,8 @@ Summary: Automatic bug detection and reporting tool Name: abrt -Version: 2.0.14 -Release: 2%{?dist} +Version: 2.0.15 +Release: 1%{?dist} License: GPLv2+ Group: Applications/System URL: https://fedorahosted.org/abrt/ @@ -646,6 +646,18 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %config(noreplace) %{_sysconfdir}/libreport/events.d/dbus_event.conf %changelog +* Thu Oct 11 2012 Jakub Filak 2.0.15-1 +- add collect_* event to reporting chains for CCpp/Python/Kernel +- core-backtrace: make sure kernel version does not contain spaces +- core-backtrace: also include '?' flag for kerneloops +- don't check EXECUTABLE if it isn't present in list +- retrace-client: check whether all included files are regular +- abrt_exception_handler.py: save 'environ' element +- add Makefile target release-fix +- Make it possible for developer to disable crash processing for specific apps. Closes rhbz#848786 +- s/Dump directory/Problem directory/ +- Resolves: #864014, #864331, #848786 + * Sun Oct 07 2012 Jakub Filak 2.0.14-2 - added forgotten Requires diff --git a/sources b/sources index b7ff385..e5a35aa 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c1f4c2377cc7a3de6a434e96491ccdb9 abrt-2.0.14.tar.gz +0ac147b6e43ca873e6b1927601ec22a4 abrt-2.0.15.tar.gz