Skip to content

Commit 16debfd

Browse files
committed
Bumped patch version and updating Changes
1 parent b045666 commit 16debfd

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

Changes

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# 8.4.5
2+
3+
#### IECore
4+
5+
- Fixing seg fault when attempting to read a non-existant attribute several times.
6+
- Minor fixes for issues highlighted by Coverity.
7+
8+
#### IECoreRI
9+
10+
- Added support for string array options in SXRenderer.
11+
12+
#### IECoreMaya
13+
14+
- MayaScene now outputs the "scene:visible" attribute based on Maya visibility.
15+
- SceneShapeInterface::componentNames() and selectionName() now work even if the Maya viewport hasn't refreshed.
16+
17+
#### IECoreNuke
18+
19+
- Added support in DeepImageReader for ZBack channels.
20+
121
# 8.4.4
222

323
#### IECore

SConstruct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ SConsignFile()
5252

5353
ieCoreMajorVersion=8
5454
ieCoreMinorVersion=4
55-
ieCorePatchVersion=4
55+
ieCorePatchVersion=5
5656
ieCoreVersionSuffix="" # used for alpha/beta releases. Example: "a1", "b2", etc.
5757

5858
###########################################################################################

0 commit comments

Comments
 (0)