git: 48c2ee41af - main - 15.1/relnotes: Cleanups

From: Colin Percival <cperciva_at_FreeBSD.org>
Date: Mon, 15 Jun 2026 23:34:10 UTC
The branch main has been updated by cperciva:

URL: https://cgit.FreeBSD.org/doc/commit/?id=48c2ee41af936aaec0d948024a1336e1eeb274c7

commit 48c2ee41af936aaec0d948024a1336e1eeb274c7
Author:     Colin Percival <cperciva@FreeBSD.org>
AuthorDate: 2026-06-15 23:18:35 +0000
Commit:     Colin Percival <cperciva@FreeBSD.org>
CommitDate: 2026-06-15 23:33:34 +0000

    15.1/relnotes: Cleanups
    
    Reword mention of C23 support from "Partial support is now available"
    to "Expanded support is now available" since 15.0 had some parts of
    C23 already.
    
    Remove mention of enabling padlock_rng, since the entire "disable and
    then re-enable" cycle happened since 15.0.
    
    Remove mention of taking KDE out of the dvd1 image, since that took
    place in 15.0 as well.
    
    Remove mention of shipping firmware packages from the kmods repo on
    the DVD image, since that change was reverted.
    
    Remvoe mention of ext2 and ntfs packages, since that took place in
    15.0 as well.
    
    Remove sections which are now empty.
    
    Reviewed by:    dch
    Differential Revision:  https://reviews.freebsd.org/D57602
---
 website/content/en/releases/15.1R/relnotes.adoc | 29 +------------------------
 1 file changed, 1 insertion(+), 28 deletions(-)

diff --git a/website/content/en/releases/15.1R/relnotes.adoc b/website/content/en/releases/15.1R/relnotes.adoc
index 1c05a870be..25a0efc504 100644
--- a/website/content/en/releases/15.1R/relnotes.adoc
+++ b/website/content/en/releases/15.1R/relnotes.adoc
@@ -519,7 +519,7 @@ gitref:5b2489caf266[repository=src].
 Adds libuvmem, a userland port of the man:vmem[9] kernel memory allocator, providing a similar interface for userland applications.
 gitref:3ae14e8f332f[repository=src].
 
-Partial support for the C23 version of the C Programming language is now available. It will continue to evolve, with complete support anticipated for FreeBSD 16. New features include the `<stdbit.h>` header, the man:memalignment[3] function, updates to the `<limits.h>` and `<stdint.h>` headers including the `_WIDTH` macros and `char8_t`, as well as various other extensions.
+Expanded support for the C23 version of the C Programming language is now available. It will continue to evolve, with complete support anticipated for FreeBSD 16. New features include the `<stdbit.h>` header, the man:memalignment[3] function, updates to the `<limits.h>` and `<stdint.h>` headers including the `_WIDTH` macros and `char8_t`, as well as various other extensions.
 gitref:275c11b7ccff[repository=src],
 gitref:104488641aca[repository=src],
 gitref:24ea81047de7[repository=src],
@@ -658,9 +658,6 @@ The man:qat[4] driver now supports the 402xx device (IDs 0x4944/0x4945) using th
 gitref:88c0ce38bc18[repository=src].
 {{< sponsored "Intel Corporation" >}}
 
-The padlock_rng driver is now built on amd64, enabling hardware random number generation on 64-bit Via Nano, Nano X2, and some Zhaoxin CPUs.
-gitref:191573ce0bfd[repository=src].
-
 [[drivers-removals]]
 === Deprecated and Removed Drivers
 
@@ -932,27 +929,3 @@ gitref:c13157b87b00[repository=src].
 
 Adds man:deadfs[9] manual page documenting the dead file system.
 gitref:d8097cf79cfa[repository=src].
-
-[[ports]]
-== Ports Collection and Package Infrastructure
-
-This section covers changes to the FreeBSD Ports Collection, package infrastructure, and package maintenance and installation tools.
-
-KDE has been removed from the dvd1.iso image to fit within the 4.7 GB DVD size limit, and editors/emacs and editors/vim have been added.
-gitref:142df248ac06[repository=src].
-
-[[ports-packages]]
-=== Packaging Changes
-
-Package repository configuration changes redirect package requests from pkgbase.freebsd.org to pkg.freebsd.org mirrors, adding approximately 70 seconds to pkgbase system installation/upgrade operations. Systems with 15.0-PRERELEASE, ALPHA, or BETA installations become orphaned as they expect packages signed with old pkg keys rather than new pkgbase signing keys.
-gitref:0c87d29a54da[repository=src].
-
-Firmware packages from the kmods repository have been included on the DVD installation media, ensuring that firmware modules are usable on the release version.
-gitref:b0fbed20ceb9[repository=src].
-{{< sponsored "https://www.patreon.com/cperciva" >}}
-
-The ext2 and ntfs packages have been added to release media to assist users in transferring packages from Linux or Windows systems.
-gitref:8c8ec2cdc9a9[repository=src].
-
-[[future-releases]]
-== General Notes Regarding Future FreeBSD Releases