All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] Xen 4.11: Switch to final release tags
@ 2018-07-09 13:21 Ian Jackson
  2018-07-09 13:21 ` [PATCH 2/2] Config.mk, xen/Makefile, SUPPORT.md: Xen 4.11: Update version numbers Ian Jackson
  2018-07-09 13:26 ` [PATCH 1/2] Xen 4.11: Switch to final release tags Juergen Gross
  0 siblings, 2 replies; 4+ messages in thread
From: Ian Jackson @ 2018-07-09 13:21 UTC (permalink / raw)
  To: xen-devel; +Cc: Ian Jackson

No functional change: in each case this tag refers to the same commit
as previously.

Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
---
 Config.mk | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Config.mk b/Config.mk
index 9183496..8b77c6a 100644
--- a/Config.mk
+++ b/Config.mk
@@ -275,15 +275,15 @@ SEABIOS_UPSTREAM_URL ?= git://xenbits.xen.org/seabios.git
 MINIOS_UPSTREAM_URL ?= git://xenbits.xen.org/mini-os.git
 endif
 OVMF_UPSTREAM_REVISION ?= 947f3737abf65fda63f3ffd97fddfa6986986868
-QEMU_UPSTREAM_REVISION ?= qemu-xen-4.11.0-rc6
-MINIOS_UPSTREAM_REVISION ?= xen-4.11.0-rc1.1
+QEMU_UPSTREAM_REVISION ?= qemu-xen-4.11.0
+MINIOS_UPSTREAM_REVISION ?= xen-RELEASE-4.11.0
 
 SEABIOS_UPSTREAM_REVISION ?= rel-1.11.1
 
 ETHERBOOT_NICS ?= rtl8139 8086100e
 
 
-QEMU_TRADITIONAL_REVISION ?= xen-4.11.0-rc1
+QEMU_TRADITIONAL_REVISION ?= xen-4.11.0
 # Fri Sep 15 19:37:27 2017 +0100
 # qemu-xen-traditional: Link against xentoolcore
 
-- 
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] Config.mk, xen/Makefile, SUPPORT.md: Xen 4.11: Update version numbers
  2018-07-09 13:21 [PATCH 1/2] Xen 4.11: Switch to final release tags Ian Jackson
@ 2018-07-09 13:21 ` Ian Jackson
  2018-07-09 13:28   ` Juergen Gross
  2018-07-09 13:26 ` [PATCH 1/2] Xen 4.11: Switch to final release tags Juergen Gross
  1 sibling, 1 reply; 4+ messages in thread
From: Ian Jackson @ 2018-07-09 13:21 UTC (permalink / raw)
  To: xen-devel; +Cc: Ian Jackson

Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
---
 README       | 8 ++++----
 SUPPORT.md   | 4 ++--
 xen/Makefile | 2 +-
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/README b/README
index 3cbccf3..faf51dc 100644
--- a/README
+++ b/README
@@ -1,9 +1,9 @@
 #################################
 __  __            _  _    _ _
-\ \/ /___ _ __   | || |  / / |      _ __ ___
- \  // _ \ '_ \  | || |_ | | |_____| '__/ __|
- /  \  __/ | | | |__   _|| | |_____| | | (__
-/_/\_\___|_| |_|    |_|(_)_|_|     |_|  \___|
+\ \/ /___ _ __   | || |  / / |
+ \  // _ \ '_ \  | || |_ | | |
+ /  \  __/ | | | |__   _|| | |
+/_/\_\___|_| |_|    |_|(_)_|_|
 
 #################################
 
diff --git a/SUPPORT.md b/SUPPORT.md
index 9eb6958..29cd9b5 100644
--- a/SUPPORT.md
+++ b/SUPPORT.md
@@ -10,9 +10,9 @@ for the definitions of the support status levels etc.
 # Release Support
 
     Xen-Version: 4.11-unstable
-    Initial-Release: n/a
+    Initial-Release: 2018-07-10
     Supported-Until: TBD
-    Security-Support-Until: Unreleased - not yet security-supported
+    Security-Support-Until: TBD
 
 # Feature Support
 
diff --git a/xen/Makefile b/xen/Makefile
index 60867e3..4d075c3 100644
--- a/xen/Makefile
+++ b/xen/Makefile
@@ -2,7 +2,7 @@
 # All other places this is stored (eg. compile.h) should be autogenerated.
 export XEN_VERSION       = 4
 export XEN_SUBVERSION    = 11
-export XEN_EXTRAVERSION ?= -rc$(XEN_VENDORVERSION)
+export XEN_EXTRAVERSION ?= .0$(XEN_VENDORVERSION)
 export XEN_FULLVERSION   = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION)
 -include xen-version
 
-- 
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 1/2] Xen 4.11: Switch to final release tags
  2018-07-09 13:21 [PATCH 1/2] Xen 4.11: Switch to final release tags Ian Jackson
  2018-07-09 13:21 ` [PATCH 2/2] Config.mk, xen/Makefile, SUPPORT.md: Xen 4.11: Update version numbers Ian Jackson
@ 2018-07-09 13:26 ` Juergen Gross
  1 sibling, 0 replies; 4+ messages in thread
From: Juergen Gross @ 2018-07-09 13:26 UTC (permalink / raw)
  To: Ian Jackson, xen-devel

On 09/07/18 15:21, Ian Jackson wrote:
> No functional change: in each case this tag refers to the same commit
> as previously.
> 
> Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>

Reviewed-by: Juergen Gross <jgross@suse.com>

+ verfied qemu, qemu-trad and minios tags


Juergen

_______________________________________________
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 2/2] Config.mk, xen/Makefile, SUPPORT.md: Xen 4.11: Update version numbers
  2018-07-09 13:21 ` [PATCH 2/2] Config.mk, xen/Makefile, SUPPORT.md: Xen 4.11: Update version numbers Ian Jackson
@ 2018-07-09 13:28   ` Juergen Gross
  0 siblings, 0 replies; 4+ messages in thread
From: Juergen Gross @ 2018-07-09 13:28 UTC (permalink / raw)
  To: Ian Jackson, xen-devel

On 09/07/18 15:21, Ian Jackson wrote:
> Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>

Reviewed-by: Juergen Gross <jgross@suse.com>


Juergen

_______________________________________________
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-07-09 13:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-09 13:21 [PATCH 1/2] Xen 4.11: Switch to final release tags Ian Jackson
2018-07-09 13:21 ` [PATCH 2/2] Config.mk, xen/Makefile, SUPPORT.md: Xen 4.11: Update version numbers Ian Jackson
2018-07-09 13:28   ` Juergen Gross
2018-07-09 13:26 ` [PATCH 1/2] Xen 4.11: Switch to final release tags Juergen Gross

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.