Skip to content

Commit

Permalink
Update 4.19.1 release notes
Browse files Browse the repository at this point in the history
Use the newly added postfix feature in git-changelog.
  • Loading branch information
dmnks committed Dec 14, 2023
1 parent d82d448 commit 803e55e
Showing 1 changed file with 18 additions and 28 deletions.
46 changes: 18 additions & 28 deletions wiki/Releases/4.19.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 803e55e

Please sign in to comment.