[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen staging] README, Makefiles, Config.mk: Update for branching 4.11 vs 4.12-unstable
commit fe24641c8fd846cd7f63cd16a96ff51db495a798 Author: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> AuthorDate: Mon Jun 25 15:14:29 2018 +0100 Commit: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx> CommitDate: Mon Jun 25 15:14:29 2018 +0100 README, Makefiles, Config.mk: Update for branching 4.11 vs 4.12-unstable Signed-off-by: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx> --- Config.mk | 6 +++--- README | 10 +++++----- SUPPORT.md | 2 +- xen/Makefile | 4 ++-- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Config.mk b/Config.mk index 9183496bbe..0e829bb364 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 ?= master +MINIOS_UPSTREAM_REVISION ?= 0b4b7897e08b967a09bed2028a79fabff82342dd SEABIOS_UPSTREAM_REVISION ?= rel-1.11.1 ETHERBOOT_NICS ?= rtl8139 8086100e -QEMU_TRADITIONAL_REVISION ?= xen-4.11.0-rc1 +QEMU_TRADITIONAL_REVISION ?= c8ea0457495342c417c3dc033bba25148b279f60 # Fri Sep 15 19:37:27 2017 +0100 # qemu-xen-traditional: Link against xentoolcore diff --git a/README b/README index 3cbccf3c48..4b95b21c7b 100644 --- a/README +++ b/README @@ -1,9 +1,9 @@ ################################# -__ __ _ _ _ _ -\ \/ /___ _ __ | || | / / | _ __ ___ - \ // _ \ '_ \ | || |_ | | |_____| '__/ __| - / \ __/ | | | |__ _|| | |_____| | | (__ -/_/\_\___|_| |_| |_|(_)_|_| |_| \___| + _ _ _ ____ _ _ _ +| || | / |___ \ _ _ _ __ ___| |_ __ _| |__ | | ___ +| || |_ | | __) |____| | | | '_ \/ __| __/ _` | '_ \| |/ _ \ +|__ _|| |/ __/_____| |_| | | | \__ \ || (_| | |_) | | __/ + |_|(_)_|_____| \__,_|_| |_|___/\__\__,_|_.__/|_|\___| ################################# diff --git a/SUPPORT.md b/SUPPORT.md index 9eb695858c..01cc728e3f 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.11-unstable + Xen-Version: 4.12-unstable Initial-Release: n/a Supported-Until: TBD Security-Support-Until: Unreleased - not yet security-supported diff --git a/xen/Makefile b/xen/Makefile index 60867e31a4..abbf1d70ff 100644 --- a/xen/Makefile +++ b/xen/Makefile @@ -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 = 11 -export XEN_EXTRAVERSION ?= -rc$(XEN_VENDORVERSION) +export XEN_SUBVERSION = 12 +export XEN_EXTRAVERSION ?= -unstable$(XEN_VENDORVERSION) export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION) -include xen-version -- generated by git-patchbot for /home/xen/git/xen.git#staging _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |