From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Jackson Subject: [PATCH 1/4] tools: Update sonames for 4.6 RCs Date: Tue, 11 Aug 2015 15:09:17 +0100 Message-ID: <1439302160-24633-2-git-send-email-ian.jackson@eu.citrix.com> References: <1439302160-24633-1-git-send-email-ian.jackson@eu.citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1439302160-24633-1-git-send-email-ian.jackson@eu.citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xensource.com Cc: Wei Liu , Ian Campbell , Stefano Stabellini , Ian Jackson , Jan Beulich List-Id: xen-devel@lists.xenproject.org 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 libfsimage 1.0 no ABI changes libvchan 1.0 no ABI changes libxenstat 0.0 (!) no ABI changes libxenstore 3.0 no ABI changes My assertions "no ABI changes" are based on the output of git-diff origin/stable-4.5..staging . and similar runes, sometimes limited to .h files. Signed-off-by: Ian Jackson CC: Ian Campbell CC: Wei Liu --- tools/libxc/Makefile | 2 +- tools/libxl/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/libxc/Makefile b/tools/libxc/Makefile index 8ae0ea0..a0f899b 100644 --- a/tools/libxc/Makefile +++ b/tools/libxc/Makefile @@ -1,7 +1,7 @@ XEN_ROOT = $(CURDIR)/../.. include $(XEN_ROOT)/tools/Rules.mk -MAJOR = 4.5 +MAJOR = 4.6 MINOR = 0 ifeq ($(CONFIG_LIBXC_MINIOS),y) diff --git a/tools/libxl/Makefile b/tools/libxl/Makefile index 9036076..a5ffa01 100644 --- a/tools/libxl/Makefile +++ b/tools/libxl/Makefile @@ -5,7 +5,7 @@ XEN_ROOT = $(CURDIR)/../.. include $(XEN_ROOT)/tools/Rules.mk -MAJOR = 4.5 +MAJOR = 4.6 MINOR = 0 XLUMAJOR = 4.3 -- 1.7.10.4