We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38230d2 commit 49e5ccdCopy full SHA for 49e5ccd
Changes
@@ -1,3 +1,9 @@
1
+# 9.0.0-b6
2
+
3
+#### IECore
4
5
+- Fixed thread safety bug in BlindDataHolder::blindData()
6
7
# 9.0.0-b5
8
9
#### IECore
SConstruct
@@ -53,7 +53,7 @@ SConsignFile()
53
ieCoreMajorVersion=9
54
ieCoreMinorVersion=0
55
ieCorePatchVersion=0
56
-ieCoreVersionSuffix="b5" # used for alpha/beta releases. Example: "a1", "b2", etc.
+ieCoreVersionSuffix="b6" # used for alpha/beta releases. Example: "a1", "b2", etc.
57
58
###########################################################################################
59
# Command line options
0 commit comments