Skip to content

Commit 4f64f32

Browse files
committed
Merge branch '0.16-maintenance' into 0.17-maintenance
2 parents 2a2bb07 + 5b0bab1 commit 4f64f32

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

ChangeLog.md

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

3+
## 0.16.1 (October 28, 2022)
4+
5+
This release only fixes the incorrect reported version by the 0.16.0 release.
6+
7+
## 0.16.0 (October 27, 2022)
8+
9+
These notes are the remainder of 0.16.0 that was not backported to 0.15.3.
10+
Originally, 0.16.0 would have freshly contained all items from both releases.
11+
12+
* Add `--print-os-abi` and `--set-os-abi` options by @dmsck in https://github.com/NixOS/patchelf/pull/381
13+
* Sync `.note.gnu.property` to `PT_GNU_PROPERTY` by @Bo98 in https://github.com/NixOS/patchelf/pull/414
14+
* Rework file shifting to avoid sections crossing multiple segments by @Bo98 in https://github.com/NixOS/patchelf/pull/415
15+
16+
## 0.15.3 (yet to be released)
17+
18+
This is a backport release made from the simplest fixes from 0.16.0.
19+
20+
* 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
21+
* Fix Out-of-bounds read in the function `modifyRPath` by @xiaoxiaoafeifei in https://github.com/NixOS/patchelf/pull/419
22+
* Fix out of bounds access when increasing program header table by @Bo98 in https://github.com/NixOS/patchelf/pull/411
23+
324
## 0.15.2 (August 12, 2025)
425

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

0 commit comments

Comments
 (0)