Y
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
palata
873 days ago
SONAME is here for ABI compatibility, right?
link