git: bbf36388d0 - main - website/shared/releases: Add missing version macro for FreeBSD 14.2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 11 Nov 2024 21:27:24 UTC
The branch main has been updated by jrm:
URL: https://cgit.FreeBSD.org/doc/commit/?id=bbf36388d0a4db66f47250d368bf43fd4cdd0259
commit bbf36388d0a4db66f47250d368bf43fd4cdd0259
Author: Chris Moerz <freebsd@ny-central.org>
AuthorDate: 2024-11-11 19:35:13 +0000
Commit: Joseph Mingrone <jrm@FreeBSD.org>
CommitDate: 2024-11-11 21:26:54 +0000
website/shared/releases: Add missing version macro for FreeBSD 14.2
The website currently fails to render the macro and presents a confusing
"FreeBSD {rel142-current}-STABLE" and incorrect links.
PR: 282652
Reported by: Graham Perrin <grahamperrin@gmail.com>
Reviewed by: cperciva, jrm
Differential Revision: https://reviews.freebsd.org/D47499
---
shared/releases.adoc | 3 +++
1 file changed, 3 insertions(+)
diff --git a/shared/releases.adoc b/shared/releases.adoc
index e48d682086..6159d23dfb 100644
--- a/shared/releases.adoc
+++ b/shared/releases.adoc
@@ -83,6 +83,9 @@
// 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
+
:rel141-current-major: 14
:rel141-current: 14.1
:rel141-current-date: June 4, 2024