tools/libgnttab: Undo incorrect SONAME bump in c/s ee8105cab
authorAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 28 Sep 2018 15:21:54 +0000 (16:21 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 28 Sep 2018 15:44:07 +0000 (16:44 +0100)
Xen 4.11 shipped with a SONAME of 1.1.

For staging (and 4.12 eventually), the SONAME was bumped to 1.2 by c/s
28ca696a3.  Further changes before 4.12 ships should not bump the SONAME.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
tools/libs/gnttab/Makefile
tools/libs/gnttab/libxengnttab.map

index 0befbd18f1af2e74552cffbdd57b49a4e3ee0cd1..6c2e7e36a2c3612d9d119cfc2041b0e0959aa6d4 100644 (file)
@@ -2,7 +2,7 @@ XEN_ROOT = $(CURDIR)/../../..
 include $(XEN_ROOT)/tools/Rules.mk
 
 MAJOR    = 1
-MINOR    = 3
+MINOR    = 2
 SHLIB_LDFLAGS += -Wl,--version-script=libxengnttab.map
 
 CFLAGS   += -Werror -Wmissing-prototypes
index 9de2183810a930270d866a5ebc2f62b22fad7d7f..e15f6e91a65ad13db23a6fbd97a58c7384eda9b9 100644 (file)
@@ -31,10 +31,6 @@ VERS_1.2 {
     global:
                xengnttab_fd;
                xengntshr_fd;
-} VERS_1.1;
-
-VERS_1.3 {
-       global:
                xengnttab_dmabuf_exp_from_refs;
                xengnttab_dmabuf_exp_wait_released;
                xengnttab_dmabuf_imp_to_refs;