New upstream release 2.8.2
Resolves #1357264 Signed-off-by: Matej Habrnal <mhabrnal@redhat.com>
This commit is contained in:
parent
168feccb11
commit
e2f4733fc4
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
18
abrt.spec
18
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 <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
|
||||
|
Loading…
Reference in New Issue
Block a user