Hacker News new | ask | show | jobs
by SAI_Peregrinus 877 days ago
Semver only controls API compatibility, not ABI compatibility. You can make an ABI break in a Semver minor (or patch) version update. Semver is nice, but it's not enough for ensuring compatibility when dynamic linking.
1 comments

SONAME is here for ABI compatibility, right?