06.08.2018, 12:49, "Daniel P. Berrangé" :
> On Mon, Aug 06, 2018 at 09:30:39AM +0200, Guido Aulisi wrote:
>> recently serd library changed its ABI adding 1 function without
>> bumping the soname.
>
> There's totally normal. It merely added to its ABI - it didn't change
> existing ABI so nothing w
On Mon, Aug 06, 2018 at 09:30:39AM +0200, Guido Aulisi wrote:
> recently serd library changed its ABI adding 1 function without
> bumping the soname.
There's totally normal. It merely added to its ABI - it didn't change
existing ABI so nothing will break. soname change is only for when
the library
On Mon, Aug 06, 2018 at 09:30:39AM +0200, Guido Aulisi wrote:
> Hi,
> recently serd library changed its ABI adding 1 function without
> bumping the soname.
> I think adding one function should not be a problem for depending
> packages, what do you think about it?
The change is backwards compatible