git: 3f7e829604 - main - 13.3 relnotes: fix gitrefs
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 04 Mar 2024 13:43:44 UTC
The branch main has been updated by karels: URL: https://cgit.FreeBSD.org/doc/commit/?id=3f7e8296041496252b3e6a2a5c8b9480e786f4a2 commit 3f7e8296041496252b3e6a2a5c8b9480e786f4a2 Author: Mike Karels <karels@FreeBSD.org> AuthorDate: 2024-03-04 13:36:16 +0000 Commit: Mike Karels <karels@FreeBSD.org> CommitDate: 2024-03-04 13:39:52 +0000 13.3 relnotes: fix gitrefs Two fixes in git references Obtained from: grahamperrin@gmail.com Pull Request: https://github.com/freebsd/freebsd-doc/pull/347 --- website/content/en/releases/13.3R/relnotes.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/content/en/releases/13.3R/relnotes.adoc b/website/content/en/releases/13.3R/relnotes.adoc index 100918f860..6067355d7c 100644 --- a/website/content/en/releases/13.3R/relnotes.adoc +++ b/website/content/en/releases/13.3R/relnotes.adoc @@ -196,7 +196,7 @@ This section covers changes to kernel configurations, system tuning, and system === General Kernel Changes The man:intro[9] introduction to the kernel programming interfaces has been completely rewritten. -gitref:5a0c410787b8[repository=src] gitref:221a6bc397ad[repository=src] gitref:2cd20d9bc807[repository=src] (Sponsored by The FreeBSD Foundation) +gitref:5a0c410787b8[repository=src] (Sponsored by The FreeBSD Foundation) [[drivers]] == Devices and Drivers @@ -211,7 +211,7 @@ gitref:0fb0306a89ad[repository=src] A problem with the `graid` implementation of Promise RAID1 created with 4 or more disks has been fixed. The array worked only until reboot. -gitref:94ceefc2f2f5[repository=src] +gitref:394ceefc2f2f[repository=src] The man:iwlwifi[4] driver for Intel wireless interfaces has been updated, supporting chipsets up to BE200. (Sponsored by The FreeBSD Foundation) (Sponsored by minipci.biz)