uuid patch

John (J5) Palmieri johnp at redhat.com
Mon Oct 2 08:57:18 PDT 2006


On Sat, 2006-09-30 at 23:29 -0400, Havoc Pennington wrote:

> Index: configure.in
> ===================================================================
> RCS file: /cvs/dbus/dbus/configure.in,v
> retrieving revision 1.180
> diff -u -p -r1.180 configure.in
> --- configure.in	30 Sep 2006 19:38:34 -0000	1.180
> +++ configure.in	1 Oct 2006 03:13:59 -0000
> @@ -25,7 +25,7 @@ AM_MAINTAINER_MODE
>  #
>  
>  ## increment if the interface has additions, changes, removals.
> -LT_CURRENT=4
> +LT_CURRENT=5

This is very bad.  Did we remove any API or break ABI?  If not we should
have not have upped this from 3.  The comment is wrong.  It will require
recompile of all apps in a distribution.  Only the LT_AGE should have
been changed.

>  ## increment any time the source changes; set to
>  ##  0 if you increment CURRENT
> @@ -34,7 +34,7 @@ LT_REVISION=0
>  ## increment if any interfaces have been added; set to 0
>  ## if any interfaces have been changed or removed. removal has
>  ## precedence over adding, so set to 0 if both happened.
> -LT_AGE=1
> +LT_AGE=2
>  
>  AC_SUBST(LT_CURRENT)
>  AC_SUBST(LT_REVISION)




More information about the dbus mailing list