Missing SOVERSION bump #913
Labels
needs-review
This issue or pull request needs review from a core team member.
p2
This is a standard priority issue
third-party
This issue is related to third-party libraries or applications.
As we are needing to include
aws-c-common
in Amazon Linux in order to package AWS CLI v2, we need to ensure that the SOVERSION is being updated appropriately to avoid nasty build and runtime surprises.When looking at the diff between v0.6.14 and v0.7.4, I noticed a couple of changes that should have come with an SOVERSION major or minor bump.
It looks like ee859bf should have introduced a minor bump as it added functionality.
The changes in 3eb3830#diff-e4e7fa2904589ee122e13b9546e13b80ef35e509aaa26fa8967ef3238d5533c9L119 appear to also indicate an ABI change, which would mean a major SOVERSION bump would be needed as well.
Am I misunderstanding these changes and their impact to shared library ABI?
The text was updated successfully, but these errors were encountered: