git: 44750d2d44 - main - 12.4 Release notes: Improve elfctl entry
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 17 Nov 2022 11:58:04 UTC
The branch main has been updated by salvadore (ports committer): URL: https://cgit.FreeBSD.org/doc/commit/?id=44750d2d446db0b2738eb9602933b7cf7f83666e commit 44750d2d446db0b2738eb9602933b7cf7f83666e Author: Lorenzo Salvadore <salvadore@FreeBSD.org> AuthorDate: 2022-11-17 11:51:11 +0000 Commit: Lorenzo Salvadore <salvadore@FreeBSD.org> CommitDate: 2022-11-17 11:57:09 +0000 12.4 Release notes: Improve elfctl entry - Split entry into multiple entries sorted chronologically by commit date and also add some more notes. - Add gitref and sponsor notes. Approved by: re (gjb, implicit) --- website/content/en/releases/12.4R/relnotes.adoc | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/website/content/en/releases/12.4R/relnotes.adoc b/website/content/en/releases/12.4R/relnotes.adoc index 643ebd1a6f..390f549cd2 100644 --- a/website/content/en/releases/12.4R/relnotes.adoc +++ b/website/content/en/releases/12.4R/relnotes.adoc @@ -132,7 +132,23 @@ gitref:19413ce66cc02d676e0778eb9519284e47d7d8e1[repository=src] The man:df[1] utility will now support using `-l` and `-t` flags together. If both are specified, the parameter list of the `-t` option is applied on top of the selection of local file systems. gitref:741b90dc69ee9e9f3bbd2b0548ea214030c4ea34[repository=src] -The man:elfctl[1] utility had a number of bugs fixed involving operations with multiple features on multiple files, `-e` being specified multiple times and error handling for the `-e` flag. The utility also had some improvements to the manual page. +The man:elfctl[1] utility will avoid touching files if no changes are made. +gitref:e048bd5c0954814f72e04df8b7b7ff183da45a19[repository=src] +{{< sponsored "The FreeBSD Foundation" >}} + +The man:elfctl[1] utility will detect if host endianness is different than target endianness and swap byte order of ELF note fields instead of failing. +gitref:c7d961a398937a851e3b28fe35f6effda5993405[repository=src] +{{< sponsored "Stormshield" >}} + +The man:elfctl[1] utility had some improvements to the manual page. +gitref:f3cdcf235966b9c39a0ce8147e4148ecc6bf272e[repository=src] +{{< sponsored "The FreeBSD Foundation" >}} + +The man:elfctl[1] utility had a number of bugs fixed involving operations with multiple features on multiple files, `-e` being specified multiple times and error handling for the `-e` flag. +gitref:bbb92ab05fa2d039905ef988ca31b4356b01d964[repository=src] +gitref:a528bad95e0c80fe612051076d53b8bc8283e239[repository=src] +gitref:d3cbb4745a13d5155597e66281efa05cb6a7c72a[repository=src] +{{< sponsored "The FreeBSD Foundation" >}} The man:fsck_ufs[8] utility had a segfault bug fixed when using with man:gjournal[8]. gitref:f8145bd4bcc025fbb1750d9daf75e92916db4192[repository=src]