It appears 27854f1 removed a bunch if public symbols from a public shared library without changing its soname, and comparing "nm" output concurs. The effect is that anything compiled against the old version will crash at runtime if the library is updated to the new version. The soname is handled by libtool, via flags that are explcitly documented in configure.ac (via 5d1be02). Definitely no harm in building the soname from the package-version, but doing so means you have to follow those same interface-versioning rules for package-version.