Skip to content

Commit be2c5d5

Browse files
committed
Better markdown in change log
1 parent 5f773e4 commit be2c5d5

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

ChangeLog.md

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

3333
## 0.15.0 (July 16, 2022)
3434

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

4343
## 0.14.5 (February 21, 2022)
4444

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

5555
## 0.14.3 (December 05, 2021)
5656

@@ -69,13 +69,13 @@ The behavior of this version should be essentially the same as 0.15.0.
6969
Changes compared to 0.13:
7070

7171
* Bug fixes:
72-
- Fix corrupted library names when using --replace-needed multiple times
72+
- Fix corrupted library names when using `--replace-needed` multiple times
7373
- Fix setting an empty rpath
74-
- Don't try to parse .dynamic section of type NOBITS
75-
- Fix use-after-free in normalizeNoteSegments
76-
- Correct EINTR handling in writeFile
77-
- MIPS: Adjust PT_MIPS_ABIFLAGS segment and DT_MIPS_RLD_MAP_REL dynamic section if present
78-
- Fix binaries without .gnu.hash section
74+
- Don't try to parse `.dynamic section` of type `NOBITS`
75+
- Fix use-after-free in `normalizeNoteSegments`
76+
- Correct `EINTR` handling in writeFile
77+
- MIPS: Adjust `PT_MIPS_ABIFLAGS` segment and `DT_MIPS_RLD_MAP_REL` dynamic section if present
78+
- Fix binaries without `.gnu.hash` section
7979
* Support loongarch architecture
8080
* Remove limits on output file size for elf files
8181
* Allow reading rpath from file
@@ -86,12 +86,12 @@ Changes compared to 0.13:
8686
* Bug fixes:
8787
- fix setting empty rpath
8888
- use memcpy instead of strcpy to set rpath
89-
- Don't try to parse .dynamic section of type NOBITS
89+
- Don't try to parse `.dynamic section` of type NOBITS
9090
- fix use-after-free in normalizeNoteSegments
91-
- correct EINTR handling in writeFile
92-
- Adjust PT_MIPS_ABIFLAGS segment if present
93-
- Adjust DT_MIPS_RLD_MAP_REL dynamic section entry if present
94-
- fix binaries without .gnu.hash section
91+
- correct `EINTR` handling in writeFile
92+
- Adjust `PT_MIPS_ABIFLAGS` segment if present
93+
- Adjust `DT_MIPS_RLD_MAP_REL` dynamic section entry if present
94+
- fix binaries without `.gnu.hash` section
9595

9696
## 0.13 (August 5, 2021)
9797

@@ -119,7 +119,7 @@ Changes compared to 0.13:
119119

120120
* Many bug fixes. Please refer to the Git commit log:
121121

122-
https://github.com/NixOS/patchelf/commits/master
122+
https://github.com/NixOS/patchelf/commits/0.10
123123

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

132132
* Lots of new features. Please refer to the Git commit log:
133133

134-
https://github.com/NixOS/patchelf/commits/master
134+
https://github.com/NixOS/patchelf/commits/0.9
135135

136136
This release has contributions from Aaron D. Marasco, Adrien
137137
Devresse, Alexandre Pretyman, Changli Gao, Chingis Dugarzhapov,
@@ -164,7 +164,7 @@ Changes compared to 0.13:
164164

165165
* Various bugfixes.
166166

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

169169
## 0.4 (June 4, 2008)
170170

@@ -175,11 +175,11 @@ Changes compared to 0.13:
175175
* FreeBSD support.
176176

177177
* `--set-rpath', `--shrink-rpath' and `--print-rpath' now prefer
178-
DT_RUNPATH over DT_RPATH, which is obsolete. When updating, if both
179-
are present, both are updated. If only DT_RPATH is present, it is
180-
converted to DT_RUNPATH unless `--force-rpath' is specified. If
181-
neither is present, a DT_RUNPATH is added unless `--force-rpath' is
182-
specified, in which case a DT_RPATH is added.
178+
`DT_RUNPATH` over `DT_RPATH`, which is obsolete. When updating, if both
179+
are present, both are updated. If only `DT_RPATH` is present, it is
180+
converted to `DT_RUNPATH` unless `--force-rpath' is specified. If
181+
neither is present, a `DT_RUNPATH` is added unless `--force-rpath' is
182+
specified, in which case a `DT_RPATH` is added.
183183

184184
## 0.3 (May 24, 2007)
185185

0 commit comments

Comments
 (0)