Skip to content

Commit

Permalink
Release rpm 4.20 rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
dmnks committed Sep 10, 2024
1 parent a06e320 commit 3115700
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 6 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
* [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)

Expand Down
6 changes: 6 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions timeline.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 7 additions & 5 deletions wiki/Releases/4.20.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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))
Expand Down

0 comments on commit 3115700

Please sign in to comment.