diff --git a/.tito/packages/libreport b/.tito/packages/libreport index efe11f65..7dfad899 100644 --- a/.tito/packages/libreport +++ b/.tito/packages/libreport @@ -1 +1 @@ -2.17.13 ./ +2.17.14 ./ diff --git a/CHANGELOG.md b/CHANGELOG.md index e741c0f3..adbef553 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [2.17.14] - 2024-02-12 +### Changed +- reporter-bugzilla: Reduce number of duplicate bug reports + +### Fixed +- reporter-bugzilla: Fail gracefully if API key contains invalid characters +- reporter-bugzilla: Fix creating binary attachments +- reporter-bugzilla: Fix loading configuration + ## [2.17.13] - 2024-02-04 ### Fixed - Exclude coredump archives when creating a bug @@ -361,7 +370,8 @@ files. functions reporting errors through errno. -[Unreleased]: https://github.com/abrt/libreport/compare/2.17.13...HEAD +[Unreleased]: https://github.com/abrt/libreport/compare/2.17.14...HEAD +[2.17.14]: https://github.com/abrt/libreport/compare/2.17.13...2.17.14 [2.17.13]: https://github.com/abrt/libreport/compare/2.17.12...2.17.13 [2.17.12]: https://github.com/abrt/libreport/compare/2.17.11...2.17.12 [2.17.11]: https://github.com/abrt/libreport/compare/2.17.10...2.17.11 diff --git a/libreport.spec b/libreport.spec index 265bc597..769ae983 100644 --- a/libreport.spec +++ b/libreport.spec @@ -14,7 +14,7 @@ Summary: Generic library for reporting various problems Name: libreport -Version: 2.17.13 +Version: 2.17.14 Release: 1%{?dist} License: GPL-2.0-or-later URL: https://abrt.readthedocs.org/