-
-
Notifications
You must be signed in to change notification settings - Fork 85
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
SOVERSION bump #581
Comments
Hi @FrancescAlted I have started preparing the upload in debian of c-blosc2 2.12.x. I would need to bumb the soversion because of the above change (in debian we use strict symbol control). I could do it with a debian specific patch but I would like to avoid going out of sync with the versioning of the upstream c-blosc2 library. What is the plan for this issue? |
Yes, we had to change the API to make it more consistent. I am sorry that we are not very careful about bumping I don't know when we can produce a new release, but asap. Thanks for the reminder anyway! |
Thanks a lot Francesc |
Describe the bug
In c-blosc2 2.13.0 the
register_tuner_private
symbol has been renamed intoblosc2_register_tuner
.From the name I understand that it is supposed to be a function part of the private API, never the less it is exported via
BLOSC_EXPORT
so it is part of the API.I think that the
SOVERSION
inblosc/CMakeLists.txt
should be bumped to 3 for c-blosc2 2.13.xc-blosc2/blosc/CMakeLists.txt
Lines 30 to 33 in ebfb27d
To Reproduce
N/A
Expected behavior
SOVERSION
updated when the API changesLogs
N/A
System information:
Additional context
N/A
The text was updated successfully, but these errors were encountered: