Skip to content

Commit fd98c98

Browse files
committed
Merge branch '0.15-maintenance' into 0.16-maintenance
2 parents 9963cbe + efbed36 commit fd98c98

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

ChangeLog.md

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ The behavior of this version should be essentially the same as 0.15.0.
4545

4646
## 0.15.0 (July 16, 2022)
4747

48-
* Add --add-debug option by @deadw00d in https://github.com/NixOS/patchelf/pull/367
49-
* Add O_BINARY flag when opening files to allow compilation for Windows by @JagoGyselinck in https://github.com/NixOS/patchelf/pull/372
50-
* Document --print-needed by @klemensn in https://github.com/NixOS/patchelf/pull/375
48+
* Add `--add-debug` option by @deadw00d in https://github.com/NixOS/patchelf/pull/367
49+
* Add `O_BINARY flag` when opening files to allow compilation for Windows by @JagoGyselinck in https://github.com/NixOS/patchelf/pull/372
50+
* Document `--print-needed` by @klemensn in https://github.com/NixOS/patchelf/pull/375
5151
* modifyRPath: return early if new and old rpath are empty by @ehmry in https://github.com/NixOS/patchelf/pull/376
52-
* Add comment explaining calculation for DT_MIPS_RLD_MAP_REL by @amjoseph-nixpkgs in https://github.com/NixOS/patchelf/pull/379
53-
* Add --no-sort option by @amjoseph-nixpkgs in https://github.com/NixOS/patchelf/pull/378
54-
* Handle DT_MIPS_XHASH and .MIPS.xhash by @amjoseph-nixpkgs in https://github.com/NixOS/patchelf/pull/380
52+
* Add comment explaining calculation for `DT_MIPS_RLD_MAP_REL` by @amjoseph-nixpkgs in https://github.com/NixOS/patchelf/pull/379
53+
* Add `--no-sort option` by @amjoseph-nixpkgs in https://github.com/NixOS/patchelf/pull/378
54+
* Handle `DT_MIPS_XHASH` and `.MIPS.xhash` by @amjoseph-nixpkgs in https://github.com/NixOS/patchelf/pull/380
5555

5656
## 0.14.5 (February 21, 2022)
5757

@@ -63,7 +63,7 @@ The behavior of this version should be essentially the same as 0.15.0.
6363
* Allow multiple modifications in same call by @fzakaria in https://github.com/NixOS/patchelf/pull/361
6464
* Add support to build with musl by @fzakaria in https://github.com/NixOS/patchelf/pull/362
6565
* Fix typo: s/folllow/follow/ by @bjornfor in https://github.com/NixOS/patchelf/pull/366
66-
* mips: fix incorrect polarity on dyn_offset; closes #364 by @a-m-joseph in https://github.com/NixOS/patchelf/pull/365
66+
* mips: fix incorrect polarity on `dyn_offset`; closes #364 by @a-m-joseph in https://github.com/NixOS/patchelf/pull/365
6767

6868
## 0.14.3 (December 05, 2021)
6969

@@ -82,13 +82,13 @@ The behavior of this version should be essentially the same as 0.15.0.
8282
Changes compared to 0.13:
8383

8484
* Bug fixes:
85-
- Fix corrupted library names when using --replace-needed multiple times
85+
- Fix corrupted library names when using `--replace-needed` multiple times
8686
- Fix setting an empty rpath
87-
- Don't try to parse .dynamic section of type NOBITS
88-
- Fix use-after-free in normalizeNoteSegments
89-
- Correct EINTR handling in writeFile
90-
- MIPS: Adjust PT_MIPS_ABIFLAGS segment and DT_MIPS_RLD_MAP_REL dynamic section if present
91-
- Fix binaries without .gnu.hash section
87+
- Don't try to parse `.dynamic section` of type `NOBITS`
88+
- Fix use-after-free in `normalizeNoteSegments`
89+
- Correct `EINTR` handling in writeFile
90+
- MIPS: Adjust `PT_MIPS_ABIFLAGS` segment and `DT_MIPS_RLD_MAP_REL` dynamic section if present
91+
- Fix binaries without `.gnu.hash` section
9292
* Support loongarch architecture
9393
* Remove limits on output file size for elf files
9494
* Allow reading rpath from file
@@ -99,12 +99,12 @@ Changes compared to 0.13:
9999
* Bug fixes:
100100
- fix setting empty rpath
101101
- use memcpy instead of strcpy to set rpath
102-
- Don't try to parse .dynamic section of type NOBITS
103-
- fix use-after-free in normalizeNoteSegments
104-
- correct EINTR handling in writeFile
105-
- Adjust PT_MIPS_ABIFLAGS segment if present
106-
- Adjust DT_MIPS_RLD_MAP_REL dynamic section entry if present
107-
- fix binaries without .gnu.hash section
102+
- Don't try to parse `.dynamic section` of type `NOBITS`
103+
- fix use-after-free in `normalizeNoteSegments`
104+
- correct `EINTR` handling in writeFile
105+
- Adjust `PT_MIPS_ABIFLAGS` segment if present
106+
- Adjust `DT_MIPS_RLD_MAP_REL` dynamic section entry if present
107+
- fix binaries without `.gnu.hash` section
108108

109109
## 0.13 (August 5, 2021)
110110

@@ -132,7 +132,7 @@ Changes compared to 0.13:
132132

133133
* Many bug fixes. Please refer to the Git commit log:
134134

135-
https://github.com/NixOS/patchelf/commits/master
135+
https://github.com/NixOS/patchelf/commits/0.10
136136

137137
This release has contributions from Adam Trhoň, Benjamin Hipple,
138138
Bernardo Ramos, Bjørn Forsman, Domen Kožar, Eelco Dolstra, Ezra
@@ -144,7 +144,7 @@ Changes compared to 0.13:
144144

145145
* Lots of new features. Please refer to the Git commit log:
146146

147-
https://github.com/NixOS/patchelf/commits/master
147+
https://github.com/NixOS/patchelf/commits/0.9
148148

149149
This release has contributions from Aaron D. Marasco, Adrien
150150
Devresse, Alexandre Pretyman, Changli Gao, Chingis Dugarzhapov,
@@ -177,7 +177,7 @@ Changes compared to 0.13:
177177

178178
* Various bugfixes.
179179

180-
* `--force-rpath' now deletes the DT_RUNPATH if it is present.
180+
* `--force-rpath' now deletes the `DT_RUNPATH` if it is present.
181181

182182
## 0.4 (June 4, 2008)
183183

@@ -188,11 +188,11 @@ Changes compared to 0.13:
188188
* FreeBSD support.
189189

190190
* `--set-rpath', `--shrink-rpath' and `--print-rpath' now prefer
191-
DT_RUNPATH over DT_RPATH, which is obsolete. When updating, if both
192-
are present, both are updated. If only DT_RPATH is present, it is
193-
converted to DT_RUNPATH unless `--force-rpath' is specified. If
194-
neither is present, a DT_RUNPATH is added unless `--force-rpath' is
195-
specified, in which case a DT_RPATH is added.
191+
`DT_RUNPATH` over `DT_RPATH`, which is obsolete. When updating, if both
192+
are present, both are updated. If only `DT_RPATH` is present, it is
193+
converted to `DT_RUNPATH` unless `--force-rpath' is specified. If
194+
neither is present, a `DT_RUNPATH` is added unless `--force-rpath' is
195+
specified, in which case a `DT_RPATH` is added.
196196

197197
## 0.3 (May 24, 2007)
198198

0 commit comments

Comments
 (0)