Release 0.15.5

I think this the last round of backports for now -- I see no other easy
and obviously-safe things to cherry-pick.
This commit is contained in:
John Ericson
2025-08-12 23:33:10 -04:00
parent d9ae0a5498
commit cac8c90eaa
2 changed files with 12 additions and 1 deletions

View File

@@ -1,5 +1,16 @@
# Release History
## 0.15.5 (August 12, 2025)
Bugfix backports from 0.18.0:
* Adjust `roundUp` for 0 as input by @cgzones in https://github.com/NixOS/patchelf/pull/466
Bugfix backports from 0.17.{0, 1}:
* Fix page size constants for Itanium and SPARC.
* Fix Out-of-bounds read in the function `modifySoname` by @yairKoskas in https://github.com/NixOS/patchelf/pull/451
## 0.15.4 (August 12, 2025)
* Update to a later glibc `elf.h`.

View File

@@ -1 +1 @@
0.15.4
0.15.5