Skip to content

Commit 23b11db

Browse files
committed
Bumped version to 9.0.0-b2 and updated Changes file.
1 parent b54d05f commit 23b11db

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

Changes

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
# 9.0.0-b2
2+
3+
#### IECore
4+
5+
- Removed SimpleSubsurface
6+
- Removed Marschner code
7+
- Removed HitMissTransform
8+
- Removed TypeInfoCmp
9+
- Removed UniformRandomPointDistributionOp
10+
- Removed MappedRandomPointDistributionOp
11+
- Removed AttributeCache
12+
- Removed InterpolatedCache
13+
- Removed spherical harmonics code
14+
- Removed FileExampiners
15+
- Improved MurmurHash performance
16+
17+
#### IECoreGL
18+
19+
- Added mip mapping to ColorTexture.
20+
21+
#### IECoreAppleseed
22+
23+
- Added visibility attributes support.
24+
- Fixed bug converting OSL int shader parameters.
25+
26+
#### Build
27+
28+
- Windows build fixes.
29+
- Updated default build arguments to work with standard packages on Ubuntu 12.04.
30+
- Configured Travis automated testing.
31+
132
# 9.0.0-b1
233

334
#### IECore

SConstruct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ SConsignFile()
5353
ieCoreMajorVersion=9
5454
ieCoreMinorVersion=0
5555
ieCorePatchVersion=0
56-
ieCoreVersionSuffix="b1" # used for alpha/beta releases. Example: "a1", "b2", etc.
56+
ieCoreVersionSuffix="b2" # used for alpha/beta releases. Example: "a1", "b2", etc.
5757

5858
###########################################################################################
5959
# Command line options

0 commit comments

Comments
 (0)