Skip to content

Commit

Permalink
Release version 2.17.14
Browse files Browse the repository at this point in the history
  • Loading branch information
msrb committed Feb 12, 2024
1 parent 87c031f commit 95088af
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .tito/packages/libreport
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.17.13 ./
2.17.14 ./
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 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.17.13
Version: 2.17.14
Release: 1%{?dist}
License: GPL-2.0-or-later
URL: https://abrt.readthedocs.org/
Expand Down

0 comments on commit 95088af

Please sign in to comment.