[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] Update Xen version to 4.1-unstable
# HG changeset patch # User Keir Fraser <keir.fraser@xxxxxxxxxx> # Date 1269944185 -3600 # Node ID 1bcd2519a11ac66abd0d4c56afca42d4ed086a3b # Parent 4f32f079d017ea1c94aa27e12e1dc222b7eef4b0 Update Xen version to 4.1-unstable Development window is open for business! Signed-off-by: Keir Fraser <keir.fraser@xxxxxxxxxx> --- README | 14 +++++++------- xen/Makefile | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff -r 4f32f079d017 -r 1bcd2519a11a README --- a/README Tue Mar 30 11:09:31 2010 +0100 +++ b/README Tue Mar 30 11:16:25 2010 +0100 @@ -1,10 +1,10 @@ ################################# - __ __ _ _ ___ - \ \/ /___ _ __ | || | / _ \ - \ // _ \ '_ \ | || |_| | | | - / \ __/ | | | |__ _| |_| | - /_/\_\___|_| |_| |_|(_)___/ - + __ __ _ _ _ + \ \/ /___ _ __ | || | / | + \ // _ \ '_ \ | || |_ | | + / \ __/ | | | |__ _|| | + /_/\_\___|_| |_| |_|(_)_| + ################################# http://www.xen.org/ @@ -19,7 +19,7 @@ GPL. Since its initial public release, X GPL. Since its initial public release, Xen has grown a large development community, spearheaded by xen.org (http://www.xen.org). -The 4.0 release offers excellent performance, hardware support and +The 4.1 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 4f32f079d017 -r 1bcd2519a11a xen/Makefile --- a/xen/Makefile Tue Mar 30 11:09:31 2010 +0100 +++ b/xen/Makefile Tue Mar 30 11:16:25 2010 +0100 @@ -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 = 0 -export XEN_EXTRAVERSION ?= .0-rc9-pre$(XEN_VENDORVERSION) +export XEN_SUBVERSION = 1 +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
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |