From 0c6939574fd07a3c4ac66aa1b911682cae8aa2f5 Mon Sep 17 00:00:00 2001 From: Andrew Kaufman Date: Mon, 18 Aug 2014 08:40:31 -0700 Subject: [PATCH] Bumped patch and updated Changes --- Changes | 6 ++++++ SConstruct | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 3bdc5dd92d..da16f21b47 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,9 @@ +# 8.5.2 + +#### IECore + +- Prevented TransformOp from double transforming data (when 2 PrimitiveVariables point to the same data). + # 8.5.1 #### IECore diff --git a/SConstruct b/SConstruct index 97ddeb113e..555f1a26b7 100644 --- a/SConstruct +++ b/SConstruct @@ -52,7 +52,7 @@ SConsignFile() ieCoreMajorVersion=8 ieCoreMinorVersion=5 -ieCorePatchVersion=1 +ieCorePatchVersion=2 ieCoreVersionSuffix="" # used for alpha/beta releases. Example: "a1", "b2", etc. ###########################################################################################