From 803e55e8b1310975be7a76d8973157ab38f7ec06 Mon Sep 17 00:00:00 2001 From: Michal Domonkos Date: Thu, 14 Dec 2023 15:28:59 +0100 Subject: [PATCH] Update 4.19.1 release notes Use the newly added postfix feature in git-changelog. --- wiki/Releases/4.19.1.md | 46 ++++++++++++++++------------------------- 1 file changed, 18 insertions(+), 28 deletions(-) diff --git a/wiki/Releases/4.19.1.md b/wiki/Releases/4.19.1.md index 4e5ceea..3389f8a 100644 --- a/wiki/Releases/4.19.1.md +++ b/wiki/Releases/4.19.1.md @@ -10,33 +10,23 @@ title: rpm.org - Releases * SHA256SUM: 4de4dcd82f2a46cf48a83810fe94ebda3d4719b45d547ed908b43752a7581df1 ## Summary of changes from RPM 4.19.0 -### Regression fixes -* Never use current user info or file ownership during build ([#2797](https://github.com/rpm-software-management/rpm/pull/2797)) - -### Command line -* Print full path if file removal fails ([#2806](https://github.com/rpm-software-management/rpm/pull/2806)) -* Switch brp-compress to bash ([#2757](https://github.com/rpm-software-management/rpm/pull/2757)) - -### Transactions -* Fix sbit removal if `fchmodat()` doesn't support `AT_SYMLINK_NOFOLLOW` ([#2759](https://github.com/rpm-software-management/rpm/pull/2759)) - -### SPEC format -* Add `%_iconsdir` macro ([#2729](https://github.com/rpm-software-management/rpm/pull/2729)) -* Bunch of `sysusers.d` handling fixes ([#2745](https://github.com/rpm-software-management/rpm/pull/2745)) -* Fix integer overflow in memory calculations on 32bit systems ([#2770](https://github.com/rpm-software-management/rpm/pull/2770)) -* Return an error on macro expansion failure from Lua macros table too ([#2706](https://github.com/rpm-software-management/rpm/pull/2706)) - -### File format -* Allow `SOURCE_DATE_EPOCH=0` again ([#2756](https://github.com/rpm-software-management/rpm/pull/2756)) - -### Generators -* Add a Provides generator for rpm lua modules ([#2659](https://github.com/rpm-software-management/rpm/pull/2659)) - -### Build system -* Build all manuals regardless of enabled features ([#2804](https://github.com/rpm-software-management/rpm/pull/2804)) -* Ensure proper working dir when processing rpmrc, platform and macros ([#2707](https://github.com/rpm-software-management/rpm/pull/2707)) -* Fix a bunch of compiler warnings on 32bit builds ([#2784](https://github.com/rpm-software-management/rpm/pull/2784)) -* Fix `tagtbl.C` placement in build dir ([#2670](https://github.com/rpm-software-management/rpm/pull/2670)) -* Make `cmake -L` output meaningful ([#2687](https://github.com/rpm-software-management/rpm/pull/2687)) +### Enhancements +* Packaging: Add `%_iconsdir` macro ([#2729](https://github.com/rpm-software-management/rpm/pull/2729)) +* Packaging: Add a Provides generator for rpm lua modules ([#2659](https://github.com/rpm-software-management/rpm/pull/2659)) +* Build: Make `cmake -L` output meaningful [Cosmetic] ([#2687](https://github.com/rpm-software-management/rpm/pull/2687)) + +### Fixes +* Transaction: Fix sbit removal if `fchmodat()` doesn't support `AT_SYMLINK_NOFOLLOW` [Regression] ([#2759](https://github.com/rpm-software-management/rpm/pull/2759)) +* Transaction: Print full path if file removal fails [Regression] ([#2806](https://github.com/rpm-software-management/rpm/pull/2806)) +* Packaging: Allow `SOURCE_DATE_EPOCH=0` again [Regression] ([#2756](https://github.com/rpm-software-management/rpm/pull/2756)) +* Packaging: Never use current user info or file ownership during build [Regression] ([#2797](https://github.com/rpm-software-management/rpm/pull/2797)) +* Packaging: Bunch of `sysusers.d` handling fixes ([#2745](https://github.com/rpm-software-management/rpm/pull/2745)) +* Packaging: Fix integer overflow in memory calculations on 32bit systems ([#2770](https://github.com/rpm-software-management/rpm/pull/2770)) +* Packaging: Return an error on macro expansion failure from Lua macros table too ([#2706](https://github.com/rpm-software-management/rpm/pull/2706)) +* Packaging: Switch brp-compress to bash ([#2757](https://github.com/rpm-software-management/rpm/pull/2757)) +* Build: Build all manuals regardless of enabled features [Regression] ([#2804](https://github.com/rpm-software-management/rpm/pull/2804)) +* Build: Fix tagtbl.C placement in build dir [Regression] ([#2670](https://github.com/rpm-software-management/rpm/pull/2670)) +* Build: Ensure proper working dir when processing rpmrc, platform and macros ([#2707](https://github.com/rpm-software-management/rpm/pull/2707)) +* Build: Fix a bunch of compiler warnings on 32bit builds ([#2784](https://github.com/rpm-software-management/rpm/pull/2784)) [Full Changelog](https://github.com/rpm-software-management/rpm/compare/rpm-4.19.0-release...rpm-4.19.1-release)