git: cb16e2c091 - main - 12.4 Release notes: Add gitref for some userland entries
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 17 Nov 2022 11:58:03 UTC
The branch main has been updated by salvadore (ports committer): URL: https://cgit.FreeBSD.org/doc/commit/?id=cb16e2c091ae571758320800569f141bcb458e6f commit cb16e2c091ae571758320800569f141bcb458e6f Author: Lorenzo Salvadore <salvadore@FreeBSD.org> AuthorDate: 2022-11-17 11:37:22 +0000 Commit: Lorenzo Salvadore <salvadore@FreeBSD.org> CommitDate: 2022-11-17 11:57:09 +0000 12.4 Release notes: Add gitref for some userland entries Approved by: re (gjb, implicit) --- website/content/en/releases/12.4R/relnotes.adoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/website/content/en/releases/12.4R/relnotes.adoc b/website/content/en/releases/12.4R/relnotes.adoc index 86c04ea2ec..643ebd1a6f 100644 --- a/website/content/en/releases/12.4R/relnotes.adoc +++ b/website/content/en/releases/12.4R/relnotes.adoc @@ -114,6 +114,8 @@ This section covers changes and additions to userland applications, contributed === Userland Application Changes The man:ar[1] utility does not overwrite the stdout stream pointer to make it compatible with the musl library. It also deprecates the `-T` flag. +gitref:21a6c9bd6f2f962ce22e17b99e2c1d6afa15a5e3[repository=src] +{{< sponsored "The FreeBSD Foundation" >}} The man:cp[1] utility will detect infinite recursion caused by `-R` flag and squash it. gitref:b57954717ddfe52be9e18591d302c61e50db0aa6[repository=src] @@ -133,8 +135,11 @@ 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:fsck_ufs[8] utility had a segfault bug fixed when using with man:gjournal[8]. +gitref:f8145bd4bcc025fbb1750d9daf75e92916db4192[repository=src] The man:growfs[8] utility will not error if the file system is already the requested size. +gitref:11f45b8f800975e0484940430b988b2006caf1e4[repository=src] +{{< sponsored "The FreeBSD Foundation" >}} The man:nfsd[8] utility had a bug fixed when handling of Open/Create for the pNFS server. A bug regarding session slot freeing for NFSv4.1/4.2 has also been fixed as well as a bug when verifying for attributes like FilesAvail. The utility had a number of sanity checks added too.