Skip to content

Commit

Permalink
Release 4.20.0 ALPHA
Browse files Browse the repository at this point in the history
Also tweak the highlights a bit more and add links to the documentation
where applicable.
  • Loading branch information
dmnks committed Apr 5, 2024
1 parent 2921fa8 commit 42e70dd
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 11 deletions.
2 changes: 1 addition & 1 deletion download.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
* N/A
* [RPM 4.20 ALPHA](https://ftp.osuosl.org/pub/rpm/releases/testing/rpm-4.19.90.tar.bz2)

## Old releases (no longer supported)

Expand Down
13 changes: 13 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,19 @@ capable of

## News

#### RPM 4.20.0 ALPHA released (Apr 05 2024)
* 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))
* 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))
* File trigger scripts now receive package count arguments, much like regular triggers ([#2871](https://github.com/rpm-software-management/rpm/pull/2871), [#2883](https://github.com/rpm-software-management/rpm/pull/2883))
* 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))
* Plugin API is now public ([#2661](https://github.com/rpm-software-management/rpm/pull/2661))
* A new plugin to enable Linux-specific namespace functionality ([#2666](https://github.com/rpm-software-management/rpm/pull/2666))
* Internal OpenPGP parser and Perl dependency generators have been split out ([#2986](https://github.com/rpm-software-management/rpm/pull/2986), [#2947](https://github.com/rpm-software-management/rpm/pull/2947))

#### 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.
Expand Down
13 changes: 13 additions & 0 deletions timeline.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@
layout: default
title: rpm.org - Timeline
---
#### RPM 4.20.0 ALPHA released (Apr 05 2024)
* 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))
* 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))
* File trigger scripts now receive package count arguments, much like regular triggers ([#2871](https://github.com/rpm-software-management/rpm/pull/2871), [#2883](https://github.com/rpm-software-management/rpm/pull/2883))
* 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))
* Plugin API is now public ([#2661](https://github.com/rpm-software-management/rpm/pull/2661))
* A new plugin to enable Linux-specific namespace functionality ([#2666](https://github.com/rpm-software-management/rpm/pull/2666))
* Internal OpenPGP parser and Perl dependency generators have been split out ([#2986](https://github.com/rpm-software-management/rpm/pull/2986), [#2947](https://github.com/rpm-software-management/rpm/pull/2947))

#### 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.
Expand Down
19 changes: 9 additions & 10 deletions wiki/Releases/4.20.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,19 @@ title: rpm.org - Releases
Last update: 2024-04-04

## Download
* Source: TBD
* SHA256SUM: TBD
* Source: [rpm-4.19.90.tar.bz2](https://ftp.osuosl.org/pub/rpm/releases/testing/rpm-4.19.90.tar.bz2)
* SHA256SUM: 93b442e5632d67eff0cd957649e9436b864f61dbe5a0c7c99954fcf14937302c

## Highlights
* Declarative buildsystem 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))
* New prepend and append modes for all our normal build scriptlets ([#2728](https://github.com/rpm-software-management/rpm/pull/2728))
* Support for spec local file attributes and generators ([#2911](https://github.com/rpm-software-management/rpm/pull/2911))
* [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))
* 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))
* File trigger scripts now receive package count arguments, much like regular triggers ([#2871](https://github.com/rpm-software-management/rpm/pull/2871), [#2883](https://github.com/rpm-software-management/rpm/pull/2883))
* Use Python Stable ABI for the bindings ([#2674](https://github.com/rpm-software-management/rpm/pull/2674))
* 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))
* Plugin API is now public ([#2661](https://github.com/rpm-software-management/rpm/pull/2661))
* A new plugin to enable Linux-specific namespace functionality ([#2666](https://github.com/rpm-software-management/rpm/pull/2666))
* Make the plugin API public ([#2661](https://github.com/rpm-software-management/rpm/pull/2661))
* Split the internal OpenPGP parser to a separate repository ([#2986](https://github.com/rpm-software-management/rpm/pull/2986))
* Remove perl dependency generators from the repo ([#2947](https://github.com/rpm-software-management/rpm/pull/2947))
* Internal OpenPGP parser and Perl dependency generators have been split out ([#2986](https://github.com/rpm-software-management/rpm/pull/2986), [#2947](https://github.com/rpm-software-management/rpm/pull/2947))

## Changelog
### Enhancements
Expand Down

0 comments on commit 42e70dd

Please sign in to comment.