All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] SUPPORT.md: increment version number
@ 2018-01-31 13:03 Ian Jackson
  2018-01-31 13:03 ` [PATCH 2/2] release-checklist.txt: Say to increment SUPPORT.md " Ian Jackson
  2018-02-05 14:18 ` [PATCH 1/2] SUPPORT.md: increment " George Dunlap
  0 siblings, 2 replies; 4+ messages in thread
From: Ian Jackson @ 2018-01-31 13:03 UTC (permalink / raw)
  To: xen-devel; +Cc: Andrew Cooper, Ian Jackson

CC: Andrew Cooper <andrew.cooper3@citrix.com>
Reported-by: Andrew Cooper <andrew.cooper3@citrix.com>
Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
---
 SUPPORT.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/SUPPORT.md b/SUPPORT.md
index 42ffa9f..a1810b8 100644
--- a/SUPPORT.md
+++ b/SUPPORT.md
@@ -9,7 +9,7 @@ for the definitions of the support status levels etc.
 
 # Release Support
 
-    Xen-Version: 4.10-unstable
+    Xen-Version: 4.11-unstable
     Initial-Release: n/a
     Supported-Until: TBD
     Security-Support-Until: Unreleased - not yet security-supported
-- 
2.1.4


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH 2/2] release-checklist.txt: Say to increment SUPPORT.md version number
  2018-01-31 13:03 [PATCH 1/2] SUPPORT.md: increment version number Ian Jackson
@ 2018-01-31 13:03 ` Ian Jackson
  2018-01-31 13:09   ` Andrew Cooper
  2018-02-05 14:18 ` [PATCH 1/2] SUPPORT.md: increment " George Dunlap
  1 sibling, 1 reply; 4+ messages in thread
From: Ian Jackson @ 2018-01-31 13:03 UTC (permalink / raw)
  To: xen-devel; +Cc: Andrew Cooper, Ian Jackson

CC: Andrew Cooper <andrew.cooper3@citrix.com>
Reported-by: Andrew Cooper <andrew.cooper3@citrix.com>
Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
---
 docs/process/release-checklist.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/process/release-checklist.txt b/docs/process/release-checklist.txt
index b96964e..c791ad2 100644
--- a/docs/process/release-checklist.txt
+++ b/docs/process/release-checklist.txt
@@ -50,6 +50,7 @@ t=RELEASE-$r
 
 * change xen-unstable README (should say "Xen 4.5" in releases and on stable branches, "Xen 4.5-unstable" on unstable)
 * change xen-unstable Config.mk (QEMU_UPSTREAM_REVISION, QEMU_TRADITIONAL_REVISION, MINIOS_UPSTREAM_REVISION)
+* change SUPPORT.md heading
 * change xen-unstable xen/Makefile XEN_EXTRAVERSION
 # if main version number has changed (eg 4.7 -> 4.8) rerun ./autogen.sh
 * rerun ./autogen.sh to update version number in configure
-- 
2.1.4


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH 2/2] release-checklist.txt: Say to increment SUPPORT.md version number
  2018-01-31 13:03 ` [PATCH 2/2] release-checklist.txt: Say to increment SUPPORT.md " Ian Jackson
@ 2018-01-31 13:09   ` Andrew Cooper
  0 siblings, 0 replies; 4+ messages in thread
From: Andrew Cooper @ 2018-01-31 13:09 UTC (permalink / raw)
  To: Ian Jackson, xen-devel

On 31/01/18 13:03, Ian Jackson wrote:
> CC: Andrew Cooper <andrew.cooper3@citrix.com>
> Reported-by: Andrew Cooper <andrew.cooper3@citrix.com>
> Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
> ---
>  docs/process/release-checklist.txt | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/docs/process/release-checklist.txt b/docs/process/release-checklist.txt
> index b96964e..c791ad2 100644
> --- a/docs/process/release-checklist.txt
> +++ b/docs/process/release-checklist.txt
> @@ -50,6 +50,7 @@ t=RELEASE-$r
>  
>  * change xen-unstable README (should say "Xen 4.5" in releases and on stable branches, "Xen 4.5-unstable" on unstable)
>  * change xen-unstable Config.mk (QEMU_UPSTREAM_REVISION, QEMU_TRADITIONAL_REVISION, MINIOS_UPSTREAM_REVISION)
> +* change SUPPORT.md heading
>  * change xen-unstable xen/Makefile XEN_EXTRAVERSION
>  # if main version number has changed (eg 4.7 -> 4.8) rerun ./autogen.sh
>  * rerun ./autogen.sh to update version number in configure

This also (somewhere) needs an "edit staging-$X.$Y's SUPPORT.md" to fill
in the heading.

On that note, 4.10's block currently says:

# Release Support

    Xen-Version: 4.10-unstable
    Initial-Release: n/a
    Supported-Until: TBD
    Security-Support-Until: Unreleased - not yet security-supported

which is stale.

~Andrew

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 1/2] SUPPORT.md: increment version number
  2018-01-31 13:03 [PATCH 1/2] SUPPORT.md: increment version number Ian Jackson
  2018-01-31 13:03 ` [PATCH 2/2] release-checklist.txt: Say to increment SUPPORT.md " Ian Jackson
@ 2018-02-05 14:18 ` George Dunlap
  1 sibling, 0 replies; 4+ messages in thread
From: George Dunlap @ 2018-02-05 14:18 UTC (permalink / raw)
  To: Ian Jackson; +Cc: xen-devel, Andrew Cooper

On Wed, Jan 31, 2018 at 1:03 PM, Ian Jackson <ian.jackson@eu.citrix.com> wrote:
> CC: Andrew Cooper <andrew.cooper3@citrix.com>
> Reported-by: Andrew Cooper <andrew.cooper3@citrix.com>
> Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>

Acked-by: George Dunlap <george.dunlap@citrix.com>

> ---
>  SUPPORT.md | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/SUPPORT.md b/SUPPORT.md
> index 42ffa9f..a1810b8 100644
> --- a/SUPPORT.md
> +++ b/SUPPORT.md
> @@ -9,7 +9,7 @@ for the definitions of the support status levels etc.
>
>  # Release Support
>
> -    Xen-Version: 4.10-unstable
> +    Xen-Version: 4.11-unstable
>      Initial-Release: n/a
>      Supported-Until: TBD
>      Security-Support-Until: Unreleased - not yet security-supported
> --
> 2.1.4
>
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xenproject.org
> https://lists.xenproject.org/mailman/listinfo/xen-devel

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-02-05 14:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-31 13:03 [PATCH 1/2] SUPPORT.md: increment version number Ian Jackson
2018-01-31 13:03 ` [PATCH 2/2] release-checklist.txt: Say to increment SUPPORT.md " Ian Jackson
2018-01-31 13:09   ` Andrew Cooper
2018-02-05 14:18 ` [PATCH 1/2] SUPPORT.md: increment " George Dunlap

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.