From 1be00fbed98f617e189e16758601ec35e5ac3b6a Mon Sep 17 00:00:00 2001 From: John Haddon Date: Fri, 30 Aug 2024 09:06:06 +0100 Subject: [PATCH] Bump version to 10.5.9.2 And add missing entry in Changes. --- Changes | 11 +++++++++-- SConstruct | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index 8be06eb1af..6a3527fc18 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,10 @@ -10.5.x.x (relative to 10.5.9.1) +10.5.x.x (relative to 10.5.9.2) +======== + + + + +10.5.9.2 (relative to 10.5.9.1) ======== Fixes @@ -7,7 +13,8 @@ Fixes - USDScene : - Fixed round-tripping of colons in set names. - Fixed `hash()` to consider animation on ModelAPI extents when hashing the bound. -- ToMayaMeshConverter : Reverted #1386 that no longer locked normals set on the Mesh from the scc to fix issues with Maya incorrectly recomputing normals as Vertex normals when they were originally computed as Face normals +- ToMayaMeshConverter : Reverted #1386 that no longer locked normals set on the Mesh from the scc to fix issues with Maya incorrectly recomputing normals as Vertex normals when they were originally computed as Face normals. +- CurvesAlgo : Fixed `resamplePrimitiveVariables()` for use with periodic curves. 10.5.9.1 (relative to 10.5.9.0) ======== diff --git a/SConstruct b/SConstruct index 7bca6e1060..fbc0461ef0 100644 --- a/SConstruct +++ b/SConstruct @@ -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 = 1 # bug fixes +ieCorePatchVersion = 2 # bug fixes ieCoreVersionSuffix = "" # used for alpha/beta releases. Example: "a1", "b2", etc. ###########################################################################################