diff --git a/.gitignore b/.gitignore index eecca2f..53680f5 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/abrt.spec b/abrt.spec index 3912195..f7f5a88 100644 --- a/abrt.spec +++ b/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 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 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 diff --git a/sources b/sources index 606202a..e88fb6f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fee268003142e35fc72fa8a52941dd80 abrt-2.7.1.tar.gz +09afeb8207b965f9659c0bf11722af16 abrt-2.7.2.tar.gz