diff --git a/.gitignore b/.gitignore index af7f453..e56a5ec 100644 --- a/.gitignore +++ b/.gitignore @@ -49,3 +49,4 @@ abrt-1.1.13.tar.gz /abrt-2.7.2.tar.gz /abrt-2.8.0.tar.gz /abrt-2.8.1.tar.gz +/abrt-2.8.2.tar.gz diff --git a/abrt.spec b/abrt.spec index edc7ee0..0de3b5f 100644 --- a/abrt.spec +++ b/abrt.spec @@ -43,12 +43,12 @@ %define docdirversion -%{version} %endif -%define libreport_ver 2.7.1 +%define libreport_ver 2.7.2 %define satyr_ver 0.19 Summary: Automatic bug detection and reporting tool Name: abrt -Version: 2.8.1 +Version: 2.8.2 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -1085,6 +1085,20 @@ killall abrt-dbus >/dev/null 2>&1 || : %config(noreplace) %{_sysconfdir}/profile.d/abrt-console-notification.sh %changelog +* Mon Jul 18 2016 Matej Habrnal 2.8.2-1 +- Translation updates +- abrt-hook-ccpp: Fix mismatching argument +- Allow selinux to be optional at build time +- vmcore: use findmnt to get mountpoint +- vmcore: fix finding partitions by UUID and LABEL +- a-a-install-debuginfo: Exception may not have an argument errno +- koops: do not assume version has 3 levels +- Add ARM specific oops backtrace processing. +- examples: add oops-kernel-panic-hung-tasks-arm +- Add oops processing for kernel panics caused by hung tasks. +- abrt-hook-ccpp: save get_fsuid() return values in int variables +- Resolves: #1341305 + * Wed May 25 2016 Matej Habrnal 2.8.1-1 - a-dump-journal-xorg: allow *libexec/X* to be executable element - a-dump-journal-xorg: add '_COMM=gnome-shell' to journal filter diff --git a/sources b/sources index d80a9e2..7571084 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2928780ccb430f0972cc50a33a956772 abrt-2.8.1.tar.gz +055c573c70510e3c09cb12a6cc813507 abrt-2.8.2.tar.gz