git: 601a556957 - main - 13.3-RELEASE will be the next FreeBSD release
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 28 Dec 2023 04:22:57 UTC
The branch main has been updated by cperciva: URL: https://cgit.FreeBSD.org/doc/commit/?id=601a5569573cda5aa484be73f35411025a1cfb7b commit 601a5569573cda5aa484be73f35411025a1cfb7b Author: Colin Percival <cperciva@FreeBSD.org> AuthorDate: 2023-12-28 04:21:37 +0000 Commit: Colin Percival <cperciva@FreeBSD.org> CommitDate: 2023-12-28 04:21:37 +0000 13.3-RELEASE will be the next FreeBSD release * Add 13.3 as an "Upcoming" release. * Post schedule for 13.3-RELEASE. --- shared/releases.adoc | 4 +-- website/content/en/releases/13.3R/_index.adoc | 27 ++++++++++++++ website/content/en/releases/13.3R/schedule.adoc | 48 +++++++++++++++++++++++++ 3 files changed, 77 insertions(+), 2 deletions(-) diff --git a/shared/releases.adoc b/shared/releases.adoc index 59ed345de1..c9f09feef7 100644 --- a/shared/releases.adoc +++ b/shared/releases.adoc @@ -37,13 +37,13 @@ // Set to 'INCLUDE' when the schedule is available. -:beta-upcoming: IGNORE +:beta-upcoming: INCLUDE // Set to 'INCLUDE' when the installation images are available. :beta-testing: IGNORE :betarel-current-major: 13 -:betarel-current: 13.2 +:betarel-current: 13.3 :betarel-vers: RELEASE :u-betarel-schedule: https://www.FreeBSD.org/releases/{betarel-current}R/schedule/ diff --git a/website/content/en/releases/13.3R/_index.adoc b/website/content/en/releases/13.3R/_index.adoc new file mode 100644 index 0000000000..613a8b273c --- /dev/null +++ b/website/content/en/releases/13.3R/_index.adoc @@ -0,0 +1,27 @@ +--- +title: "FreeBSD 13.3 Release Information" +sidenav: download +--- + +:localRel: 13.3 +:localBranchStable: stable/13 +:localBranchReleng: releng/13.3 + += FreeBSD {localRel} Release Information + +== Introduction + +This is the index page for FreeBSD {localRel}. For more information about the release engineering process, please see the link:../../releng/[Release Engineering] section of the web site. + +== Detailed Information + +More detailed information, such as release notes and hardware notes can be found at these pages: + +//link:signatures/[FreeBSD {localRel}-RELEASE signed checksum files] + +//link:installation/[FreeBSD {localRel}-RELEASE installation information] + +//link:hardware/[FreeBSD {localRel}-RELEASE hardware information] + +//link:relnotes/[FreeBSD {localRel}-RELEASE release notes] + +//link:errata/[FreeBSD {localRel}-RELEASE errata] + +//link:readme/[FreeBSD {localRel}-RELEASE readme] + +link:schedule/[FreeBSD {localRel}-RELEASE schedule] + +//link:todo/[FreeBSD Release Engineering TODO Page] + diff --git a/website/content/en/releases/13.3R/schedule.adoc b/website/content/en/releases/13.3R/schedule.adoc new file mode 100644 index 0000000000..3e11b7b31b --- /dev/null +++ b/website/content/en/releases/13.3R/schedule.adoc @@ -0,0 +1,48 @@ +--- +title: "FreeBSD 13.3 Release Process" +sidenav: download +--- + +:localRel: 13.3 +:localBranchStable: stable/13 +:localBranchReleng: releng/13.3 + +include::shared/en/urls.adoc[] + += FreeBSD {localRel} Release Process + +== Introduction + +This is the release schedule for FreeBSD {localRel}. For more information about the release engineering process, please see the link:../../../releng/[Release Engineering] section of the web site. + +General discussions about the pending release and known issues should be sent to the public mailto:FreeBSD-stable@FreeBSD.org[freebsd-stable] mailing list. +//link:{handbook}/glossary/#mfc-glossary[MFC] requests are no longer being accepted. + +//link:{handbook}#mfc-glossary[MFC] requests should be sent to link:mailto:re@FreeBSD.org[re@FreeBSD.org] following the link:https://wiki.freebsd.org/Releng/ChangeRequestGuidelines[Change Request Guidelines]. + +== Schedule + +[.tblbasic] +[cols=",,,",options="header",] +|=== +|Action |Expected |Actual |Description +|Initial release schedule announcement |- |20 December 2023 |Release Engineers send announcement email to developers with a rough schedule. +|Release schedule reminder |8 January 2024 |- |Release Engineers send reminder announcement e-mail to developers with updated schedule. +|Code slush begins |19 January 2024 |- |Release Engineers announce that all further commits to the {localBranchStable} branch will not require explicit approval, however new features should be avoided. +|{localBranchReleng} branch |2 February 2024 |- |{localBranchReleng} branch created; future release engineering proceeds on this branch. +|BETA1 builds begin |2 February 2024 |- |First beta test snapshot. +|BETA2 builds begin |9 February 2024 |- |Second beta test snapshot. +|BETA3 builds begin |16 February 2024 |- |Third beta test snapshot. +|RC1 builds begin |23 February 2024 |- |First release candidate. +|RC2 builds begin* |1 March 2024 |- |Second release candidate. +|RC3 builds begin* |8 March 2024 |- |Third release candidate. +|RELEASE builds begin |15 March 2024 |- |{localRel}-RELEASE builds begin. +|RELEASE announcement |19 March 2024 |- |{localRel}-RELEASE press release. +|Turn over to the secteam |- |- |{localBranchReleng} branch is handed over to the FreeBSD Security Officer Team in one or two weeks after the announcement. +|=== + +"*" indicates "as-needed" items. + +== Additional Information + +* link:../../../releng/[FreeBSD Release Engineering website]