Skip to content

Commit

Permalink
Bump version to 10.5.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhaddon committed Jul 11, 2024
1 parent 7de325a commit 0f34fb8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
10.5.x.x (relative to 10.5.9.0)
10.5.x.x (relative to 10.5.9.1)
========



10.5.9.1 (relative to 10.5.9.0)
========

Fixes
-----

- OpenImageIOAlgo : Fixed `data()` handling of arrays of type `TypeDesc::CHAR`, `TypeDesc::UCHAR`, `TypeDesc::USHORT`, `TypeDesc::SHORT`, `TypeDesc::UINT` and `TypeDesc::HALF`. Among other things, this fixes the round-tripping of ICC profiles in ImageReader/ImageWriter.

10.5.9.x (relative to 10.5.8.0)
10.5.9.0 (relative to 10.5.8.0)
========

Improvements
Expand Down
2 changes: 1 addition & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ SConsignFile()
ieCoreMilestoneVersion = 10 # for announcing major milestones - may contain all of the below
ieCoreMajorVersion = 5 # backwards-incompatible changes
ieCoreMinorVersion = 9 # new backwards-compatible features
ieCorePatchVersion = 0 # bug fixes
ieCorePatchVersion = 1 # bug fixes
ieCoreVersionSuffix = "" # used for alpha/beta releases. Example: "a1", "b2", etc.

###########################################################################################
Expand Down

0 comments on commit 0f34fb8

Please sign in to comment.