diff --git a/Changes.md b/Changes.md index 5912021aaa8..08a7171778b 100644 --- a/Changes.md +++ b/Changes.md @@ -1,4 +1,4 @@ -1.1.x.x (relative to 1.1.6.1) +1.1.7.0 (relative to 1.1.6.1) ======= Features @@ -28,8 +28,8 @@ Fixes - Fixed Default display transform so that it updates correctly when the default is changed via the Preferences dialogue, and when the context changes. - Fixed drawing of image pixels to the left of the display window. - Cycles : - - Fixed custom AOVs not being created properly for SVM shading mode only, OSL is not supported. (#5044). - - Fixed distant light angle is in degrees and not radians. + - Fixed custom AOVs (for SVM shading mode only, Cycles doesn't support custom AOVs in OSL mode) (#5044). + - Fixed units for distant light angle (now degrees and not radians). - Fixed assignment of `emission` shader. Previously this was being assigned as a `cycles:light` attribute instead of `cycles:surface` (#5058). - Hid internal shader plugs which shouldn't be exposed to the user (e.g. `surface_mix_weight`). - UVInspector : Fixed update delay when changing display transform. diff --git a/SConstruct b/SConstruct index 123633bde7f..ad53da71886 100644 --- a/SConstruct +++ b/SConstruct @@ -58,8 +58,8 @@ EnsureSConsVersion( 3, 0, 2 ) # Substfile is a default builder as of 3.0.2 gafferMilestoneVersion = 1 # for announcing major milestones - may contain all of the below gafferMajorVersion = 1 # backwards-incompatible changes -gafferMinorVersion = 6 # new backwards-compatible features -gafferPatchVersion = 1 # bug fixes +gafferMinorVersion = 7 # new backwards-compatible features +gafferPatchVersion = 0 # bug fixes gafferVersionSuffix = "" # used for alpha/beta releases : "a1", "b2", etc. # All of the following must be considered when determining