]> xenbits.xensource.com Git - people/iwj/xen.git/commitdiff
tools: Bump some library sonames
authorIan Jackson <ian.jackson@eu.citrix.com>
Tue, 7 May 2013 10:39:10 +0000 (11:39 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Tue, 7 May 2013 12:37:56 +0000 (13:37 +0100)
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>
tools/libxc/Makefile
tools/libxl/Makefile
tools/xenstore/Makefile

index 640e333d9c843a7bc8137c95c533a75437ece0a9..b20012331aa0d9bc69cb879ba7acb4c59610a8eb 100644 (file)
@@ -1,7 +1,7 @@
 XEN_ROOT = $(CURDIR)/../..
 include $(XEN_ROOT)/tools/Rules.mk
 
-MAJOR    = 4.2
+MAJOR    = 4.3
 MINOR    = 0
 
 CTRL_SRCS-y       :=
index 298405181e0d15e812b12c095e723bbbf21d0d71..cf214bb8a30dd33fd1f4cb412d14eb7ce817c4e1 100644 (file)
@@ -5,11 +5,11 @@
 XEN_ROOT = $(CURDIR)/../..
 include $(XEN_ROOT)/tools/Rules.mk
 
-MAJOR = 2.0
+MAJOR = 4.3
 MINOR = 0
 
-XLUMAJOR = 1.0
-XLUMINOR = 1
+XLUMAJOR = 4.3
+XLUMINOR = 0
 
 CFLAGS += -Werror -Wno-format-zero-length -Wmissing-declarations \
        -Wno-declaration-after-statement -Wformat-nonliteral
index 1bb6e58111b779d5fe70a0453936676768826d1a..262f401146909fe0ed67a0e67363797e5629004f 100644 (file)
@@ -2,7 +2,7 @@ XEN_ROOT=$(CURDIR)/../..
 include $(XEN_ROOT)/tools/Rules.mk
 
 MAJOR = 3.0
-MINOR = 2
+MINOR = 3
 
 CFLAGS += -Werror
 CFLAGS += -I.