From 56c14da22cb5d2bf37d77656387dfa9c53ec5637 Mon Sep 17 00:00:00 2001 From: Michal Domonkos Date: Tue, 19 Sep 2023 12:46:26 +0200 Subject: [PATCH] Release 4.19.0 --- download.md | 5 ++++- index.md | 17 +++++++++++++++++ timeline.md | 17 +++++++++++++++++ wiki/Releases/4.19.0.md | 6 +++--- 4 files changed, 41 insertions(+), 4 deletions(-) diff --git a/download.md b/download.md index 651fd3d..31b4e1a 100644 --- a/download.md +++ b/download.md @@ -4,6 +4,9 @@ title: rpm.org - Download --- ## Current stable releases (supported) +### RPM 4.19.x +* [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)) + ### RPM 4.18.x * [RPM 4.18.1](https://ftp.osuosl.org/pub/rpm/releases/rpm-4.18.x/rpm-4.18.1.tar.bz2) ([Release notes](wiki/Releases/4.18.1.html)) * [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)) @@ -14,7 +17,7 @@ title: rpm.org - Download * [RPM 4.17.0](https://ftp.osuosl.org/pub/rpm/releases/rpm-4.17.x/rpm-4.17.0.tar.bz2) ([Release notes](wiki/Releases/4.17.0.html)) ## Current test releases -* [RPM 4.19 RC1](https://ftp.osuosl.org/pub/rpm/releases/testing/rpm-4.18.99.tar.bz2) ([Release notes (draft)](wiki/Releases/4.19.0.html)) +* N/A ## Old releases (no longer supported) diff --git a/index.md b/index.md index fc014ef..7d44c76 100644 --- a/index.md +++ b/index.md @@ -16,6 +16,23 @@ capable of ## News +#### RPM 4.19.0 released (Sep 19 2023) +* See [release notes](wiki/Releases/4.19.0) for details and download information +* Highlights include: + * New spec snippet [support](https://rpm-software-management.github.io/rpm/manual/dynamic_specs.html) for dynamic spec generation + * New `sysusers.d(5)` [integration](https://rpm-software-management.github.io/rpm/manual/users_and_groups.html) for automated user and group handling + * Proper shell-like globbing and escaping in `%files` and CLI + * Memory and address-space aware build resource allocation + * Platform detection fixes and improvements for x86 CPUs + * Chroot handling fixes + * New CMake build system + * Export of RPM libraries for CMake's `find_package()` + * Adoption of Linux containers in the test-suite, replacing `fakechroot(1)` + * New Python binding usage examples + * Translations [split off](https://github.com/rpm-software-management/rpm-l10n/) + * Removal of various deprecated and/or unused APIs + * Various internal code cleanups + #### RPM 4.19.0 RC1 released (Sep 04 2023) * This is a release candidate with minor enhancements and bug fixes since BETA. * See [draft release notes](wiki/Releases/4.19.0) for details and download information diff --git a/timeline.md b/timeline.md index 70de43f..04c719f 100644 --- a/timeline.md +++ b/timeline.md @@ -2,6 +2,23 @@ layout: default title: rpm.org - Timeline --- +#### RPM 4.19.0 released (Sep 19 2023) +* See [release notes](wiki/Releases/4.19.0) for details and download information +* Highlights include: + * New spec snippet [support](https://rpm-software-management.github.io/rpm/manual/dynamic_specs.html) for dynamic spec generation + * New `sysusers.d(5)` [integration](https://rpm-software-management.github.io/rpm/manual/users_and_groups.html) for automated user and group handling + * Proper shell-like globbing and escaping in `%files` and CLI + * Memory and address-space aware build resource allocation + * Platform detection fixes and improvements for x86 CPUs + * Chroot handling fixes + * New CMake build system + * Export of RPM libraries for CMake's `find_package()` + * Adoption of Linux containers in the test-suite, replacing `fakechroot(1)` + * New Python binding usage examples + * Translations [split off](https://github.com/rpm-software-management/rpm-l10n/) + * Removal of various deprecated and/or unused APIs + * Various internal code cleanups + #### RPM 4.19.0 RC1 released (Sep 04 2023) * This is a release candidate with minor enhancements and bug fixes since BETA. * See [draft release notes](wiki/Releases/4.19.0) for details and download information diff --git a/wiki/Releases/4.19.0.md b/wiki/Releases/4.19.0.md index 0f8a569..45f7e60 100644 --- a/wiki/Releases/4.19.0.md +++ b/wiki/Releases/4.19.0.md @@ -3,11 +3,11 @@ layout: default title: rpm.org - Releases --- -# RPM 4.19.0 RC1 Release Notes (DRAFT) +# RPM 4.19.0 Release Notes ## Download information - * Source: [rpm-4.18.99.tar.bz2](https://ftp.osuosl.org/pub/rpm/releases/testing/rpm-4.18.99.tar.bz2) - * SHA256SUM: e105d55e310e4db6b10f0c542ba73b4f978080f0cf008a9785d1829b5f7a630c + * Source: [rpm-4.19.0.tar.bz2](https://ftp.osuosl.org/pub/rpm/releases/rpm-4.19.x/rpm-4.19.0.tar.bz2) + * SHA256SUM: b30916dc148cbeab077797e9fc365702931e3a9a7eacf70add84153b549b3f77 ## Summary of changes from RPM 4.18.x ### General bugfixes and enhancements