diff options
author | Marc Fonvieille <blackend@FreeBSD.org> | 2024-11-07 15:30:54 +0000 |
---|---|---|
committer | Marc Fonvieille <blackend@FreeBSD.org> | 2024-11-07 15:30:54 +0000 |
commit | 8c06f6b060353e126f1bd1ad7be3eeaf66ea78fd (patch) | |
tree | e5aebe57781741ad17201d5e0c34e087568b738c | |
parent | 99383f29279c80825c788ef7a137a92caff89883 (diff) |
-rw-r--r-- | documentation/content/en/books/handbook/introduction.adoc | 2 | ||||
-rw-r--r-- | shared/releases.adoc | 14 |
2 files changed, 14 insertions, 2 deletions
diff --git a/documentation/content/en/books/handbook/introduction.adoc b/documentation/content/en/books/handbook/introduction.adoc index 1f8d4c4c66..7f0f88ef59 100644 --- a/documentation/content/en/books/handbook/introduction.adoc +++ b/documentation/content/en/books/handbook/introduction.adoc @@ -1,7 +1,7 @@ [.abstract-title] Abstract -Welcome to FreeBSD! This handbook covers the installation and day to day use of _FreeBSD {rel141-current}-RELEASE_ and _{rel134-current}-RELEASE_. +Welcome to FreeBSD! This handbook covers the installation and day to day use of _FreeBSD {rel142-current}-RELEASE_ and _{rel134-current}-RELEASE_. This book is the result of ongoing work by many individuals. Some sections might be outdated. Those interested in helping to update and expand this document should send email to the {freebsd-doc}. diff --git a/shared/releases.adoc b/shared/releases.adoc index e48d682086..c0c278e3a1 100644 --- a/shared/releases.adoc +++ b/shared/releases.adoc @@ -52,7 +52,7 @@ // Set to 'INCLUDE' when the schedule is available. -:beta2-upcoming: INCLUDE +:beta2-upcoming: IGNORE // Set to 'INCLUDE' when the installation images are available. @@ -83,6 +83,18 @@ // more (in addition to cleaning up this file) following the 11.3 // release (likely as part of the 11.3 announcement commit). -gjb +:rel142-current-major: 14 +:rel142-current: 14.2 +:rel142-current-date: December 3, 2024 + +:u-rel142-notes: https://www.FreeBSD.org/releases/{rel142-current}R/relnotes/ +:u-rel142-announce: https://www.FreeBSD.org/releases/{rel142-current}R/announce/ +:u-rel142-errata: https://www.FreeBSD.org/releases/{rel142-current}R/errata/ +:u-rel142-hardware: https://www.FreeBSD.org/releases/{rel142-current}R/hardware/ +:u-rel142-installation: https://www.FreeBSD.org/releases/{rel142-current}R/installation/ +:u-rel142-readme: https://www.FreeBSD.org/releases/{rel142-current}R/readme/ +:u-rel142-signatures: https://www.FreeBSD.org/releases/{rel142-current}R/signatures/ + :rel141-current-major: 14 :rel141-current: 14.1 :rel141-current-date: June 4, 2024 |