From d58110e1fc663c92ac3e36b166f114b6904796ff Mon Sep 17 00:00:00 2001 From: Michal Srb Date: Fri, 30 Jun 2023 13:02:33 +0200 Subject: [PATCH] Release version 2.17.11 --- .tito/packages/libreport | 2 +- CHANGELOG.md | 12 +++++++++++- libreport.spec | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/.tito/packages/libreport b/.tito/packages/libreport index 575dffe1..f907b7da 100644 --- a/.tito/packages/libreport +++ b/.tito/packages/libreport @@ -1 +1 @@ -2.17.10 ./ +2.17.11 ./ diff --git a/CHANGELOG.md b/CHANGELOG.md index 248095c1..b1af55d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [2.17.11] - 2023-06-30 +### Fixed +- reporter-bugzilla: Fix NameError exception +- reporter-bugzilla: Adding an attachment is a minor bug update (skip emails) +- reporter-bugzilla: Retry Bugzilla queries with delays, if needed + +### Added +- Add "XDG_ACTIVATION_TOKEN" to the list of ignored words + ## [2.17.10] - 2023-05-11 ### Fixed - reporter-upload: Fix use-after-free error (#792) @@ -337,7 +346,8 @@ files. functions reporting errors through errno. -[Unreleased]: https://github.com/abrt/libreport/compare/2.17.10...HEAD +[Unreleased]: https://github.com/abrt/libreport/compare/2.17.11...HEAD +[2.17.11]: https://github.com/abrt/libreport/compare/2.17.10...2.17.11 [2.17.10]: https://github.com/abrt/libreport/compare/2.17.9...2.17.10 [2.17.9]: https://github.com/abrt/libreport/compare/2.17.8...2.17.9 [2.17.8]: https://github.com/abrt/libreport/compare/2.17.7...2.17.8 diff --git a/libreport.spec b/libreport.spec index b95a09b7..b93f14ae 100644 --- a/libreport.spec +++ b/libreport.spec @@ -14,7 +14,7 @@ Summary: Generic library for reporting various problems Name: libreport -Version: 2.17.10 +Version: 2.17.11 Release: 1%{?dist} License: GPL-2.0-or-later URL: https://abrt.readthedocs.org/