Skip to content

Commit

Permalink
updated changes, bumped version to 9.0.0-a4
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsminor committed Aug 25, 2014
1 parent 3429109 commit 058f4b8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 058f4b8

Please sign in to comment.