We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 181303e commit 2a8b59eCopy full SHA for 2a8b59e
docs/releases/ocio_2_5.rst
@@ -39,6 +39,15 @@ For Developers
39
40
* Please see the section below about version updates to required third-party dependencies.
41
42
+Library Version
43
++++++++++++++++
44
+
45
+* The 2.5.1 release is not ABI compatible with 2.5.0 for clients that use the GPU renderer
46
+ API due to a change made to correct an issue with the Vulkan support introduced in 2.5.0.
47
+ Because the SOVERSION of both libraries remains "2.5", applications using the GPU API that
48
+ were compiled with the 2.5.0 release must be recompiled to use the 2.5.1 library. Any
49
+ further releases in the 2.5.x series will be ABI-compatible with 2.5.1.
50
51
52
New Feature Guide
53
=================
0 commit comments