Skip to content

Commit fa67b61

Browse files
committed
Start preparing 0.15.3 release
1 parent eb1f61a commit fa67b61

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

ChangeLog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
## Release History
22

3+
## 0.15.3 (yet to be released)
4+
5+
This is a backport release made from the simplest fixes from 0.16.0.
6+
7+
* Handle `glibc-hwcaps` on `ppc64le` on CentOS/RHEL/Rocky 8 for `tests/replace-add-needed.sh` (fixes #406) by @robert-scheck in https://github.com/NixOS/patchelf/pull/407
8+
* Fix Out-of-bounds read in the function `modifyRPath` by @xiaoxiaoafeifei in https://github.com/NixOS/patchelf/pull/419
9+
* Fix out of bounds access when increasing program header table by @Bo98 in https://github.com/NixOS/patchelf/pull/411
10+
311
## 0.15.2 (August 12, 2025)
412

513
* In the autotools build system for the tests, pass a few more tool env vars in `TESTS_ENVIRONMENT`.

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.15.2
1+
0.15.3

0 commit comments

Comments
 (0)