Skip to content

Commit

Permalink
Release version 2.17.9
Browse files Browse the repository at this point in the history
  • Loading branch information
msrb committed Mar 24, 2023
1 parent b2bb46d commit 75177dd
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.8 ./
2.17.9 ./
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.9] - 2023-03-24
### Fixed
- reporter-bugzilla: Honor XDG_CONFIG_HOME when accessing user's configuration files (Thanks to Yann Droneaud)
- reporter-bugzilla: Fix reporting when the bug already exists
- reporter-bugzilla: Don't fail if reported_to file doesn't exist (rhbz#2176481)
- reporter-bugzilla: Make sure that the creator of a bug is always in CC
- reporter-bugzilla: Don't send emails about each individual attachment (rhbz#2180286)
- reporter-bugzilla: Fix string interpolation for duplicate bugs

## [2.17.8] - 2023-03-03
### Fixed
- reporter-bugzilla: Fix password prompt in client/server mode (rhbz#2172891)
Expand Down Expand Up @@ -324,7 +333,8 @@ files.
functions reporting errors through errno.


[Unreleased]: https://github.com/abrt/libreport/compare/2.17.8...HEAD
[Unreleased]: https://github.com/abrt/libreport/compare/2.17.9...HEAD
[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
[2.17.7]: https://github.com/abrt/libreport/compare/2.17.6...2.17.7
[2.17.6]: https://github.com/abrt/libreport/compare/2.17.5...2.17.6
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.8
Version: 2.17.9
Release: 1%{?dist}
License: GPL-2.0-or-later
URL: https://abrt.readthedocs.org/
Expand Down

0 comments on commit 75177dd

Please sign in to comment.