I'm very pleased to announce the release of our new website and documentation using the new toolchain with Hugo and AsciiDoctor. To get more information about the new toolchain please read the FreeBSD Documentation Project Primer[1], Hugo docs[2] and AsciiDoctor docs[3]. Acknowledgment: Benedict Reuschling <bcr@> Glen Barber <gjb@> Hiroki Sato <hrs@> Li-Wen Hsu <lwhsu@> Sean Chittenden <seanc@> The FreeBSD Foundation [1] https://docs.FreeBSD.org/en/books/fdp-primer/ [2] https://gohugo.io/documentation/ [3] https://docs.asciidoctor.org/home/ Approved by: doceng, core
153 lines
6.7 KiB
Text
153 lines
6.7 KiB
Text
// XXX rel.current and u-rel-* should be available in doc/
|
|
// The currently released versions of FreeBSD. This value is used to
|
|
// create some links on web sites and such, so do NOT change it until
|
|
// it's really release time. When you update this, you should also
|
|
// update (at least) the following:
|
|
//
|
|
// -similar entity in the Handbook
|
|
// -similar entity in the Relnotes
|
|
// -releases/index.adoc has the date of the current release
|
|
// -the FAQ has links to the release FTP url
|
|
// -"versions supported" in security.adoc
|
|
//
|
|
// (If you're the release engineer, feel free to update this list with
|
|
// other doc-related things you had to do. It'll save you time and
|
|
// trouble the next time around :-).)
|
|
//
|
|
// As of 5.0, we now have the concept of two different "currently"
|
|
// released versions (from two different development branches). Use
|
|
// rel.* and u-rel-* for the "latest and greatest" version and
|
|
// rel2.* and u-rel2-* for the "conservative users" version.
|
|
|
|
// Number of ports
|
|
:numports: 36000
|
|
:ports-size: 500 MB
|
|
|
|
// Do not set this to 'INCLUDE' in this file.
|
|
:beta-local-where: IGNORE
|
|
:beta2-local-where: IGNORE
|
|
|
|
:rel-head-major: 13
|
|
:rel-head: {rel-head-major}.0
|
|
|
|
// If there is no release currently in the release cycle (i.e. we
|
|
// don't have something in BETAn or RCn), then change %beta.testing
|
|
// below to "IGNORE". If we do, use "INCLUDE".
|
|
|
|
// Set to 'INCLUDE' when the schedule is available.
|
|
|
|
:beta-upcoming: IGNORE
|
|
|
|
// Set to 'INCLUDE' when the installation images are available.
|
|
|
|
:beta-testing: IGNORE
|
|
:betarel-current: 12.2
|
|
:betarel-vers: RELEASE
|
|
:u-betarel-schedule: https://www.FreeBSD.org/releases/{betarel-current}R/schedule/
|
|
|
|
// If we have a second release in the release cycle (e.g. 5.x and 6.y
|
|
// are having release candidates at the same time), do the same here.
|
|
|
|
// Set to 'INCLUDE' when the schedule is available.
|
|
|
|
:beta2-upcoming: INCLUDE
|
|
|
|
|
|
// Set to 'INCLUDE' when the installation images are available.
|
|
|
|
:beta2-testing: IGNORE
|
|
:betarel2-current: 13.0
|
|
:betarel2-vers: RELEASE
|
|
:u-betarel2-schedule: https://www.FreeBSD.org/releases/{betarel2-current}R/schedule/
|
|
|
|
// Release-specific macros to help keep other macros such as
|
|
// rel.current up-to-date without needing to do an entire tree
|
|
// sweep. This allows switching rel.current, rel1.current, and
|
|
// rel2.current versions below with updated macros here, ultimately
|
|
// touching as few files as necessary.
|
|
//
|
|
// Note, this is a first pass at this structure, and by no means
|
|
// fully complete yet. I plan to followup on this and expand it
|
|
// more (in addition to cleaning up this file) following the 11.3
|
|
// release (likely as part of the 11.3 announcement commit). -gjb
|
|
|
|
:rel122-current-major: 12
|
|
:rel122-current: 12.2
|
|
:rel122-current-date: October, 2020
|
|
|
|
:u-rel122-notes: https://www.FreeBSD.org/releases/{rel122-current}R/relnotes/
|
|
:u-rel122-announce: https://www.FreeBSD.org/releases/{rel122-current}R/announce/
|
|
:u-rel122-errata: https://www.FreeBSD.org/releases/{rel122-current}R/errata/
|
|
:u-rel122-hardware: https://www.FreeBSD.org/releases/{rel122-current}R/hardware/
|
|
:u-rel122-installation: https://www.FreeBSD.org/releases/{rel122-current}R/installation/
|
|
:u-rel122-readme: https://www.FreeBSD.org/releases/{rel122-current}R/readme/
|
|
:u-rel122-signatures: https://www.FreeBSD.org/releases/{rel122-current}R/signatures/
|
|
|
|
:rel121-current-major: 12
|
|
:rel121-current: 12.1
|
|
:rel121-current-date: November, 2019
|
|
|
|
// URLs to information on the latest release
|
|
:u-rel121-notes: https://www.FreeBSD.org/releases/{rel121-current}R/relnotes/
|
|
:u-rel121-announce: https://www.FreeBSD.org/releases/{rel121-current}R/announce/
|
|
:u-rel121-errata: https://www.FreeBSD.org/releases/{rel121-current}R/errata/
|
|
:u-rel121-hardware: https://www.FreeBSD.org/releases/{rel121-current}R/hardware/
|
|
:u-rel121-installation: https://www.FreeBSD.org/releases/{rel121-current}R/installation/
|
|
:u-rel121-readme: https://www.FreeBSD.org/releases/{rel121-current}R/readme/
|
|
:u-rel121-signatures: https://www.FreeBSD.org/releases/{rel121-current}R/signatures/
|
|
|
|
:rel120-current-major: 12
|
|
:rel120-current: 12.0
|
|
:rel120-current-date: December, 2018
|
|
|
|
// URLs to information on the latest release
|
|
:u-rel120-notes: https://www.FreeBSD.org/releases/{rel120-current}R/relnotes/
|
|
:u-rel120-announce: https://www.FreeBSD.org/releases/{rel120-current}R/announce/
|
|
:u-rel120-errata: https://www.FreeBSD.org/releases/{rel120-current}R/errata/
|
|
:u-rel120-hardware: https://www.FreeBSD.org/releases/{rel120-current}R/hardware/
|
|
:u-rel120-installation: https://www.FreeBSD.org/releases/{rel120-current}R/installation/
|
|
:u-rel120-readme: https://www.FreeBSD.org/releases/{rel120-current}R/readme/
|
|
:u-rel120-signatures: https://www.FreeBSD.org/releases/{rel120-current}R/signatures/
|
|
|
|
:rel114-current-major: 11
|
|
:rel114-current: 11.4
|
|
:rel114-current-date: June, 2020
|
|
|
|
// URLs to information on the latest release
|
|
:u-rel114-notes: https://www.FreeBSD.org/releases/{rel114-current}R/relnotes
|
|
:u-rel114-announce: https://www.FreeBSD.org/releases/{rel114-current}R/announce/
|
|
:u-rel114-errata: https://www.FreeBSD.org/releases/{rel114-current}R/errata
|
|
:u-rel114-hardware: https://www.FreeBSD.org/releases/{rel114-current}R/hardware
|
|
:u-rel114-installation: https://www.FreeBSD.org/releases/{rel114-current}R/installation
|
|
:u-rel114-readme: https://www.FreeBSD.org/releases/{rel114-current}R/readme
|
|
:u-rel114-signatures: https://www.FreeBSD.org/releases/{rel114-current}R/signatures/
|
|
|
|
:rel113-current-major: 11
|
|
:rel113-current: 11.3
|
|
:rel113-current-date: July, 2019
|
|
|
|
// URLs to information on the latest release
|
|
:u-rel113-notes: https://www.FreeBSD.org/releases/{rel113-current}R/relnotes
|
|
:u-rel113-announce: https://www.FreeBSD.org/releases/{rel113-current}R/announce
|
|
:u-rel113-errata: https://www.FreeBSD.org/releases/{rel113-current}R/errata
|
|
:u-rel113-hardware: https://www.FreeBSD.org/releases/{rel113-current}R/hardware
|
|
:u-rel113-installation: https://www.FreeBSD.org/releases/{rel113-current}R/installation
|
|
:u-rel113-readme: https://www.FreeBSD.org/releases/{rel113-current}R/readme
|
|
:u-rel113-signatures: https://www.FreeBSD.org/releases/{rel113-current}R/signatures
|
|
|
|
:rel112-current-major: 11
|
|
:rel112-current: 11.2
|
|
:rel112-current-date: June, 2018
|
|
|
|
// URLs to information on the latest release
|
|
:u-rel112-notes: https://www.FreeBSD.org/releases/{rel112-current}R/relnotes
|
|
:u-rel112-announce: https://www.FreeBSD.org/releases/{rel112-current}R/announce
|
|
:u-rel112-errata: https://www.FreeBSD.org/releases/{rel112-current}R/errata
|
|
:u-rel112-hardware: https://www.FreeBSD.org/releases/{rel112-current}R/hardware
|
|
:u-rel112-installation: https://www.FreeBSD.org/releases/{rel112-current}R/installation
|
|
:u-rel112-readme: https://www.FreeBSD.org/releases/{rel112-current}R/readme
|
|
:u-rel112-signatures: https://www.FreeBSD.org/releases/{rel112-current}R/signatures
|
|
|
|
:gnomeoldver: 2.30
|
|
:gnomever: 2.32
|
|
:gnomedevelver: 3.6
|