Skip to content

Commit

Permalink
Release version 2.15.2-1
Browse files Browse the repository at this point in the history
Created by command:

/usr/bin/tito tag --use-version 2.15.2
  • Loading branch information
michalfabik committed Jun 1, 2021
1 parent 6af783e commit 3474c03
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .tito/packages/libreport
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.15.1-1 ./
2.15.2-1 ./
17 changes: 14 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 7 additions & 1 deletion libreport.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down Expand Up @@ -652,6 +652,12 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%endif

%changelog
* Tue Jun 01 2021 Michal Fabik <[email protected]> 2.15.2-1
- binhex: Remove unused API ([email protected])
- lib: Use GLib for computing SHA-1 digests ([email protected])
- run_event: Improve memory management ([email protected])
- gtk: Fix segfault ([email protected])

* Tue May 04 2021 Michal Fabik <[email protected]> 2.15.1-1
- ureport: Strange usage of tmp variable ([email protected])
- steal_directory: Silence a warning ([email protected])
Expand Down

0 comments on commit 3474c03

Please sign in to comment.