From: "Daniel P. Berrange" <berrange@xxxxxxxxxx> The ABI of some methods was explicitly broken, so the soname and symbol versions must all be incremented to reflect the ABI incompatibility --- configure.ac | 2 +- libvirt-designer/libvirt-designer.sym | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 2a55f75..e70b2e2 100644 --- a/configure.ac +++ b/configure.ac @@ -47,7 +47,7 @@ LIBVIRT_DESIGNER_VERSION_NUMBER=`expr $LIBVIRT_DESIGNER_MAJOR_VERSION \* 1000000 # Assuming we do ever want to break soname version, this can # toggled. But seriously, don't touch this, unless we explicitly # agree to break ABI on the mailing list. -LIBVIRT_DESIGNER_SONUM=0 +LIBVIRT_DESIGNER_SONUM=1 # The following examples show what libtool will do # diff --git a/libvirt-designer/libvirt-designer.sym b/libvirt-designer/libvirt-designer.sym index 7a24f2c..6e2e231 100644 --- a/libvirt-designer/libvirt-designer.sym +++ b/libvirt-designer/libvirt-designer.sym @@ -1,4 +1,4 @@ -LIBVIRT_DESIGNER_0.0.1 { +LIBVIRT_DESIGNER_0.0.2 { global: gvir_designer_init; gvir_designer_init_check; -- 1.8.1.4 -- libvir-list mailing list libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list