Re: Library ABI change

2018-08-07 Thread Andrey Ponomarenko
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

Re: Library ABI change

2018-08-06 Thread 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 will break. soname change is only for when the library

Re: Library ABI change

2018-08-06 Thread Zbigniew Jędrzejewski-Szmek
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