[libvirt] [PATCH designer] Increment soname + symbol versions

From: "Daniel P. Berrange" <berrange@redhat.com> 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

ACK, I was delaying handling that until a release appears on the radar, but it's indeed better to do it before we forget ;) Christophe On Fri, Apr 19, 2013 at 10:56:15AM +0100, Daniel P. Berrange wrote:
From: "Daniel P. Berrange" <berrange@redhat.com>
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@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list
participants (2)
-
Christophe Fergeau
-
Daniel P. Berrange