-
|
There is no soname version bump for version 0.30.0, as the shared library remains with version 0.29 (libopenjph.so.0.29). In previous versions, minor point releases like this (0.28.0 -> 0.29.0, 0.27.0 -> 0.28.0, and so on) carried a soname version bump. Is 0.30.0 API and ABI compatible with 0.29.0? Or client applications linked against libopenjph.so.0.29 from version 0.29.0 would require a rebuild when upgrading to 0.30.0? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
OpenJPH's build ( This wouldn't be a first: the 0.27.1 release notes literally say "Forgot to bump version in my previous release". Same exact class of mistake happened before and needed a quick patch release to fix. So to directly answer your question... there's no indication 0.30.0 was deliberately kept ABI compatible with 0.29.0 (nothing in the project's history suggests they track real ABI compatibility rather than just bumping the soname every minor release on principle) so this looks like the version header just got missed this time. Worth doing: check |
Beta Was this translation helpful? Give feedback.
-
|
I am sorry; it was late last night and I was tired working on the repository the whole day. |
Beta Was this translation helpful? Give feedback.
I am sorry; it was late last night and I was tired working on the repository the whole day.
I will fix this next, by releasing version 0.30.1.