New upstream release 2.8.2

Resolves #1357264

Signed-off-by: Matej Habrnal <mhabrnal@redhat.com>
This commit is contained in:
Matej Habrnal 2016-07-18 12:14:41 +02:00
parent 168feccb11
commit e2f4733fc4
3 changed files with 18 additions and 3 deletions

1
.gitignore vendored
View File

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

View File

@ -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 <mhabrnal@redhat.com> 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: #1357264
* Wed May 25 2016 Matej Habrnal <mhabrnal@redhat.com> 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

View File

@ -1 +1 @@
2928780ccb430f0972cc50a33a956772 abrt-2.8.1.tar.gz
055c573c70510e3c09cb12a6cc813507 abrt-2.8.2.tar.gz