WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] [xen-unstable] Update Xen version to 4.1.0-rc4

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] Update Xen version to 4.1.0-rc4
From: Xen patchbot-unstable <patchbot@xxxxxxx>
Date: Fri, 11 Feb 2011 06:20:21 -0800
Delivery-date: Fri, 11 Feb 2011 06:23:10 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User Keir Fraser <keir@xxxxxxx>
# Date 1297358637 0
# Node ID 8df0c7f9cda6cb271a1414114e26f72e1d93a69a
# Parent  a0ef80c9926462bbef8ac81b362a5f2e22b1ec85
Update Xen version to 4.1.0-rc4
---
 Config.mk    |    3 ++-
 xen/Makefile |    2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff -r a0ef80c99264 -r 8df0c7f9cda6 Config.mk
--- a/Config.mk Thu Feb 10 14:19:54 2011 +0000
+++ b/Config.mk Thu Feb 10 17:23:57 2011 +0000
@@ -185,7 +185,8 @@ endif
 # CONFIG_QEMU ?= `pwd`/$(XEN_ROOT)/../qemu-xen.git
 CONFIG_QEMU ?= $(QEMU_REMOTE)
 
-QEMU_TAG ?= ad7d28519de7cdc604efefac5c22fe9f88040586
+QEMU_TAG := xen-4.1.0-rc4
+#QEMU_TAG ?= ad7d28519de7cdc604efefac5c22fe9f88040586
 # Tue Feb 1 17:32:38 2011 +0000
 # vnc, xen: write vnc address and password to xenstore
 
diff -r a0ef80c99264 -r 8df0c7f9cda6 xen/Makefile
--- a/xen/Makefile      Thu Feb 10 14:19:54 2011 +0000
+++ b/xen/Makefile      Thu Feb 10 17:23:57 2011 +0000
@@ -2,7 +2,7 @@
 # All other places this is stored (eg. compile.h) should be autogenerated.
 export XEN_VERSION       = 4
 export XEN_SUBVERSION    = 1
-export XEN_EXTRAVERSION ?= .0-rc4-pre$(XEN_VENDORVERSION)
+export XEN_EXTRAVERSION ?= .0-rc4$(XEN_VENDORVERSION)
 export XEN_FULLVERSION   = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION)
 -include xen-version
 

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] Update Xen version to 4.1.0-rc4, Xen patchbot-unstable <=