New version 2.7.2

Signed-off-by: Matej Habrnal <mhabrnal@redhat.com>
This commit is contained in:
Matej Habrnal 2016-02-02 14:29:49 +01:00
parent 61650c58f2
commit ee087b960d
3 changed files with 12 additions and 3 deletions

1
.gitignore vendored
View File

@ -46,3 +46,4 @@ abrt-1.1.13.tar.gz
/abrt-2.6.2.tar.gz
/abrt-2.7.0.tar.gz
/abrt-2.7.1.tar.gz
/abrt-2.7.2.tar.gz

View File

@ -43,12 +43,12 @@
%define docdirversion -%{version}
%endif
%define libreport_ver 2.6.3
%define libreport_ver 2.6.4
%define satyr_ver 0.19
Summary: Automatic bug detection and reporting tool
Name: abrt
Version: 2.7.1
Version: 2.7.2
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
@ -1086,6 +1086,14 @@ killall abrt-dbus >/dev/null 2>&1 || :
%config(noreplace) %{_sysconfdir}/profile.d/abrt-console-notification.sh
%changelog
* Tue Feb 02 2016 Matej Habrnal <mhabrnal@redhat.com> 2.7.2-1
- ccpp: add AllowedUsers and AllowedGroups feature
- ccpp: use executable name from pid
- a-a-c-o-f-hw-error: do not crash on invalid unicode
- configui: link GUI library with libabrt.so
- ccpp: unify log message of ignored crashes
- ccpp: add IgnoredPath option
* Mon Nov 23 2015 Jakub Filak <jfilak@redhat.com> 2.7.1-1
- CVE-2015-5287: switch owner of /var/spool/abrt to 'root'
- CVE-2015-5287: ccpp: save abrt core files only if DebugLevel > 0

View File

@ -1 +1 @@
fee268003142e35fc72fa8a52941dd80 abrt-2.7.1.tar.gz
09afeb8207b965f9659c0bf11722af16 abrt-2.7.2.tar.gz