-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
layout: default | ||
title: rpm.org - Releases | ||
--- | ||
|
||
# RPM 4.19.1.1 Release Notes | ||
|
||
## Download | ||
* Source: [rpm-4.19.1.1.tar.bz2](https://ftp.osuosl.org/pub/rpm/releases/rpm-4.19.x/rpm-4.19.1.1.tar.bz2) | ||
* SHA256SUM: 874091b80efe66f9de8e3242ae2337162e2d7131e3aa4ac99ac22155e9c521e5 | ||
|
||
## Summary of changes from RPM 4.19.1 | ||
### Fixes | ||
* *Packaging:* Don't warn about missing user/group on skipped files <sup>Regression</sup> ([#2814](https://github.com/rpm-software-management/rpm/pull/2814)) | ||
* *Packaging:* Make user/group lookup caching thread-safe <sup>Regression</sup> ([#2843](https://github.com/rpm-software-management/rpm/pull/2843)) | ||
* *Lua interface:* Fix regression in Lua scriptlet runaway child detection <sup>Regression</sup> ([#2818](https://github.com/rpm-software-management/rpm/pull/2818)) | ||
* *Build:* CMakeLists.txt: restore readline support as an explicit option <sup>Regression</sup> ([#2852](https://github.com/rpm-software-management/rpm/pull/2852)) | ||
* *Build:* Fix unconditional uses of Linux-specific extensions <sup>Regression</sup> ([#2812](https://github.com/rpm-software-management/rpm/pull/2812)) | ||
* *Build:* Add missing include for `check_symbol_exists` ([#2831](https://github.com/rpm-software-management/rpm/pull/2831)) | ||
* *Build:* Don't use `_nl_msg_cat_cntr` if it's not available ([#2856](https://github.com/rpm-software-management/rpm/pull/2856)) | ||
|
||
[Full Changelog](https://github.com/rpm-software-management/rpm/compare/rpm-4.19.1-release...rpm-4.19.1.1-release) |