Replies: 1 comment 2 replies
-
This is correct, FreeBSD strives to maintain ABI compatibility in a branch. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I was wondering about compatibility between builds and FreeBSD versions.
Am I correct that stuff build on X.Y can be used on X.Z with Z >= Y, as ABIs are stable in a major version? (I don't care about kmods)
So for example packages build on a 13.4-RELEASE will run on 13.4 and 13.5 but not on 13.0, 13.1, 13.2, 13.3?
Are additions to ABI possible in major versions?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions