From 772ccdb1cc075b806513d2b6e0183aad12bf5404 Mon Sep 17 00:00:00 2001 From: Doug Walker Date: Fri, 23 Jan 2026 16:15:41 -0500 Subject: [PATCH] Update 2.5 documentation Signed-off-by: Doug Walker --- docs/releases/ocio_2_5.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/releases/ocio_2_5.rst b/docs/releases/ocio_2_5.rst index 593076e3a..5cc1be20d 100644 --- a/docs/releases/ocio_2_5.rst +++ b/docs/releases/ocio_2_5.rst @@ -39,6 +39,15 @@ For Developers * Please see the section below about version updates to required third-party dependencies. +Library Version ++++++++++++++++ + +* The 2.5.1 release is not ABI compatible with 2.5.0 for clients that use the GPU renderer + API due to a change made to correct an issue with the Vulkan support introduced in 2.5.0. + Because the SOVERSION of both libraries remains "2.5", applications using the GPU API that + were compiled with the 2.5.0 release must be recompiled to use the 2.5.1 library. Any + further releases in the 2.5.x series will be ABI-compatible with 2.5.1. + New Feature Guide =================