diff --git a/index.md b/index.md index 00d6c3e..4924bcd 100644 --- a/index.md +++ b/index.md @@ -20,7 +20,8 @@ capable of * See [draft release notes](wiki/Releases/4.20.0) for details and download information * Highlights include: * [Declarative buildsystem](https://rpm-software-management.github.io/rpm/manual/buildsystem.html) support ([#2774](https://github.com/rpm-software-management/rpm/pull/2774)) - * A new RPM-controlled per-build directory ([#2885](https://github.com/rpm-software-management/rpm/pull/2885)) + * Dynamic SPEC generation extended ([#2646](https://github.com/rpm-software-management/rpm/pull/2646)) + * Guaranteed per-build directory ([#2885](https://github.com/rpm-software-management/rpm/pull/2885)) * 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 ([#2911](https://github.com/rpm-software-management/rpm/pull/2911)) * New prepend and append [modes](https://rpm-software-management.github.io/rpm/manual/spec.html#build-scriptlets) for build scriptlets ([#2728](https://github.com/rpm-software-management/rpm/pull/2728)) * Python bindings have been ported to the stable ABI ([#2674](https://github.com/rpm-software-management/rpm/pull/2674)) diff --git a/timeline.md b/timeline.md index 4b9c736..318611e 100644 --- a/timeline.md +++ b/timeline.md @@ -6,7 +6,8 @@ title: rpm.org - Timeline * See [draft release notes](wiki/Releases/4.20.0) for details and download information * Highlights include: * [Declarative buildsystem](https://rpm-software-management.github.io/rpm/manual/buildsystem.html) support ([#2774](https://github.com/rpm-software-management/rpm/pull/2774)) - * A new RPM-controlled per-build directory ([#2885](https://github.com/rpm-software-management/rpm/pull/2885)) + * Dynamic SPEC generation extended ([#2646](https://github.com/rpm-software-management/rpm/pull/2646)) + * Guaranteed per-build directory ([#2885](https://github.com/rpm-software-management/rpm/pull/2885)) * 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 ([#2911](https://github.com/rpm-software-management/rpm/pull/2911)) * New prepend and append [modes](https://rpm-software-management.github.io/rpm/manual/spec.html#build-scriptlets) for build scriptlets ([#2728](https://github.com/rpm-software-management/rpm/pull/2728)) * Python bindings have been ported to the stable ABI ([#2674](https://github.com/rpm-software-management/rpm/pull/2674)) diff --git a/wiki/Releases/4.20.0.md b/wiki/Releases/4.20.0.md index 87c8bc5..b87a8f1 100644 --- a/wiki/Releases/4.20.0.md +++ b/wiki/Releases/4.20.0.md @@ -5,7 +5,7 @@ title: rpm.org - Releases # RPM 4.20.0 Release Notes (DRAFT) -Last update: 2024-04-05 +Last update: 2024-04-06 ## Download * Source: [rpm-4.19.90.tar.bz2](https://ftp.osuosl.org/pub/rpm/releases/testing/rpm-4.19.90.tar.bz2) @@ -13,7 +13,8 @@ Last update: 2024-04-05 ## Highlights * [Declarative buildsystem](https://rpm-software-management.github.io/rpm/manual/buildsystem.html) support ([#2774](https://github.com/rpm-software-management/rpm/pull/2774)) -* A new RPM-controlled per-build directory ([#2885](https://github.com/rpm-software-management/rpm/pull/2885)) +* Dynamic SPEC generation extended ([#2646](https://github.com/rpm-software-management/rpm/pull/2646)) +* Guaranteed per-build directory ([#2885](https://github.com/rpm-software-management/rpm/pull/2885)) * 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 ([#2911](https://github.com/rpm-software-management/rpm/pull/2911)) * New prepend and append [modes](https://rpm-software-management.github.io/rpm/manual/spec.html#build-scriptlets) for build scriptlets ([#2728](https://github.com/rpm-software-management/rpm/pull/2728)) * Python bindings have been ported to the stable ABI ([#2674](https://github.com/rpm-software-management/rpm/pull/2674))