Skip to content

Commit f3cb303

Browse files
committed
Start preparing notes for next release
1 parent fd98c98 commit f3cb303

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

ChangeLog.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,27 @@
11
# Release History
22

3+
## 0.16.2 (Yet to be released)
4+
5+
The release combines the 0.15.1 through 0.15.4 backports with 0.16.1.
6+
7+
* Code quality and infra changes just like 0.15.{1,2}
8+
* Update to a later glibc `elf.h`, just like 0.15.4
9+
310
## 0.16.1 (October 28, 2022)
411

512
This release only fixes the incorrect reported version by the 0.16.0 release.
613

714
## 0.16.0 (October 27, 2022)
815

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.
16+
Changes from 0.15.3:
1117

1218
* Add `--print-os-abi` and `--set-os-abi` options by @dmsck in https://github.com/NixOS/patchelf/pull/381
1319
* Sync `.note.gnu.property` to `PT_GNU_PROPERTY` by @Bo98 in https://github.com/NixOS/patchelf/pull/414
1420
* Rework file shifting to avoid sections crossing multiple segments by @Bo98 in https://github.com/NixOS/patchelf/pull/415
1521

22+
(These notes are the remainder of 0.16.0 that was not backported to 0.15.3.
23+
Originally, 0.16.0 was branched from 0.15.0, and those changes were fresh in this release, having never been backported.)
24+
1625
## 0.15.4 (August 12, 2025)
1726

1827
* Update to a later glibc `elf.h`.

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.16.1
1+
0.16.2

0 commit comments

Comments
 (0)