Skip to content

Commit

Permalink
Release 4.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dmnks committed Sep 19, 2023
1 parent 2246910 commit 56c14da
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 4 deletions.
5 changes: 4 additions & 1 deletion download.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand All @@ -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)

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

0 comments on commit 56c14da

Please sign in to comment.