Re: Breaking ABI in shlibs (yaml-cpp)

2015-05-18 Thread Andreas Tille
Hi Paul On Mon, May 18, 2015 at 08:20:06PM -0400, Paul Novotny wrote: > I recently updated yaml-cpp from 0.5.1 to 0.5.2. This caused a bug in a > dependent package [1]. It turns out, 0.5.2 is not binary compatible with > 0.5.1 (abi-compliance-checker confirms this) and is probably the source > of

Breaking ABI in shlibs (yaml-cpp)

2015-05-18 Thread Paul Novotny
I recently updated yaml-cpp from 0.5.1 to 0.5.2. This caused a bug in a dependent package [1]. It turns out, 0.5.2 is not binary compatible with 0.5.1 (abi-compliance-checker confirms this) and is probably the source of the bug. Does anyone have advice? What should I do to resolve this? Thanks, -P