aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenstore
diff options
context:
space:
mode:
authorIan Jackson <ian.jackson@eu.citrix.com>2013-05-07 11:39:10 +0100
committerIan Jackson <Ian.Jackson@eu.citrix.com>2013-05-07 13:37:56 +0100
commitdac66a5b2db37a40c7eb4b9d25ee8095106906c0 (patch)
tree17a17faa5d0a274c12efd0dfa7cbfab3527270d5 /tools/xenstore
parent1c61028eabb4e2bb37f7541915c1bee4abab94e8 (diff)
downloadxen-dac66a5b2db37a40c7eb4b9d25ee8095106906c0.tar.gz
xen-dac66a5b2db37a40c7eb4b9d25ee8095106906c0.tar.bz2
xen-dac66a5b2db37a40c7eb4b9d25ee8095106906c0.zip
tools: Bump some library sonames
libxc (libxenctrl, libxenguest): New claim_enabled field in struct xc_dom_image; New nr_outstanding_pages field in struct xc_dominfo; New fields in struct xc_hvm_build_args (xenguest.h). libxl: new fields in dominfo domain_build_info device_vfb device_vkb device_disk etc. etc. etc. libxlu #includes libxl headers so needs to inherit its new soname Use Xen version for new sonames since we don't in fact guarantee ABI (as opposed to API) stability across releases. xenstore (libxenstore): New flag XS_UNWATCH_FILTER, so bump minor version only. This was the result of reviewing the output from: git-checkout staging cd tools git-diff RELEASE-4.2.2 `find -name \*.h` Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com> Acked-by: Ian Campbell <ian.campbell@citrix.com>
Diffstat (limited to 'tools/xenstore')
-rw-r--r--tools/xenstore/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/xenstore/Makefile b/tools/xenstore/Makefile
index 1bb6e58111..262f401146 100644
--- a/tools/xenstore/Makefile
+++ b/tools/xenstore/Makefile
@@ -2,7 +2,7 @@ XEN_ROOT=$(CURDIR)/../..
include $(XEN_ROOT)/tools/Rules.mk
MAJOR = 3.0
-MINOR = 2
+MINOR = 3
CFLAGS += -Werror
CFLAGS += -I.