We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f32b44 commit ba9a01bCopy full SHA for ba9a01b
2 files changed
Changes
@@ -1,3 +1,9 @@
1
+# 9.0.0-b9
2
+
3
+#### IECore
4
5
+- Fixed shutdown crashes with ScopedGILLock (as seen in Gaffer 0.14.0.0)
6
7
# 9.0.0-b8
8
9
#### IECore
SConstruct
@@ -53,7 +53,7 @@ SConsignFile()
53
ieCoreMajorVersion=9
54
ieCoreMinorVersion=0
55
ieCorePatchVersion=0
56
-ieCoreVersionSuffix="b8" # used for alpha/beta releases. Example: "a1", "b2", etc.
+ieCoreVersionSuffix="b9" # used for alpha/beta releases. Example: "a1", "b2", etc.
57
58
###########################################################################################
59
# Command line options
0 commit comments