New version 2.7.1

This commit is contained in:
Matej Habrnal 2016-05-18 11:39:05 +02:00
parent 89ee3481d8
commit fc95fa8216
2 changed files with 18 additions and 3 deletions

View File

@ -6,7 +6,7 @@
Summary: Generic library for reporting various problems
Name: libreport
Version: 2.7.0
Version: 2.7.1
Release: 1%{?dist}
License: GPLv2+
Group: System Environment/Libraries
@ -47,9 +47,12 @@ BuildRequires: doxygen
BuildRequires: systemd-devel
BuildRequires: augeas-devel
BuildRequires: augeas
BuildRequires: xz-devel
BuildRequires: xz
BuildRequires: lz4
Requires: libreport-filesystem = %{version}-%{release}
Requires: satyr >= %{satyr_ver}
Requires: xz
Requires: lz4
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@ -746,6 +749,18 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%changelog
* Wed May 18 2016 Matej Habrnal <mhabrnal@redhat.com> 2.7.1-1
- lib: add lz4 decompression
- lib: avoid the need to link against lzma
- all: format security
- lib: add cgroup namespace
- dd: introduce functions getting occurrence stamps
- dd: introduce dd_get_env_variable
- lib: add get env variable from a file
- RHTSupport: include count in Support cases
- lib: problem report API check fseek return code
- ignored words: remove 'kwallet_jwakely' which I added wrongly
* Fri Apr 08 2016 Matej Habrnal <mhabrnal@redhat.com> 2.7.0-1
- ignored words: update ignored words
- mailx: use problem report api to define an emais' content

View File

@ -1 +1 @@
7354fa562de18ab690127a4ff7d5601e libreport-2.7.0.tar.gz
ad4e7bfc4e3fbb7283bc7dd6f92fe995 libreport-2.7.1.tar.gz