[PATCH for-4.15] SUPPORT.md: Specify support lifetime etc. for Xen 4.15

Ian Jackson posted 1 patch 3 years ago
Failed in applying to current master (apply log)
SUPPORT.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
[PATCH for-4.15] SUPPORT.md: Specify support lifetime etc. for Xen 4.15
Posted by Ian Jackson 3 years ago
I am currently hoping to be able to release on the 8th of April.  In
that case, I propose the attached policy patch for SUPPORT.md.

Ian.

From: Ian Jackson <iwj@xenproject.org>
Date: Mon, 29 Mar 2021 15:23:42 +0100
Subject: [PATCH] SUPPORT.md: Specify support lifetime etc. for Xen 4.15

CC: committers@xenproject.org
CC: security@xenproject.org
CC: community.manager@xenproject.org
Signed-off-by: Ian Jackson <iwj@xenproject.org>
---
 SUPPORT.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/SUPPORT.md b/SUPPORT.md
index a1efd8fcfd..a2efc146c6 100644
--- a/SUPPORT.md
+++ b/SUPPORT.md
@@ -9,10 +9,10 @@ for the definitions of the support status levels etc.
 
 # Release Support
 
-    Xen-Version: 4.15-rc
-    Initial-Release: n/a
-    Supported-Until: TBD
-    Security-Support-Until: Unreleased - not yet security-supported
+    Xen-Version: 4.15
+    Initial-Release: 2021-04-08
+    Supported-Until: 2022-10-08
+    Security-Support-Until: 2024-04-08
 
 Release Notes
 : <a href="https://wiki.xenproject.org/wiki/Xen_Project_X.YY_Release_Notes">RN</a>
-- 
2.20.1


Re: [PATCH for-4.15] SUPPORT.md: Specify support lifetime etc. for Xen 4.15
Posted by Juergen Gross 3 years ago
On 29.03.21 16:25, Ian Jackson wrote:
> I am currently hoping to be able to release on the 8th of April.  In
> that case, I propose the attached policy patch for SUPPORT.md.
> 
> Ian.
> 
> From: Ian Jackson <iwj@xenproject.org>
> Date: Mon, 29 Mar 2021 15:23:42 +0100
> Subject: [PATCH] SUPPORT.md: Specify support lifetime etc. for Xen 4.15
> 
> CC: committers@xenproject.org
> CC: security@xenproject.org
> CC: community.manager@xenproject.org
> Signed-off-by: Ian Jackson <iwj@xenproject.org>
> ---
>   SUPPORT.md | 8 ++++----
>   1 file changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/SUPPORT.md b/SUPPORT.md
> index a1efd8fcfd..a2efc146c6 100644
> --- a/SUPPORT.md
> +++ b/SUPPORT.md
> @@ -9,10 +9,10 @@ for the definitions of the support status levels etc.
>   
>   # Release Support
>   
> -    Xen-Version: 4.15-rc
> -    Initial-Release: n/a
> -    Supported-Until: TBD
> -    Security-Support-Until: Unreleased - not yet security-supported
> +    Xen-Version: 4.15
> +    Initial-Release: 2021-04-08
> +    Supported-Until: 2022-10-08
> +    Security-Support-Until: 2024-04-08
>   
>   Release Notes
>   : <a href="https://wiki.xenproject.org/wiki/Xen_Project_X.YY_Release_Notes">RN</a>

You might as well adapt the link for the Release Notes, too.


Juergen