From 06f2fe9a76688f1770a8f49257e1d237ea3f759a Mon Sep 17 00:00:00 2001 From: Michal Domonkos Date: Mon, 7 Oct 2024 14:40:01 +0200 Subject: [PATCH] Release RPM 4.20.0 --- download.md | 5 ++++- index.md | 14 ++++++++++++++ timeline.md | 14 ++++++++++++++ wiki/Releases/4.20.0.md | 4 ++-- 4 files changed, 34 insertions(+), 3 deletions(-) diff --git a/download.md b/download.md index 96b3b40..b125fd6 100644 --- a/download.md +++ b/download.md @@ -4,6 +4,9 @@ title: rpm.org - Download --- ## Current stable releases (supported) +### RPM 4.20.x +* [RPM 4.20.0](https://ftp.osuosl.org/pub/rpm/releases/rpm-4.20.x/rpm-4.20.0.tar.bz2) ([Release notes](wiki/Releases/4.20.0.html)) + ### 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)) @@ -15,7 +18,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 RC2](https://ftp.osuosl.org/pub/rpm/releases/testing/rpm-4.19.94.tar.bz2) ([Release notes](wiki/Releases/4.20.0.html)) +* N/A ## Old releases (no longer supported) diff --git a/index.md b/index.md index a0bbd75..55cf7ac 100644 --- a/index.md +++ b/index.md @@ -16,6 +16,20 @@ capable of ## News +#### RPM 4.20.0 released (Oct 07 2024) +* See [release notes](wiki/Releases/4.20.0) for details and download information +* Highlights include: + * [Declarative build system](https://rpm-software-management.github.io/rpm/manual/buildsystem.html) support + * [Dynamic spec](https://rpm-software-management.github.io/rpm/manual/dynamic_specs.html) improvements + * Guaranteed, RPM-controlled per-build directory + * Support for [spec-local](https://rpm-software-management.github.io/rpm/manual/dependency_generators.html#using-file-attributes-in-their-own-package) file attributes and generators + * Support for group membership in `sysusers.d(5)` files + * Proper distro-agnostic debuginfo support + * Sanitized spec comments and indentation syntax + * Sanitized `--build-in-place` mode + * New `unshare` plugin for scriptlet isolation + * Plugin API made public + #### 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 diff --git a/timeline.md b/timeline.md index d7a0c3f..4c9620d 100644 --- a/timeline.md +++ b/timeline.md @@ -2,6 +2,20 @@ layout: default title: rpm.org - Timeline --- +#### RPM 4.20.0 released (Oct 07 2024) +* See [release notes](wiki/Releases/4.20.0) for details and download information +* Highlights include: + * [Declarative build system](https://rpm-software-management.github.io/rpm/manual/buildsystem.html) support + * [Dynamic spec](https://rpm-software-management.github.io/rpm/manual/dynamic_specs.html) improvements + * Guaranteed, RPM-controlled per-build directory + * Support for [spec-local](https://rpm-software-management.github.io/rpm/manual/dependency_generators.html#using-file-attributes-in-their-own-package) file attributes and generators + * Support for group membership in `sysusers.d(5)` files + * Proper distro-agnostic debuginfo support + * Sanitized spec comments and indentation syntax + * Sanitized `--build-in-place` mode + * New `unshare` plugin for scriptlet isolation + * Plugin API made public + #### 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 diff --git a/wiki/Releases/4.20.0.md b/wiki/Releases/4.20.0.md index 78a0311..adbaaf7 100644 --- a/wiki/Releases/4.20.0.md +++ b/wiki/Releases/4.20.0.md @@ -6,8 +6,8 @@ title: rpm.org - Releases # RPM 4.20.0 Release Notes ### Download -* Source: [rpm-4.19.94.tar.bz2](https://ftp.osuosl.org/pub/rpm/releases/testing/rpm-4.19.94.tar.bz2) -* SHA256SUM: e2581eb934ff2584a683f0042edd3d033fa1e47bcfc1da4a7a5bb0565a25f5d6 +* Source: [rpm-4.20.0.tar.bz2](https://ftp.osuosl.org/pub/rpm/releases/rpm-4.20.x/rpm-4.20.0.tar.bz2) +* SHA256SUM: 56ff7638cff98b56d4a7503ff59bc79f281a6ddffcda0d238c082bedfb5fbe7b ### User Interface * The `rpmkeys(8)` command learned the `--list` and `--delete` options.