Mailing List Archive

[xen-unstable] bump libxenctrl and libxenguest versions
# HG changeset patch
# User Keir Fraser <keir.fraser@citrix.com>
# Date 1232711503 0
# Node ID ced1c3069ada7d054bbf85e3ce797d457a41091d
# Parent 9b0289a165ebb7d1cfc1c5520ea7b25a6cc4b1b2
bump libxenctrl and libxenguest versions

In c/s 19009 an incompatible change was made to the ABI of libelf-*,
which are included in libxenctrl and libxenguest. To avoid client
programs (such as python/lowlevel/xc/xc.so) picking up a wrong
version and perhaps crashing, the soname should be changed.

I have chosen the version number 3.4 as xen-unstable is currently the
pre-3.4 branch. I assume we don't care about API/ABI stability within
an unstable branch.

Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
---
tools/libxc/Makefile | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)

diff -r 9b0289a165eb -r ced1c3069ada tools/libxc/Makefile
--- a/tools/libxc/Makefile Thu Jan 22 18:00:48 2009 +0000
+++ b/tools/libxc/Makefile Fri Jan 23 11:51:43 2009 +0000
@@ -1,7 +1,7 @@ XEN_ROOT = ../..
XEN_ROOT = ../..
include $(XEN_ROOT)/tools/Rules.mk

-MAJOR = 3.2
+MAJOR = 3.4
MINOR = 0

CTRL_SRCS-y :=

_______________________________________________
Xen-changelog mailing list
Xen-changelog@lists.xensource.com
http://lists.xensource.com/xen-changelog