Skip to content

Commit

Permalink
Release version 2.17.12
Browse files Browse the repository at this point in the history
  • Loading branch information
msrb committed Feb 4, 2024
1 parent b5889b7 commit 62df189
Show file tree
Hide file tree
Showing 3 changed files with 12 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.11 ./
2.17.12 ./
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,17 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [2.17.12] - 2024-02-04
### Fixed
- reporter-upload: Fix double free crash (#792)
- gui-wizard-gtk: Enable word wrap for comments
- Fix compatibility with libxml2 2.12 (Nicolas Iooss)
- Fix multiple problems with the test suite (Florian Weimer)

### Added
- Add support for unpacking coredumps in the problem directory
- Add "MEMORY_PRESSURE_WATCH" to the list of ignored words

## [2.17.11] - 2023-06-30
### Fixed
Expand Down Expand Up @@ -349,7 +357,8 @@ files.
functions reporting errors through errno.


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

0 comments on commit 62df189

Please sign in to comment.