[
https://issues.apache.org/jira/browse/ARROW-5848?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Antoine Pitrou resolved ARROW-5848.
-----------------------------------
Resolution: Fixed
Fix Version/s: 1.0.0
Issue resolved by pull request 4801
[https://github.com/apache/arrow/pull/4801]
> [C++] SO versioning schema after release 1.0.0
> ----------------------------------------------
>
> Key: ARROW-5848
> URL: https://issues.apache.org/jira/browse/ARROW-5848
> Project: Apache Arrow
> Issue Type: Bug
> Components: C++
> Affects Versions: 1.0.0
> Reporter: Krisztian Szucs
> Assignee: Krisztian Szucs
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.0.0
>
> Time Spent: 1h
> Remaining Estimate: 0h
>
> 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
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)