Skip to content

Commit 9f7f333

Browse files
Merge pull request #6568 from johnhaddon/releasePrep-1.5.16.2
Release prep for 1.5.16.2
2 parents d3c927d + 055677d commit 9f7f333

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

.github/workflows/main/installDependencies.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949

5050
# Determine default archive URL.
5151

52-
defaultURL = "https://github.com/ImageEngine/cortex/releases/download/10.5.15.1/cortex-10.5.15.1-{platform}{buildEnvironment}.{extension}"
52+
defaultURL = "https://github.com/ImageEngine/cortex/releases/download/10.5.15.3/cortex-10.5.15.3-{platform}{buildEnvironment}.{extension}"
5353

5454
# Parse command line arguments.
5555

Changes.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,28 @@
1-
1.5.x.x (relative to 1.5.16.1)
1+
1.5.x.x (relative to 1.5.16.2)
22
=======
33

4+
5+
6+
1.5.16.2 (relative to 1.5.16.1)
7+
========
8+
49
Fixes
510
-----
611

712
- TweakPlug : Fixed handling of default values for `name`, `enabled` and `mode` child plugs during serialisation and in `createCounterPart()` (#6544).
813
- Viewer : Fixed hangs when using the raytraced viewport.
14+
- SceneReader : Fixed numerical imprecision in conversion of frame to UsdTimeCode. This could cause the wrong time sample or value clip to be selected.
915

1016
API
1117
---
1218

1319
- TweakPlug : Added extended constructor allowing default values for `name`, `enabled` and `mode` plug to be specified.
1420

21+
Build
22+
-----
23+
24+
- Cortex : Updated to 10.5.15.3.
25+
1526
1.5.16.1 (relative to 1.5.16.0)
1627
========
1728

SConstruct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ if codecs.lookup( locale.getpreferredencoding() ).name != "utf-8" :
6565
gafferMilestoneVersion = 1 # for announcing major milestones - may contain all of the below
6666
gafferMajorVersion = 5 # backwards-incompatible changes
6767
gafferMinorVersion = 16 # new backwards-compatible features
68-
gafferPatchVersion = 1 # bug fixes
68+
gafferPatchVersion = 2 # bug fixes
6969
gafferVersionSuffix = "" # used for alpha/beta releases : "a1", "b2", etc.
7070

7171
# All of the following must be considered when determining

0 commit comments

Comments
 (0)