Skip to content

Commit 0844525

Browse files
committed
Bump version to 10.4.0.0a6 and update Changes
1 parent 7cbced4 commit 0844525

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+
10.4.0.0a6 (relative to 10.4.0.0a5)
2+
==========
3+
4+
Improvements
5+
------------
6+
7+
- USDScene : Added support for reading and writing purpose-based material bindings (#1273).
8+
- IECoreGL::Shader : Added support for buffer samplers (#1264).
9+
- Adopted stricter default compilation flags (#1266).
10+
11+
Fixes
12+
-----
13+
14+
- PointDistribution : Fixed inconsistent distributions between MacOS and Linux. The Linux distribution is now used on all platforms (#1269).
15+
- Fixed compilation with C++17 (#1269, #1265).
16+
- IECoreGL : Fixed build errors on MacOS (#1271).
17+
18+
Breaking Changes
19+
----------------
20+
21+
- PerlinNoise/Turbulence : Removed. We recommend OpenShadingLanguage's `liboslnoise` instead (#1269).
22+
123
10.4.0.0a5 (relative to 10.4.0.0a4)
224
==========
325

SConstruct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ ieCoreMilestoneVersion = 10 # for announcing major milestones - may contain all
5858
ieCoreMajorVersion = 4 # backwards-incompatible changes
5959
ieCoreMinorVersion = 0 # new backwards-compatible features
6060
ieCorePatchVersion = 0 # bug fixes
61-
ieCoreVersionSuffix = "a5" # used for alpha/beta releases. Example: "a1", "b2", etc.
61+
ieCoreVersionSuffix = "a6" # used for alpha/beta releases. Example: "a1", "b2", etc.
6262

6363
###########################################################################################
6464
# Command line options

0 commit comments

Comments
 (0)