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.2-unstable

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] Update Xen version to 4.2-unstable
From: Xen patchbot-unstable <patchbot@xxxxxxx>
Date: Sun, 20 Mar 2011 06:40:27 +0000
Delivery-date: Sat, 19 Mar 2011 23:43:57 -0700
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 1300404635 0
# Node ID 1bc274e714242707b35311a329604e31f0894747
# Parent  265106fce6530e242ab83f11676434f54f3e8091
Update Xen version to 4.2-unstable
---


diff -r 265106fce653 -r 1bc274e71424 README
--- a/README    Thu Mar 17 19:38:05 2011 +0000
+++ b/README    Thu Mar 17 23:30:35 2011 +0000
@@ -1,9 +1,9 @@
 #################################
- __  __            _  _    _ 
- \ \/ /___ _ __   | || |  / |
-  \  // _ \ '_ \  | || |_ | |
-  /  \  __/ | | | |__   _|| |
- /_/\_\___|_| |_|    |_|(_)_|
+ __  __            _  _    ____  
+ \ \/ /___ _ __   | || |  |___ \ 
+  \  // _ \ '_ \  | || |_   __) |
+  /  \  __/ | | | |__   _| / __/ 
+ /_/\_\___|_| |_|    |_|(_)_____|
                              
 #################################
 
@@ -19,7 +19,7 @@
 GPL. Since its initial public release, Xen has grown a large
 development community, spearheaded by xen.org (http://www.xen.org).
 
-The 4.1 release offers excellent performance, hardware support and
+The 4.2 release offers excellent performance, hardware support and
 enterprise-grade features such as x86_32-PAE, x86_64, SMP guests and
 live relocation of VMs. Ports to Linux, NetBSD, FreeBSD and Solaris
 are available from the community.
diff -r 265106fce653 -r 1bc274e71424 xen/Makefile
--- a/xen/Makefile      Thu Mar 17 19:38:05 2011 +0000
+++ b/xen/Makefile      Thu Mar 17 23:30:35 2011 +0000
@@ -1,8 +1,8 @@
 # This is the correct place to edit the build version.
 # All other places this is stored (eg. compile.h) should be autogenerated.
 export XEN_VERSION       = 4
-export XEN_SUBVERSION    = 1
-export XEN_EXTRAVERSION ?= .0-rc7-pre$(XEN_VENDORVERSION)
+export XEN_SUBVERSION    = 2
+export XEN_EXTRAVERSION ?= -unstable$(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.2-unstable, Xen patchbot-unstable <=