From 3115700b76724b5246bafea22483957cbd71ae28 Mon Sep 17 00:00:00 2001 From: Michal Domonkos Date: Tue, 10 Sep 2024 15:27:08 +0200 Subject: [PATCH] Release rpm 4.20 rc2 --- download.md | 2 +- index.md | 6 ++++++ timeline.md | 6 ++++++ wiki/Releases/4.20.0.md | 12 +++++++----- 4 files changed, 20 insertions(+), 6 deletions(-) diff --git a/download.md b/download.md index af13fbb..96b3b40 100644 --- a/download.md +++ b/download.md @@ -15,7 +15,7 @@ title: rpm.org - Download * [RPM 4.18.0](https://ftp.osuosl.org/pub/rpm/releases/rpm-4.18.x/rpm-4.18.0.tar.bz2) ([Release notes](wiki/Releases/4.18.0.html)) ## Current test releases -* [RPM 4.20 RC1](https://ftp.osuosl.org/pub/rpm/releases/testing/rpm-4.19.93.tar.bz2) ([Release notes](wiki/Releases/4.20.0.html)) +* [RPM 4.20 RC2](https://ftp.osuosl.org/pub/rpm/releases/testing/rpm-4.19.94.tar.bz2) ([Release notes](wiki/Releases/4.20.0.html)) ## Old releases (no longer supported) diff --git a/index.md b/index.md index 86aaf99..a0bbd75 100644 --- a/index.md +++ b/index.md @@ -16,6 +16,12 @@ capable of ## News +#### RPM 4.20.0 RC2 released (Sep 10 2024) +* See [draft release notes](wiki/Releases/4.20.0) for details and download information +* This release makes `%autosetup -C` also work with zip/7zip archives, fixes a + long-standing bug in `%transfiletriggerpostun` where it only matched against + the first listed prefix, and includes a handful of other small fixes + #### RPM 4.20.0 RC1 released (Aug 30 2024) * See [draft release notes](wiki/Releases/4.20.0) for details and download information * This release is about the finishing touches for the major features and diff --git a/timeline.md b/timeline.md index 349eb2d..81728da 100644 --- a/timeline.md +++ b/timeline.md @@ -2,6 +2,12 @@ layout: default title: rpm.org - Timeline --- +#### RPM 4.20.0 RC2 released (Sep 10 2024) +* See [draft release notes](wiki/Releases/4.20.0) for details and download information +* This release makes `%autosetup -C` also work with zip/7zip archives, fixes a + long-standing bug in `%transfiletriggerpostun` where it only matched against + the first listed prefix, and includes a handful of other small fixes + #### RPM 4.20.0 RC1 released (Aug 30 2024) * See [draft release notes](wiki/Releases/4.20.0) for details and download information * This release is about the finishing touches for the major features and diff --git a/wiki/Releases/4.20.0.md b/wiki/Releases/4.20.0.md index 18d50d2..f2e879e 100644 --- a/wiki/Releases/4.20.0.md +++ b/wiki/Releases/4.20.0.md @@ -3,13 +3,13 @@ layout: default title: rpm.org - Releases --- -# RPM 4.20.0 RC1 Release Notes (DRAFT) +# RPM 4.20.0 RC2 Release Notes (DRAFT) -Last update: 2024-08-30 +Last update: 2024-09-10 ## Download -* Source: [rpm-4.19.93.tar.bz2](https://ftp.osuosl.org/pub/rpm/releases/testing/rpm-4.19.93.tar.bz2) -* SHA256SUM: c7fd137feb580378a3f801a13f4bfff29845f5d3b2addce583e506cc1c278615 +* Source: [rpm-4.19.94.tar.bz2](https://ftp.osuosl.org/pub/rpm/releases/testing/rpm-4.19.94.tar.bz2) +* SHA256SUM: e2581eb934ff2584a683f0042edd3d033fa1e47bcfc1da4a7a5bb0565a25f5d6 ## Enhancements ### UI & Performance @@ -58,11 +58,13 @@ Last update: 2024-08-30 * Fix multiply defined local macros escaping scope ([#3056](https://github.com/rpm-software-management/rpm/issues/3056)) * Fix `%quote` macro special characters leaking to the outside * Fix `%shescape` macro to escape all arguments +* Fix `%transfiletriggerpostun` only matching on the first prefix, ignoring the rest ([#3048](https://github.com/rpm-software-management/rpm/issues/3048)) * Make `%dirname` and `%basename` behave like `dirname(3)` and `basename(3)` ([#2928](https://github.com/rpm-software-management/rpm/issues/2928)) * Run build scriptlets with closed stdin to enforce unattended builds * Automatically load proper platform configuration on `BuildArch` when `--target` is not used ([#3049](https://github.com/rpm-software-management/rpm/issues/3049)) * Always create `%specpartsdir` on build ([#3063](https://github.com/rpm-software-management/rpm/issues/3063)) -* Multiple fixes to the archives created by `rpm2archive(8)`. +* Multiple fixes to the archives created by `rpm2archive(8)` +* Eliminate hardcoded assumptions about `gpg(1)` in error messages ([#3274](https://github.com/rpm-software-management/rpm/issues/3274)) ## Development & Build System * Include dirs are now exported in lib targets as well ([#3222](https://github.com/rpm-software-management/rpm/issues/3222))