Skip to content

Commit

Permalink
updated changes, bumped version to 9.0.0-a5
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsminor committed Sep 2, 2014
1 parent 791529f commit 75309c7
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# 9.0.0-a5

#### IECore

- LinkedScene::hash now takes extra children at links into account

#### IECoreRI

- Added support for RiFrame blocks in IECoreRI::Renderer.

#### IECoreMaya

- Renamed IECoreMaya::MayaScene to IECoreMaya::LiveScene

#### IECoreHoudini

- Renamed IECoreHoudini::HoudiniScene to IECoreHoudini::LiveScene

# 9.0.0-a4

#### IECore
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="a4" # used for alpha/beta releases. Example: "a1", "b2", etc.
ieCoreVersionSuffix="a5" # used for alpha/beta releases. Example: "a1", "b2", etc.

###########################################################################################
# Command line options
Expand Down

0 comments on commit 75309c7

Please sign in to comment.