From 058f4b888803cd80e7eaf34397975f6106cd9363 Mon Sep 17 00:00:00 2001 From: davidsminor Date: Mon, 25 Aug 2014 10:46:26 -0700 Subject: [PATCH] updated changes, bumped version to 9.0.0-a4 --- Changes | 7 ++++++- SConstruct | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index 2350f6e30e..9f4c7588f4 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,12 @@ +# 9.0.0-a4 + #### IECore - Bug fix in StreamIndexedIO that was causing sporadic crashes when loading SceneCaches during procedural expansion. - +- Fixed some minor bounding box bugs in IECore.SceneCache +- Child bounds can now dilate bounds explicitly specified using IECore.SceneCache.writeBound() +- IECore.LinkedScene now supports extra children at link locations +- Fixed TransformOp double transform bug # 9.0.0-a3 diff --git a/SConstruct b/SConstruct index c17edb14a8..85ca436b84 100644 --- a/SConstruct +++ b/SConstruct @@ -53,7 +53,7 @@ SConsignFile() ieCoreMajorVersion=9 ieCoreMinorVersion=0 ieCorePatchVersion=0 -ieCoreVersionSuffix="a3" # used for alpha/beta releases. Example: "a1", "b2", etc. +ieCoreVersionSuffix="a4" # used for alpha/beta releases. Example: "a1", "b2", etc. ########################################################################################### # Command line options