diff --git a/.tito/packages/libreport b/.tito/packages/libreport index 49a85499..91c0ca2b 100644 --- a/.tito/packages/libreport +++ b/.tito/packages/libreport @@ -1 +1 @@ -2.15.1-1 ./ +2.15.2-1 ./ diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f3078c5..c3946a05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,16 +5,27 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] + +## [2.15.2] +### Changed +- Use GLib for computing SHA-1 digests + +### Removed +- Remove `libreport_hex2bin()` and `libreport_bin2hex()` functions. + +### Fixed +- Memory management issues + +## [2.15.1] ### Added - ignored_words: add more "key" variations - Add support for excluding whole elements from search for sensitive words ### Changed - libreport-plugin-mailx now depends on /usr/bin/mailx (also provided by s-nail) instead of the mailx package -- Use GLib for computing SHA-1 digests -### Removed -- Remove `libreport_hex2bin()` and `libreport_bin2hex()` functions. +### Fixed +- Memory management issues ## [2.15.0] - 2020-03-03 ### Added diff --git a/libreport.spec b/libreport.spec index 0c12bb79..6786dd53 100644 --- a/libreport.spec +++ b/libreport.spec @@ -14,7 +14,7 @@ Summary: Generic library for reporting various problems Name: libreport -Version: 2.15.1 +Version: 2.15.2 Release: 1%{?dist} License: GPLv2+ URL: https://abrt.readthedocs.org/ @@ -652,6 +652,12 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %endif %changelog +* Tue Jun 01 2021 Michal Fabik 2.15.2-1 +- binhex: Remove unused API (mgrabovs@redhat.com) +- lib: Use GLib for computing SHA-1 digests (mgrabovs@redhat.com) +- run_event: Improve memory management (mgrabovs@redhat.com) +- gtk: Fix segfault (mgrabovs@redhat.com) + * Tue May 04 2021 Michal Fabik 2.15.1-1 - ureport: Strange usage of tmp variable (mzidek@redhat.com) - steal_directory: Silence a warning (mzidek@redhat.com)