diff --git a/website/archetypes/new-release/_index.adoc b/website/archetypes/new-release/_index.adoc new file mode 100644 index 0000000000..e402f34c2f --- /dev/null +++ b/website/archetypes/new-release/_index.adoc @@ -0,0 +1,28 @@ +--- +title: "FreeBSD X.0 Release Information" +sidenav: download +--- + +:localRel: X.0 +:localBranchStable: stable/X +:localBranchReleng: releng/X.0 + += 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/archetypes/new-release/errata.adoc b/website/archetypes/new-release/errata.adoc new file mode 100644 index 0000000000..a5a5b58526 --- /dev/null +++ b/website/archetypes/new-release/errata.adoc @@ -0,0 +1,71 @@ +--- +title: "FreeBSD X.0-RELEASE Errata" +sidenav: download +--- + +:release: X.0-RELEASE +:releaseNext: X.1-RELEASE +:releaseBranch: X-STABLE + += FreeBSD {release} Errata + +== Abstract + +This document lists errata items for FreeBSD {release}, containing significant information discovered after the release or too late in the release cycle to be otherwise included in the release documentation. +This information includes security advisories, as well as news relating to the software or documentation that could affect its operation or usability. +An up-to-date version of this document should always be consulted before installing this version of FreeBSD. + +This errata document for FreeBSD {release} will be maintained until the release of FreeBSD {releaseNext}. + +== Table of Contents + +* <> +* <> +* <> +* <> +* <> + +[[intro]] +== Introduction + +This errata document contains "late-breaking news" about FreeBSD {release}. +Before installing this version, it is important to consult this document to learn about any post-release discoveries or problems that may already have been found and fixed. + +Any version of this errata document actually distributed with the release (for example, on a CDROM distribution) will be out of date by definition, but other copies are kept updated on the Internet and should be consulted as the "current errata" for this release. +These other copies of the errata are located at https://www.FreeBSD.org/releases/, plus any sites which keep up-to-date mirrors of this location. + +Source and binary snapshots of FreeBSD {releaseBranch} also contain up-to-date copies of this document (as of the time of the snapshot). + +For a list of all FreeBSD CERT security advisories, see https://www.FreeBSD.org/security/. + +[[security]] +== Security Advisories + +[width="100%",cols="40%,30%,30%",options="header",] +|=== +|Advisory |Date |Topic + +|No advisories.|| + +|=== + +[[errata]] +== Errata Notices + +[width="100%",cols="40%,30%,30%",options="header",] +|=== +|Errata |Date |Topic + +|No errata notices.|| + +|=== + +[[open-issues]] +== Open Issues + +No open issues. + +[[late-news]] +== Late-Breaking News + +No late-breaking news. diff --git a/website/archetypes/new-release/installation.adoc b/website/archetypes/new-release/installation.adoc new file mode 100644 index 0000000000..4ce649bb7d --- /dev/null +++ b/website/archetypes/new-release/installation.adoc @@ -0,0 +1,88 @@ +--- +title: "FreeBSD X.0-RELEASE Installation Instructions" +sidenav: download +--- + +:releaseCurrent: X.0-RELEASE +:localRel: X.0 + += FreeBSD {localRel}-RELEASE Installation Instructions + +FreeBSD {releaseCurrent} Installation Instructions + +== Abstract + +This article gives some brief instructions on installing FreeBSD {releaseCurrent} and upgrading the systems running earlier releases. + +== Table of Contents + +* <> +* <> + +[[install]] +== Installing FreeBSD + +The Installing FreeBSD chapter of the FreeBSD Handbook provides more in-depth information about the installation program itself, including a guided walk-through with screenshots. + +[[upgrade]] +== Upgrading FreeBSD + +If you are upgrading from a previous release of FreeBSD, please read upgrading section in the Release Notes for notable incompatibilities carefully. + +[[upgrade-source]] +== Upgrading from Source + +The procedure for doing a source code based update is described in Updating FreeBSD from Source. + +For SVN use the releng/{localRel} branch which will be where any upcoming Security Advisories or Errata Notices will be applied. + +[[upgrade-binary]] +== Upgrading Using "FreeBSD Update" + +The man:freebsd-update[8] utility supports binary upgrades of i386 and amd64 systems running earlier FreeBSD releases. +Systems running 11.4-RELEASE or 12.2-RELEASE can upgrade as follows: + +[.screen] +---- +# freebsd-update fetch +# freebsd-update install +---- + +Now the man:freebsd-update[8] utility can fetch bits belonging to {releaseCurrent}. +During this process man:freebsd-update[8] will ask for help in merging configuration files. + +[.screen] +---- +# freebsd-update upgrade -r {localRel}-RELEASE +# freebsd-update install +---- + +The system must now be rebooted with the newly installed kernel before the non-kernel components are updated. + +[.screen] +---- +# shutdown -r now +---- + +After rebooting, man:freebsd-update[8] needs to be run again to install the new userland components: + +[.screen] +---- +# freebsd-update install +---- + +At this point, users of systems being upgraded from earlier FreeBSD releases will be prompted by man:freebsd-update[8] to rebuild all third-party applications (e.g., ports installed from the ports tree) due to updates in system libraries. + +After updating installed third-party applications (and again, only if man:freebsd-update[8] printed a message indicating that this was necessary), run man:freebsd-update[8] again so that it can delete the old (no longer used) system libraries: + +[.screen] +---- +# freebsd-update install +---- + +Finally, reboot into {releaseCurrent} + +[.screen] +---- +# shutdown -r now +---- diff --git a/website/archetypes/new-release/readme.adoc b/website/archetypes/new-release/readme.adoc new file mode 100644 index 0000000000..7427b09a88 --- /dev/null +++ b/website/archetypes/new-release/readme.adoc @@ -0,0 +1,202 @@ +--- +title: "FreeBSD X.0-RELEASE README" +sidenav: download +--- + +:releaseCurrent: X.0-RELEASE +:releaseType: release +:releaseBranch: X-STABLE +:releasePrevStable: X.Y-RELEASE +:releasePrev: X.Y-RELEASE + +include::shared/releases.adoc[] +include::shared/en/urls.adoc[] +include::shared/en/mailing-lists.adoc[] + += FreeBSD {releaseCurrent} README + +== Abstract + +This document gives a brief introduction to FreeBSD {releaseCurrent}. +It includes some information on how to obtain FreeBSD, a listing of various ways to contact the FreeBSD Project, and pointers to some other sources of information. + +== Table of Contents + +* <> +* <> +* <> +* <> +* <> + +[[intro]] +== Introduction + +This distribution is a {releaseType} of FreeBSD {releaseCurrent}, the latest point along the {releaseBranch} branch. + +[[about]] +== About FreeBSD + +FreeBSD is an operating system based on 4.4 BSD Lite for AMD64 and Intel EM64T based PC hardware (amd64), Intel, AMD, Cyrix or NexGen x86 based PC hardware (i386), and UltraSPARC(R) machines (sparc64). +Versions for the ARM(R) (arm), MIPS(R) (mips), and PowerPC(R) (powerpc) architectures are currently under development as well. +FreeBSD works with a wide variety of peripherals and configurations and can be used for everything from software development to games to Internet Service Provision. + +This release of FreeBSD contains everything you need to run such a system, including full source code for the kernel and all utilities in the base distribution. +With the source distribution installed, you can literally recompile the entire system from scratch with one command, making it ideal for students, researchers, or users who simply want to see how it all works. + +A large collection of third-party ported software (the Ports Collection) is also provided to make it easy to obtain and install all your favorite traditional UNIX(R) utilities for FreeBSD. +Each port consists of a set of scripts to retrieve, configure, build, and install a piece of software, with a single command. +Over {numports} ports, from editors to programming languages to graphical applications, make FreeBSD a powerful and comprehensive operating environment that extends far beyond what's provided by many commercial versions of UNIX(R). +Most ports are also available as pre-compiled packages, which can be quickly installed from the installation program. + +[[audience]] +== Target Audience + +This {releaseType} is aimed primarily at early adopters and various other users who want to get involved with the ongoing development of FreeBSD. +While the FreeBSD development team tries its best to ensure that each {releaseType} works as advertised, {releaseBranch} is very much a work-in-progress. + +The basic requirements for using this {releaseType} are technical proficiency with FreeBSD and an understanding of the ongoing development process of FreeBSD {releaseBranch} (as discussed on the {freebsd-current}). + +For those more interested in doing business with FreeBSD than in experimenting with new FreeBSD technology, formal releases (such as {releasePrevStable}) are frequently more appropriate. +Releases undergo a period of testing and quality assurance checking to ensure high reliability and dependability. + +This {releaseType} is aimed primarily at early adopters and various other users who want to get involved with the ongoing development of FreeBSD. +While the FreeBSD development team tries its best to ensure that each {releaseType} works as advertised, {releaseBranch} is very much a work-in-progress. + +The basic requirements for using this {releaseType} are technical proficiency with FreeBSD and an understanding of the ongoing development process of FreeBSD {releaseBranch} (as discussed on the {freebsd-current}). + +For those more interested in doing business with FreeBSD than in experimenting with new FreeBSD technology, formal releases (such as {releasePrevStable}) are frequently more appropriate. +Releases undergo a period of testing and quality assurance checking to ensure high reliability and dependability. + +This {releaseType} of FreeBSD is suitable for all users. +It has undergone a period of testing and quality assurance checking to ensure the highest reliability and dependability. + +[[obtain]] +== Obtaining FreeBSD + +FreeBSD may be obtained in a variety of ways. +This section focuses on those ways that are primarily useful for obtaining a complete FreeBSD distribution, rather than updating an existing installation. + +[[cdromdvd]] +=== CDROM and DVD + +FreeBSD -RELEASE distributions may be ordered on CDROM or DVD from several publishers. +This is frequently the most convenient way to obtain FreeBSD for new installations, as it provides a convenient way to quickly reinstall the system if necessary. +Some distributions include some of the optional, precompiled packages from the FreeBSD Ports Collection, or other extra material. + +A list of the CDROM and DVD publishers known to the project are listed in the link:{handbook}#mirrors[Obtaining FreeBSD] appendix to the Handbook. + +[[ftp]] +=== FTP + +You can use FTP to retrieve FreeBSD and any or all of its optional packages from `ftp://ftp.FreeBSD.org/`, which is the official FreeBSD release site, or any of its mirrors. + +Lists of locations that mirror FreeBSD can be found in the link:{handbook}#mirrors-ftp[FTP Sites] section of the Handbook. +Finding a close (in networking terms) mirror from which to download the distribution is highly recommended. + +Additional mirror sites are always welcome. +Contact `` for more details on becoming an official mirror site. +You can also find useful information for mirror sites at the link:{hubs}[Mirroring FreeBSD] article. + +Mirrors generally contain the ISO images generally used to create a CDROM of a FreeBSD release. +They usually also contain floppy disk images (for applicable platforms), as well as the files necessary to do an installation over the network. +Finally mirrors sites usually contain a set of packages for the most current release. + +[[contacting]] +== Contacting the FreeBSD Project + +[[emailmailinglists]] +=== Email and Mailing Lists + +For any questions or general technical support issues, please send mail to the {freebsd-questions}. + +If you're tracking the {releaseBranch} development efforts, you must join the {freebsd-current}, in order to keep abreast of recent developments and changes that may affect the way you use and maintain the system. + +Being a largely-volunteer effort, the FreeBSD Project is always happy to have extra hands willing to help-there are already far more desired enhancements than there is time to implement them. +To contact the developers on technical matters, or with offers of help, please send mail to the {freebsd-hackers}. + +Please note that these mailing lists can experience significant amounts of traffic. +If you have slow or expensive mail access, or are only interested in keeping up with major FreeBSD events, you may find it preferable to subscribe instead to the {freebsd-announce}. + +All of the mailing lists can be freely joined by anyone wishing to do so. +Visit the link:https://www.freebsd.org/mailman/listinfo[FreeBSD Mailman Info Page]. +This will give you more information on joining the various lists, accessing archives, etc. +There are a number of mailing lists targeted at special interest groups not mentioned here; more information can be obtained either from the Mailman pages or the link:../../../support/#mailing-list[mailing lists section] of the FreeBSD Web site. + +[IMPORTANT] +==== +Do not send email to the lists asking to be subscribed. Use the Mailman interface instead. +==== + +[[pr]] +=== Submitting Problem Reports + +Suggestions, bug reports and contributions of code are always valued-please do not hesitate to report any problems you may find. +Bug reports with attached fixes are of course even more welcome. + +The preferred method to submit bug reports from a machine with Internet connectivity is to use the Bugzilla bug tracker. +Problem Reports (PRs) submitted in this way will be filed and their progress tracked; the FreeBSD developers will do their best to respond to all reported bugs as soon as possible. +link:https://bugs.freebsd.org/search/[A list of all active PRs] is available on the FreeBSD Web site; this list is useful to see what potential problems other users have encountered. + +Note that man:send-pr[1] is deprecated. + +For more information, link:{problem-reports}["Writing FreeBSD Problem Reports"], available on the FreeBSD Web site, has a number of helpful hints on writing and submitting effective problem reports. + +[[seealso]] +== Further Reading + +There are many sources of information about FreeBSD; some are included with this distribution, while others are available on-line or in print versions. + +[[release-docs]] +=== Release Documentation + +A number of other files provide more specific information about this {releaseType} distribution. +These files are provided in various formats. +Most distributions will include both ASCII text ([.filename]`.TXT`) and HTML ([.filename]`.HTM`) renditions. +Some distributions may also include other formats such as Portable Document Format ([.filename]`.PDF`). + +* [.filename]`README.TXT`: This file, which gives some general information about FreeBSD as well as some cursory notes about obtaining a distribution. +* [.filename]`RELNOTES.TXT`: The release notes, showing what's new and different in FreeBSD {releaseCurrent} compared to the previous release (FreeBSD {releasePrev}). +* [.filename]`HARDWARE.TXT`: The hardware compatibility list, showing devices with which FreeBSD has been tested and is known to work. +* [.filename]`ERRATA.TXT`: Release errata. Late-breaking, post-release information can be found in this file, which is principally applicable to releases (as opposed to snapshots). It is important to consult this file before installing a release of FreeBSD, as it contains the latest information on problems which have been found and fixed since the release was created. + +On platforms that support man:bsdinstall[8] (currently amd64, i386, and sparc64), these documents are generally available via the Documentation menu during installation. +Once the system is installed, you can revisit this menu by re-running the man:bsdinstall[8] utility. + +[NOTE] +==== +It is extremely important to read the errata for any given release before installing it, to learn about any late-breaking news or post-release problems. +The errata file accompanying each release (most likely right next to this file) is already out of date by definition, but other copies are kept updated on the Internet and should be consulted as the current errata for this release. +These other copies of the errata are located at link:../../releases/[https://www.FreeBSD.org/releases] (as well as any sites which keep up-to-date mirrors of this location). +==== + +[[manpages]] +=== Manual Pages + +As with almost all UNIX(R) like operating systems, FreeBSD comes with a set of on-line manual pages, accessed through the {{< manpage man:[1] command or through the http://link:www.freebsd.org/cgi/man.cgi[hypertext manual pages gateway] on the FreeBSD Web site. +In general, the manual pages provide information on the different commands and APIs available to the FreeBSD user. + +In some cases, manual pages are written to give information on particular topics. +Notable examples of such manual pages are man:tuning[7] (a guide to performance tuning), man:security[7] (an introduction to FreeBSD security), and man:style[9] (a style guide to kernel coding). + +[[booksarticles]] +=== Books and Articles + +Two highly-useful collections of FreeBSD-related information, maintained by the FreeBSD Project, are the FreeBSD Handbook and FreeBSD FAQ(Frequently Asked Questions document). +On-line versions of the link:{handbook}[Handbook] and link:{faq}[FAQ] are always available from the link:../../../doc[FreeBSD Documentation page] or its mirrors. +If you install the [.filename]`doc` distribution set, you can use a Web browser to read the Handbook and FAQ locally. +In particular, note that the Handbook contains a step-by-step guide to installing FreeBSD. + +A number of on-line books and articles, also maintained by the FreeBSD Project, cover more-specialized, FreeBSD-related topics. +This material spans a wide range of topics, from effective use of the mailing lists, to dual-booting FreeBSD with other operating systems, to guidelines for new committers. +Like the Handbook and FAQ, these documents are available from the FreeBSD Documentation Page or in the doc distribution set. + +A listing of other books and documents about FreeBSD can be found in the link:{handbook}#bibliography[bibliography]of the FreeBSD Handbook. +Because of FreeBSD's strong UNIX(R) heritage, many other articles and books written for UNIX(R) systems are applicable as well, some of which are also listed in the bibliography. + +[[acknowledgements]] +== Acknowledgments + +FreeBSD represents the cumulative work of many hundreds, if not thousands, of individuals from around the world who have worked countless hours to bring about this {releaseType}. +For a complete list of FreeBSD developers and contributors, please see link:{contributors}["Contributors to FreeBSD"] on the FreeBSD Web site or any of its mirrors. + +Special thanks also go to the many thousands of FreeBSD users and testers all over the world, without whom this {releaseType} simply would not have been possible. diff --git a/website/archetypes/new-release/relnotes.adoc b/website/archetypes/new-release/relnotes.adoc new file mode 100644 index 0000000000..c73b2ba9c7 --- /dev/null +++ b/website/archetypes/new-release/relnotes.adoc @@ -0,0 +1,186 @@ +--- +title: "FreeBSD X.0-RELEASE Release Notes" +sidenav: download +--- + += FreeBSD {releaseCurrent} Release Notes +:doctype: article +:toc: macro +:toclevels: 1 +:icons: font +:releaseCurrent: X.0-RELEASE +:releaseBranch: X-STABLE +:releasePrev: X.Y-RELEASE +:releaseNext: X.Y-RELEASE +:releaseType: "release" + +include::shared/en/urls.adoc[] + +== Abstract + +[.abstract-title] +Abstract + +The release notes for FreeBSD {releaseCurrent} contain a summary of the changes made to the FreeBSD base system on the {releaseBranch} development line. +This document lists applicable security advisories that were issued since the last release, as well as significant changes to the FreeBSD kernel and userland. +Some brief remarks on upgrading are also presented. + +[[intro]] +== Introduction + +This document contains the release notes for FreeBSD {releaseCurrent}. +It describes recently added, changed, or deleted features of FreeBSD. +It also provides some notes on upgrading from previous versions of FreeBSD. + +The {releaseType} distribution to which these release notes apply represents the latest point along the {releaseBranch} development branch since {releaseBranch} was created. +Information regarding pre-built, binary {releaseType} distributions along this branch can be found at https://www.FreeBSD.org/releases/[https://www.FreeBSD.org/releases/]. + +The {releaseType} distribution to which these release notes apply represents a point along the {releaseBranch} development branch between {releasePrev} and the future {releaseNext}. +Information regarding pre-built, binary {releaseType} distributions along this branch can be found at https://www.FreeBSD.org/releases/[https://www.FreeBSD.org/releases/]. + +This distribution of FreeBSD {releaseCurrent} is a {releaseType} distribution. +It can be found at https://www.FreeBSD.org/releases/[https://www.FreeBSD.org/releases/] or any of its mirrors. +More information on obtaining this (or other) {releaseType} distributions of FreeBSD can be found in the link:{handbook}/mirrors[Obtaining FreeBSD appendix] to the link:{handbook}/[FreeBSD Handbook]. + +All users are encouraged to consult the release errata before installing FreeBSD. +The errata document is updated with "late-breaking" information discovered late in the release cycle or after the release. +Typically, it contains information on known bugs, security advisories, and corrections to documentation. +An up-to-date copy of the errata for FreeBSD {releaseCurrent} can be found on the FreeBSD Web site. + +This document describes the most user-visible new or changed features in FreeBSD since {releasePrev}. +In general, changes described here are unique to the {releaseBranch} branch unless specifically marked as MERGED features. + +Typical release note items document recent security advisories issued after {releasePrev}, new drivers or hardware support, new commands or options, major bug fixes, or contributed software upgrades. +They may also list changes to major ports/packages or release engineering practices. +Clearly the release notes cannot list every single change made to FreeBSD between releases; this document focuses primarily on security advisories, user-visible changes, and major architectural improvements. + +[[upgrade]] +== 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 binary upgrade procedure 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#. + +[IMPORTANT] +==== +Upgrading FreeBSD should only be attempted after backing up _all_ data and configuration files. +==== + +[[security-errata]] +== Security and Errata + +This section lists the various Security Advisories and Errata Notices since {releasePrev}. + +[[security]] +=== Security Advisories + +[.informaltable] +[cols="1,1,1", frame="none", options="header"] +|=== +| Advisory +| Date +| Topic + +|No advisories. +| +| + +|=== + +[[errata]] +=== Errata Notices + +[.informaltable] +[cols="1,1,1", frame="none", options="header"] +|=== +| Errata +| Date +| Topic + +|No notices. +| +| + + +|=== + +[[userland]] +== Userland + +This section covers changes and additions to userland applications, contributed software, and system utilities. + +[[userland-config]] +=== Userland Configuration Changes + +[[userland-programs]] +=== Userland Application Changes + +[[userland-contrib]] +=== Contributed Software + +[[userland-deprecated-programs]] +=== Deprecated Applications + +[[userland-libraries]] +=== Runtime Libraries and API + +[[kernel]] +== Kernel + +This section covers changes to kernel configurations, system tuning, and system control parameters that are not otherwise categorized. + +[[kernel-general]] +=== General Kernel Changes + +[[drivers]] +== Devices and Drivers + +This section covers changes and additions to devices and device drivers since {releasePrev}. + +[[drivers-device]] +=== Device Drivers + +[[storage]] +== Storage + +This section covers changes and additions to file systems and other storage subsystems, both local and networked. + +[[storage-general]] +=== General Storage + +[[boot]] +== Boot Loader Changes + +This section covers the boot loader, boot menu, and other boot-related changes. + +[[boot-loader]] +=== Boot Loader Changes + +[[network]] +== Networking + +This section describes changes that affect networking in FreeBSD. + +[[network-general]] +=== General Network + +[[hardware]] +== Hardware Support + +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. + +[[hardware-virtualization]] +=== Virtualization Support + +[[ports]] +== Ports Collection and Package Infrastructure + +This section covers changes to the FreeBSD Ports Collection, package infrastructure, and package maintenance and installation tools. + +[[ports-packages]] +=== Packaging Changes + +[[future-releases]] +== General Notes Regarding Future FreeBSD Releases diff --git a/website/archetypes/new-release/schedule.adoc b/website/archetypes/new-release/schedule.adoc new file mode 100644 index 0000000000..d83a0059f8 --- /dev/null +++ b/website/archetypes/new-release/schedule.adoc @@ -0,0 +1,49 @@ +--- +title: "FreeBSD X.0 Release Process" +sidenav: download +--- + +:localRel: X.0 +:localBranchHead: head +:localBranchStable: stable/X +:localBranchReleng: releng/X.0 + +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-current@FreeBSD.org[freebsd-current] mailing list. + +// link:{handbook}#mfc-glossary[MFC] requests are no longer being accepted for {localBranchReleng}. + +// link:{handbook}#mfc-glossary[MFC] requests should be sent to re@FreeBSD.org. + +== Schedule + +During the {localBranchHead} freeze, the Release Engineering Team may create ALPHA snapshots to publish for testing purposes. +As the frequency and total number of the ALPHA snapshots will depend on the length of time the {localBranchHead} branch is frozen, no official schedule is provided. + +Announcements regarding the availability of the ALPHA snapshots will be sent to the mailto:freebsd-current@FreeBSD.org[freebsd-current] and mailto:freebsd-snapshots@FreeBSD.org[freebsd-snapshots] mailing lists. + +[.tblbasic] +[cols=",,,",options="header",] +|=== +|Action |Expected |Actual |Description + +|=== + +"*" indicates "as-needed" items. + +//// +== Status / TODO +link:todo/[FreeBSD Release Engineering TODO Page] +//// + +== Additional Information + +* link:../../../releng/[FreeBSD Release Engineering website]