File tree Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 1
- 10.6.x.x (relative to 10.6.0.0a1 )
1
+ 10.6.x.x (relative to 10.6.0.0 )
2
2
========
3
3
4
- Improvements
5
- ------------
6
4
7
- - RefCounted, RunTimeTyped : Inlined constructor and destructor.
8
5
9
- Breaking Changes
10
- ----------------
6
+ 10.6.0.0 (relative to 10.5.15.2)
7
+ ========
11
8
12
- - SmoothSkinningData : Removed, along with all associated Ops and Parameters.
9
+ Improvements
10
+ ------------
13
11
14
- 10.6.0.0a1 (relative to 10.5.15.1)
15
- ==========
12
+ - RefCounted, RunTimeTyped : Inlined constructor and destructor.
16
13
17
14
Fixes
18
15
-----
@@ -36,6 +33,7 @@ Breaking Changes
36
33
- IECoreMaya : Removed.
37
34
- IECoreNuke : Removed.
38
35
- Removed support for `IECORE_RTLD_GLOBAL` environment variable.
36
+ - SmoothSkinningData : Removed, along with all associated Ops and Parameters.
39
37
40
38
10.5.x.x (relative to 10.5.15.2)
41
39
========
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ ieCoreMilestoneVersion = 10 # for announcing major milestones - may contain all
58
58
ieCoreMajorVersion = 6 # backwards-incompatible changes
59
59
ieCoreMinorVersion = 0 # new backwards-compatible features
60
60
ieCorePatchVersion = 0 # bug fixes
61
- ieCoreVersionSuffix = "a1 " # used for alpha/beta releases. Example: "a1", "b2", etc.
61
+ ieCoreVersionSuffix = "" # used for alpha/beta releases. Example: "a1", "b2", etc.
62
62
63
63
###########################################################################################
64
64
# Command line options
You can’t perform that action at this time.
0 commit comments