git: 24255dc12c - main - 13.3 relnotes: last-minute updates

From: Mike Karels <karels_at_FreeBSD.org>
Date: Mon, 04 Mar 2024 01:53:34 UTC
The branch main has been updated by karels:

URL: https://cgit.FreeBSD.org/doc/commit/?id=24255dc12c96ab8dbc7cb76baa4f3ba914a6cc21

commit 24255dc12c96ab8dbc7cb76baa4f3ba914a6cc21
Author:     Mike Karels <karels@FreeBSD.org>
AuthorDate: 2024-03-04 01:53:15 +0000
Commit:     Mike Karels <karels@FreeBSD.org>
CommitDate: 2024-03-04 01:53:15 +0000

    13.3 relnotes: last-minute updates
    
    Add link to 13.3 installation along with handbook, attempting to
    distinguish them.  Update iwlwifi (from bz).  Add Google Virtual NIC.
    Remove empty sections.
    
    Reviewed by:    pauamma_gundo.com
    Differential Revision:  https://reviews.freebsd.org/D44190
---
 website/content/en/releases/13.3R/relnotes.adoc | 26 ++++++++-----------------
 1 file changed, 8 insertions(+), 18 deletions(-)

diff --git a/website/content/en/releases/13.3R/relnotes.adoc b/website/content/en/releases/13.3R/relnotes.adoc
index b68002c8ad..100918f860 100644
--- a/website/content/en/releases/13.3R/relnotes.adoc
+++ b/website/content/en/releases/13.3R/relnotes.adoc
@@ -58,7 +58,8 @@ Clearly the release notes cannot list every single change made to FreeBSD betwee
 == Upgrading from Previous Releases of FreeBSD
 
 Binary upgrades between RELEASE versions (and snapshots of the various security branches) are supported using the man:freebsd-update[8] utility.
-The link:{handbook}cutting-edge/#freebsdupdate-upgrade[binary upgrade procedure] will update unmodified userland utilities, as well as unmodified GENERIC kernels distributed as a part of an official FreeBSD release.
+See the release-specific upgrade procedure, link:../installation/#upgrade-binary[FreeBSD {releaseCurrent} upgrade information], with more details in the FreeBSD handbook link:{handbook}cutting-edge/#freebsdupdate-upgrade[binary upgrade procedure].
+This will update unmodified userland utilities, as well as unmodified GENERIC kernels distributed as a part of an official FreeBSD release.
 The man:freebsd-update[8] utility requires that the host being upgraded have Internet connectivity.
 
 Source-based upgrades (those based on recompiling the FreeBSD base system from source code) from previous versions are supported, according to the instructions in [.filename]#/usr/src/UPDATING#.
@@ -186,9 +187,6 @@ gitref:c6edb21e3763[repository=src]
 The man:zlib[3] library has been updated to version 1.3.1.
 gitref:f2de7ba78a49[repository=src] gitref:05e3998add1c[repository=src]
 
-[[userland-libraries]]
-=== Runtime Libraries and API
-
 [[kernel]]
 == Kernel
 
@@ -215,8 +213,8 @@ A problem with the `graid` implementation of Promise RAID1 created with 4 or mor
 The array worked only until reboot.
 gitref:94ceefc2f2f5[repository=src]
 
-The man:iwlwifi[4] driver for Intel wireless interfaces has been updated, supporting chipsets up to B200.
-(Sponsored by The FreeBSD Foundation)
+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)
 
 The man:rtw88[4] driver for Realtek wireless PCI interfaces has been updated.
 
@@ -250,9 +248,6 @@ A new `syskrb5` mount option is available that allows a Kerberized NFSv4.1/4.2 m
 See man:mount_nfs[8].
 gitref:0644746d5091[repository=src]
 
-[[storage-ufs]]
-=== UFS Changes
-
 [[storage-zfs]]
 === ZFS Changes
 
@@ -262,14 +257,6 @@ gitref:7005cd440405[repository=src] gitref:e6c1e181ba7f[repository=src] gitref:d
 The man:zfsd[8] daemon will now fault disks that generate too many I/O delay events.
 gitref:e2ce586899ff[repository=src] (Sponsored by Axcient)
 
-[[boot]]
-== Boot Loader Changes
-
-This section covers the boot loader, boot menu, and other boot-related changes.
-
-[[boot-loader]]
-=== Boot Loader Changes
-
 [[network]]
 == Networking
 
@@ -300,7 +287,7 @@ gitref:6dfb2c2dce0f[repository=src]
 [[hardware]]
 == Hardware Support
 
-This section covers general hardware support for physical machines, as well as hardware changes and updates that do not fit in other sections of this document.
+This section covers general hardware support for physical machines, hypervisors, and virtualization environments, as well as hardware changes and updates that do not fit in other sections of this document.
 
 [[hardware-arch]]
 === Hardware Architecture Support
@@ -310,6 +297,9 @@ The BeagleBone Black (armv7) is no longer supported; it does not work with the c
 [[hardware-virtualization]]
 === Virtualization Support
 
+The Google Virtual NIC (man:gve[4]) is now supported.
+gitref:4e846759f0a3[repository=src] (Sponsored by Google)
+
 [[future-releases]]
 == General Notes Regarding Future FreeBSD Releases