Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[C++] SO versioning schema after release 1.0.0 #22267

Closed
asfimport opened this issue Jul 4, 2019 · 2 comments
Closed

[C++] SO versioning schema after release 1.0.0 #22267

asfimport opened this issue Jul 4, 2019 · 2 comments
Assignees
Milestone

Comments

@asfimport
Copy link
Collaborator

Described by @kou on the mailing list:

If we may break ABI compatibility each minor version up
release ("Y" is increased in "X.Y.Z"), we should include
minor version into SO major version (100, 101 and 102 in the
following examples):

  • 1.0.0 -> libarrow.100.0.0

  • 1.1.0 -> libarrow.101.0.0

  • 1.2.0 -> libarrow.102.0.0

    If we don't break ABI compatibility each minor version up
    release, we just use the same SO major version (100 in the
    following examples) in 1.0.0:

  • 1.0.0 -> libarrow.100.0.0

  • 1.1.0 -> libarrow.100.1.0

  • 1.2.0 -> libarrow.100.2.0

Reporter: Krisztian Szucs / @kszucs
Assignee: Krisztian Szucs / @kszucs

PRs and other links:

Note: This issue was originally created as ARROW-5848. Please see the migration documentation for further details.

@asfimport
Copy link
Collaborator Author

Antoine Pitrou / @pitrou:
I added a workaround in #4791

@asfimport
Copy link
Collaborator Author

Antoine Pitrou / @pitrou:
Issue resolved by pull request 4801
#4801

@asfimport asfimport added this to the 0.15.0 milestone Jan 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants