From 85d141b60bde98984c7f57034f5387d130479195 Mon Sep 17 00:00:00 2001 From: Michal Domonkos Date: Wed, 7 Feb 2024 15:56:13 +0100 Subject: [PATCH] Release 4.19.1.1 --- download.md | 1 + index.md | 5 +++++ timeline.md | 5 +++++ wiki/Releases/4.19.1.1.md | 22 ++++++++++++++++++++++ 4 files changed, 33 insertions(+) create mode 100644 wiki/Releases/4.19.1.1.md diff --git a/download.md b/download.md index b3dc945..6f1451b 100644 --- a/download.md +++ b/download.md @@ -5,6 +5,7 @@ title: rpm.org - Download ## Current stable releases (supported) ### RPM 4.19.x +* [RPM 4.19.1.1](https://ftp.osuosl.org/pub/rpm/releases/rpm-4.19.x/rpm-4.19.1.1.tar.bz2) ([Release notes](wiki/Releases/4.19.1.1.html)) * [RPM 4.19.1](https://ftp.osuosl.org/pub/rpm/releases/rpm-4.19.x/rpm-4.19.1.tar.bz2) ([Release notes](wiki/Releases/4.19.1.html)) * [RPM 4.19.0](https://ftp.osuosl.org/pub/rpm/releases/rpm-4.19.x/rpm-4.19.0.tar.bz2) ([Release notes](wiki/Releases/4.19.0.html)) diff --git a/index.md b/index.md index 2640ac6..72c625f 100644 --- a/index.md +++ b/index.md @@ -16,6 +16,11 @@ capable of ## News +#### RPM 4.19.1.1 released (Feb 07 2024) +* This is a bug fix only release addressing a number of regressions, memory + leaks and build system issues. +* See [release notes](wiki/Releases/4.19.1.1) for details and download information + #### RPM 4.19.1 released (Dec 12 2023) * This is a bug fix release with a few minor enhancements. * See [release notes](wiki/Releases/4.19.1) for details and download information diff --git a/timeline.md b/timeline.md index 59e18a1..d4b6dd9 100644 --- a/timeline.md +++ b/timeline.md @@ -2,6 +2,11 @@ layout: default title: rpm.org - Timeline --- +#### RPM 4.19.1.1 released (Feb 07 2024) +* This is a bug fix only release addressing a number of regressions, memory + leaks and build system issues. +* See [release notes](wiki/Releases/4.19.1.1) for details and download information + #### RPM 4.19.1 released (Dec 12 2023) * This is a bug fix release with a few minor enhancements. * See [release notes](wiki/Releases/4.19.1) for details and download information diff --git a/wiki/Releases/4.19.1.1.md b/wiki/Releases/4.19.1.1.md new file mode 100644 index 0000000..ab2d890 --- /dev/null +++ b/wiki/Releases/4.19.1.1.md @@ -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 Regression ([#2814](https://github.com/rpm-software-management/rpm/pull/2814)) +* *Packaging:* Make user/group lookup caching thread-safe Regression ([#2843](https://github.com/rpm-software-management/rpm/pull/2843)) +* *Lua interface:* Fix regression in Lua scriptlet runaway child detection Regression ([#2818](https://github.com/rpm-software-management/rpm/pull/2818)) +* *Build:* CMakeLists.txt: restore readline support as an explicit option Regression ([#2852](https://github.com/rpm-software-management/rpm/pull/2852)) +* *Build:* Fix unconditional uses of Linux-specific extensions Regression ([#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)