Re: [PATCH 2/2] SUPPOT: Define support lifetime
Roger Pau Monné <[email protected]> Wed, 29 Jul 2026 18:25:04 +0200
| Newsgroups | gmane.comp.emulators.xen.devel |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Jul 29, 2026 at 05:15:29PM +0100, Andrew Cooper wrote: > Signed-off-by: Andrew Cooper <[email protected]> > --- > CC: Anthony PERARD <[email protected]> > CC: Michal Orzel <[email protected]> > CC: Jan Beulich <[email protected]> > CC: Julien Grall <[email protected]> > CC: Roger Pau Monné <[email protected]> > CC: Stefano Stabellini <[email protected]> > CC: Oleksii Kurochko <[email protected]> > > For 4.22 only. > --- > SUPPORT.md | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-) > > diff --git a/SUPPORT.md b/SUPPORT.md > index 7c42de4c1602..b945fc83afde 100644 > --- a/SUPPORT.md > +++ b/SUPPORT.md > @@ -9,13 +9,13 @@ for the definitions of the support status levels etc. > > # Release Support > > - Xen-Version: 4.22-rc > - Initial-Release: n/a > - Supported-Until: TBD > - Security-Support-Until: Unreleased - not yet security-supported > + Xen-Version: 4.22 > + Initial-Release: 2026-07-30 > + Supported-Until: 2029-07-30 > + Security-Support-Until: 2031-07-30 > > Release Notes > -: <a href="https://wiki.xenproject.org/wiki/Xen_Project_X.YY_Release_Notes">RN</a> > +: <a href="https://wiki.xenproject.org/wiki/Xen_Project_4.22_Release_Notes">RN</a> Will this wiki page get created? It's still not there, and given we are moving out of wiki usage, we might want to put the release notes somewhere else? This is likely for Cody/oleksii to decide, since I assume they are the ones that create the wiki page. Thanks, Roger.