Skip to content

Commit 323a160

Browse files
committed
Updated version and changes.
1 parent 28ba120 commit 323a160

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

Changes

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# 9.0.0-b8
2+
3+
#### IECore
4+
5+
- Added a new magic number for JPG compatibility
6+
7+
#### IECoreMaya
8+
9+
- Maya 2016 compile fixes for gcc 4.8
10+
11+
#### IECoreAlembic
12+
13+
- Fixed bug where face sets were treated as children.
14+
15+
#### IECoreRI
16+
17+
- Changed SXExecutor parameter interpretation.
18+
19+
#### IECoreAppleseed
20+
21+
- Added support for interactive non-editable final rendering.
22+
123
# 9.0.0-b7
224

325
#### IECore

SConstruct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ SConsignFile()
5353
ieCoreMajorVersion=9
5454
ieCoreMinorVersion=0
5555
ieCorePatchVersion=0
56-
ieCoreVersionSuffix="b7" # used for alpha/beta releases. Example: "a1", "b2", etc.
56+
ieCoreVersionSuffix="b8" # used for alpha/beta releases. Example: "a1", "b2", etc.
5757

5858
###########################################################################################
5959
# Command line options

0 commit comments

Comments
 (0)