From 3702baab304b736ae4bd8fb8bbcd4801b4d7bb3d Mon Sep 17 00:00:00 2001 From: Andrew Kaufman Date: Tue, 2 Jun 2015 10:42:23 -0700 Subject: [PATCH] Bumped minor version and updated changes. --- Changes | 14 ++++++++++++++ SConstruct | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 98f883d7903..b721b82f1eb 100644 --- a/Changes +++ b/Changes @@ -1,8 +1,12 @@ +# 0.13.1.0 +========== + Apps ----------------------------------------------------------------------- - Test app can now run multiple named test cases, specified via the "testCases" command line argument. +- Fixed errors caused by special characters in .gfr filenames. UI ----------------------------------------------------------------------- @@ -14,6 +18,16 @@ UI in 0.13.0.0. - Fixed ObjectWriter UI, which was broken in 0.13.0.0. +OSL +----------------------------------------------------------------------- + +- Added utility shaders for float maths and noise. + +Image +----------------------------------------------------------------------- + +- Fixed bug in DeleteChannels::hashChannelNames(). + Houdini ----------------------------------------------------------------------- diff --git a/SConstruct b/SConstruct index a0ce7b383ef..6cfa5245913 100644 --- a/SConstruct +++ b/SConstruct @@ -50,7 +50,7 @@ import subprocess gafferMilestoneVersion = 0 # for announcing major milestones - may contain all of the below gafferMajorVersion = 13 # backwards-incompatible changes -gafferMinorVersion = 0 # new backwards-compatible features +gafferMinorVersion = 1 # new backwards-compatible features gafferPatchVersion = 0 # bug fixes # All of the following must be considered when determining