Message ID | 20250303141754.26452-3-andrew.cooper3@citrix.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | Set release date | expand |
On Mon, Mar 03, 2025 at 02:17:54PM +0000, Andrew Cooper wrote: > Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com> > --- > CC: Anthony PERARD <anthony.perard@vates.tech> > CC: Michal Orzel <michal.orzel@amd.com> > CC: Jan Beulich <jbeulich@suse.com> > CC: Julien Grall <julien@xen.org> > CC: Roger Pau Monné <roger.pau@citrix.com> > CC: Stefano Stabellini <sstabellini@kernel.org> > CC: Oleksii Kurochko <oleksii.kurochko@gmail.com> > > 4.20 only. > --- > SUPPORT.md | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-) > > diff --git a/SUPPORT.md b/SUPPORT.md > index 2bc5bd81ee39..a72798aeeae4 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.20-rc > - Initial-Release: n/a > - Supported-Until: TBD > - Security-Support-Until: Unreleased - not yet security-supported > + Xen-Version: 4.20 > + Initial-Release: 2025-03-05 > + Supported-Until: 2028-03-05 > + Security-Support-Until: 2026-09-05 I think there's a typo here, it should be: Initial-Release: 2025-03-05 Supported-Until: 2026-09-05 Security-Support-Until: 2028-03-05 So 1.5 years of support, and 3 years of security support? Thanks, Roger.
On 03/03/2025 3:13 pm, Roger Pau Monné wrote: > On Mon, Mar 03, 2025 at 02:17:54PM +0000, Andrew Cooper wrote: >> diff --git a/SUPPORT.md b/SUPPORT.md >> index 2bc5bd81ee39..a72798aeeae4 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.20-rc >> - Initial-Release: n/a >> - Supported-Until: TBD >> - Security-Support-Until: Unreleased - not yet security-supported >> + Xen-Version: 4.20 >> + Initial-Release: 2025-03-05 >> + Supported-Until: 2028-03-05 >> + Security-Support-Until: 2026-09-05 > I think there's a typo here, it should be: > > Initial-Release: 2025-03-05 > Supported-Until: 2026-09-05 > Security-Support-Until: 2028-03-05 > > So 1.5 years of support, and 3 years of security support? Oh yes, I've got those two the wrong way around. Fixed locally. ~Andrew
On Mon, Mar 03, 2025 at 03:21:35PM +0000, Andrew Cooper wrote: > On 03/03/2025 3:13 pm, Roger Pau Monné wrote: > > On Mon, Mar 03, 2025 at 02:17:54PM +0000, Andrew Cooper wrote: > >> diff --git a/SUPPORT.md b/SUPPORT.md > >> index 2bc5bd81ee39..a72798aeeae4 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.20-rc > >> - Initial-Release: n/a > >> - Supported-Until: TBD > >> - Security-Support-Until: Unreleased - not yet security-supported > >> + Xen-Version: 4.20 > >> + Initial-Release: 2025-03-05 > >> + Supported-Until: 2028-03-05 > >> + Security-Support-Until: 2026-09-05 > > I think there's a typo here, it should be: > > > > Initial-Release: 2025-03-05 > > Supported-Until: 2026-09-05 > > Security-Support-Until: 2028-03-05 > > > > So 1.5 years of support, and 3 years of security support? > > Oh yes, I've got those two the wrong way around. Fixed locally. With that: Acked-by: Roger Pau Monné <roger.pau@citrix.com> For both patches. Roger.
diff --git a/SUPPORT.md b/SUPPORT.md index 2bc5bd81ee39..a72798aeeae4 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.20-rc - Initial-Release: n/a - Supported-Until: TBD - Security-Support-Until: Unreleased - not yet security-supported + Xen-Version: 4.20 + Initial-Release: 2025-03-05 + Supported-Until: 2028-03-05 + Security-Support-Until: 2026-09-05 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.20_Release_Notes">RN</a> # Feature Support
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com> --- CC: Anthony PERARD <anthony.perard@vates.tech> CC: Michal Orzel <michal.orzel@amd.com> CC: Jan Beulich <jbeulich@suse.com> CC: Julien Grall <julien@xen.org> CC: Roger Pau Monné <roger.pau@citrix.com> CC: Stefano Stabellini <sstabellini@kernel.org> CC: Oleksii Kurochko <oleksii.kurochko@gmail.com> 4.20 only. --- SUPPORT.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-)