Re: [Xen-devel] [PATCH 1/4] tools: Update sonames for 4.6 RCs

2015-08-11 Thread Ian Jackson
Wei Liu writes ("Re: [PATCH 1/4] tools: Update sonames for 4.6 RCs"): > On Tue, Aug 11, 2015 at 03:09:17PM +0100, Ian Jackson wrote: > > XLUMAJOR = 4.3 > > > What about libxlutil? > > I'm pretty sure its ABI has changed. Hmm, I was confused when I looked at that. libxlu has had new

Re: [Xen-devel] [PATCH 1/4] tools: Update sonames for 4.6 RCs

2015-08-11 Thread Wei Liu
On Tue, Aug 11, 2015 at 03:09:17PM +0100, Ian Jackson wrote: > Update libxc to 4.6. > Update libxl to 4.6. > > I did > git-grep 'MAJOR.*=' > and also to check I had everything > git-grep 'SONAME_LDFLAG' | egrep -v 'MAJOR' |less > > The other, un-updated, libraries are: > blktap2 (control, l

[Xen-devel] [PATCH 1/4] tools: Update sonames for 4.6 RCs

2015-08-11 Thread Ian Jackson
Update libxc to 4.6. Update libxl to 4.6. I did git-grep 'MAJOR.*=' and also to check I had everything git-grep 'SONAME_LDFLAG' | egrep -v 'MAJOR' |less The other, un-updated, libraries are: blktap2 (control, libvhd) 1.0 in-tree users only, no ABI changes libfsimage1.0 no ABI ch