New version 2.7.2
Signed-off-by: Matej Habrnal <mhabrnal@redhat.com>
This commit is contained in:
parent
61650c58f2
commit
ee087b960d
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
12
abrt.spec
12
abrt.spec
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user