Ian Campbell
2012-Sep-17 08:43 UTC
[PATCH] tools: bump SONAMEs for changes during 4.2 development cycle
# HG changeset patch # User Ian Campbell <ian.campbell@citrix.com> # Date 1347871358 -3600 # Node ID ba1c6e807c8b1684a83e3692abcc5d42587f16f7 # Parent a649d26baee12239a12f5fba7e7746dc4b7d7c89 tools: bump SONAMEs for changes during 4.2 development cycle. We mostly did this as we went along, only a couple of minor number bumps were missed http://marc.info/?l=xen-devel&m=134366054929255&w=2: - Bumped libxl from 1.0.0 -> 1.0.1 - Bumped libxenstore from 3.0.1 -> 3.0.2 Signed-off-by: Ian Campbell <ian.campbell@citrix.com> --- This should be considered for 4.2.1. diff -r a649d26baee1 -r ba1c6e807c8b tools/libxl/Makefile --- a/tools/libxl/Makefile Mon Sep 17 09:29:33 2012 +0100 +++ b/tools/libxl/Makefile Mon Sep 17 09:42:38 2012 +0100 @@ -9,7 +9,7 @@ MAJOR = 2.0 MINOR = 0 XLUMAJOR = 1.0 -XLUMINOR = 0 +XLUMINOR = 1 CFLAGS += -Werror -Wno-format-zero-length -Wmissing-declarations \ -Wno-declaration-after-statement -Wformat-nonliteral diff -r a649d26baee1 -r ba1c6e807c8b tools/xenstore/Makefile --- a/tools/xenstore/Makefile Mon Sep 17 09:29:33 2012 +0100 +++ b/tools/xenstore/Makefile Mon Sep 17 09:42:38 2012 +0100 @@ -2,7 +2,7 @@ XEN_ROOT=$(CURDIR)/../.. include $(XEN_ROOT)/tools/Rules.mk MAJOR = 3.0 -MINOR = 1 +MINOR = 2 CFLAGS += -Werror CFLAGS += -I.
Ian Campbell
2012-Sep-25 09:40 UTC
Re: [PATCH] tools: bump SONAMEs for changes during 4.2 development cycle
Ping? On Mon, 2012-09-17 at 09:43 +0100, Ian Campbell wrote:> # HG changeset patch > # User Ian Campbell <ian.campbell@citrix.com> > # Date 1347871358 -3600 > # Node ID ba1c6e807c8b1684a83e3692abcc5d42587f16f7 > # Parent a649d26baee12239a12f5fba7e7746dc4b7d7c89 > tools: bump SONAMEs for changes during 4.2 development cycle. > > We mostly did this as we went along, only a couple of minor number > bumps were missed http://marc.info/?l=xen-devel&m=134366054929255&w=2: > - Bumped libxl from 1.0.0 -> 1.0.1 > - Bumped libxenstore from 3.0.1 -> 3.0.2 > > Signed-off-by: Ian Campbell <ian.campbell@citrix.com> > --- > This should be considered for 4.2.1. > > diff -r a649d26baee1 -r ba1c6e807c8b tools/libxl/Makefile > --- a/tools/libxl/Makefile Mon Sep 17 09:29:33 2012 +0100 > +++ b/tools/libxl/Makefile Mon Sep 17 09:42:38 2012 +0100 > @@ -9,7 +9,7 @@ MAJOR = 2.0 > MINOR = 0 > > XLUMAJOR = 1.0 > -XLUMINOR = 0 > +XLUMINOR = 1 > > CFLAGS += -Werror -Wno-format-zero-length -Wmissing-declarations \ > -Wno-declaration-after-statement -Wformat-nonliteral > diff -r a649d26baee1 -r ba1c6e807c8b tools/xenstore/Makefile > --- a/tools/xenstore/Makefile Mon Sep 17 09:29:33 2012 +0100 > +++ b/tools/xenstore/Makefile Mon Sep 17 09:42:38 2012 +0100 > @@ -2,7 +2,7 @@ XEN_ROOT=$(CURDIR)/../.. > include $(XEN_ROOT)/tools/Rules.mk > > MAJOR = 3.0 > -MINOR = 1 > +MINOR = 2 > > CFLAGS += -Werror > CFLAGS += -I. > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xen.org > http://lists.xen.org/xen-devel
Ian Jackson
2012-Sep-25 10:06 UTC
Re: [PATCH] tools: bump SONAMEs for changes during 4.2 development cycle
Ian Campbell writes ("Re: [Xen-devel] [PATCH] tools: bump SONAMEs for changes during 4.2 development cycle"):> Ping? > > On Mon, 2012-09-17 at 09:43 +0100, Ian Campbell wrote: > > tools: bump SONAMEs for changes during 4.2 development cycle.Acked-by: Ian Jackson <ian.jackson@eu.citrix.com> Also for 4.2. Ian.
Ian Campbell
2012-Sep-25 12:40 UTC
Re: [PATCH] tools: bump SONAMEs for changes during 4.2 development cycle
On Tue, 2012-09-25 at 11:06 +0100, Ian Jackson wrote:> Ian Campbell writes ("Re: [Xen-devel] [PATCH] tools: bump SONAMEs for changes during 4.2 development cycle"): > > Ping? > > > > On Mon, 2012-09-17 at 09:43 +0100, Ian Campbell wrote: > > > tools: bump SONAMEs for changes during 4.2 development cycle. > > Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>Thanks, applied.> Also for 4.2.I assume you''ll do that once it passes through a test?
Ian Jackson
2012-Sep-25 14:28 UTC
Re: [PATCH] tools: bump SONAMEs for changes during 4.2 development cycle
Ian Campbell writes ("Re: [Xen-devel] [PATCH] tools: bump SONAMEs for changes during 4.2 development cycle"):> On Tue, 2012-09-25 at 11:06 +0100, Ian Jackson wrote: > > Also for 4.2. > > I assume you''ll do that once it passes through a test?Yes. Ian.
Ian Jackson
2012-Oct-02 15:02 UTC
Re: [PATCH] tools: bump SONAMEs for changes during 4.2 development cycle
Ian Jackson writes ("Re: [Xen-devel] [PATCH] tools: bump SONAMEs for changes during 4.2 development cycle"):> Ian Campbell writes ("Re: [Xen-devel] [PATCH] tools: bump SONAMEs for changes during 4.2 development cycle"): > > On Tue, 2012-09-25 at 11:06 +0100, Ian Jackson wrote: > > > Also for 4.2. > > > > I assume you''ll do that once it passes through a test? > > Yes.Now done. Ian.