git: f178694b9d - main - relnotes template: some additions
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 13 Nov 2023 20:25:52 UTC
The branch main has been updated by mhorne:
URL: https://cgit.FreeBSD.org/doc/commit/?id=f178694b9d588ebfdf5683351e40320b8f1d0480
commit f178694b9d588ebfdf5683351e40320b8f1d0480
Author: Mitchell Horne <mhorne@FreeBSD.org>
AuthorDate: 2023-11-13 18:46:18 +0000
Commit: Mitchell Horne <mhorne@FreeBSD.org>
CommitDate: 2023-11-13 20:25:23 +0000
relnotes template: some additions
Bring some tweaks from the 14.0 release notes into the template.
- Deprecated/removed drivers subsection
- Documentation section + man-pages subsection
- Links to supported hardware and platforms in Hardware Support section
Reviewed by: carlavilla, emaste, karels
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D42571
---
website/archetypes/release/relnotes.adoc | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/website/archetypes/release/relnotes.adoc b/website/archetypes/release/relnotes.adoc
index c73b2ba9c7..a5096a76ad 100644
--- a/website/archetypes/release/relnotes.adoc
+++ b/website/archetypes/release/relnotes.adoc
@@ -142,6 +142,9 @@ This section covers changes and additions to devices and device drivers since {r
[[drivers-device]]
=== Device Drivers
+[[drivers-removals]]
+=== Deprecated and Removed Drivers
+
[[storage]]
== Storage
@@ -171,9 +174,19 @@ This section describes changes that affect networking in FreeBSD.
This section covers general hardware support for physical machines, hypervisors, and virtualizatio n environments, as well as hardware changes and updates that do not otherwise fit in other sections of this document.
+Please see link:https://www.freebsd.org/releases/X.0R/hardware[the list of hardware] supported by {releaseCurrent}, as well as link:https://www.freebsd.org/platforms/[the platforms page] for the complete list of supported CPU architectures.
+
[[hardware-virtualization]]
=== Virtualization Support
+[[documentation]]
+== Documentation
+
+This section covers changes to manual (man:man[1]) pages and other documentation shipped with the base system.
+
+[[man-pages]]
+=== Man Pages
+
[[ports]]
== Ports Collection and Package Infrastructure