Skip to content

ABI break in 3.7.15 #72

Description

@dmacks

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions