Rez Versions Save

An integrated package configuration, build and deployment system for software

2.111.0

1 year ago

Source | Diff

Merged pull requests:

Closed issues:

  • rez executables aren't removed in windows install #1258
  • use github actions bot for commits #1318

2.110.0

2 years ago

Source | Diff

Merged pull requests:

2.109.0

2 years ago

Source | Diff

Merged pull requests:

Closed issues:

  • add git-bash shell plugin #1256

2.108.0

2 years ago

Source | Diff

Notes

This release adds path normalization to shells. Usually we use POSIX-style paths in package commands (eg env.PATH.append('{root}/bin'). In previous rez versions, this path was left unchanged, leading to odd paths on Windows like C:\svr\packages\foo\1.2.3/bin. This hasn't been a problem however, since Windows is tolerant of a mix of forward and back slashes. Now though, you should see paths on Windows set correctly, ie C:\svr\packages\foo\1.2.3\bin.

Please be aware of this change in behavior in case it affects you.

Merged pull requests:

Closed issues:

  • formalize paths in package commands #1269

2.107.0

2 years ago

Source | Diff

Merged pull requests:

  • Feature/1271 improve shell parameterization in tests #1272 (nerdvegas)

Closed issues:

  • improve shell parameterization in tests #1271

2.106.0

2 years ago

Source | Diff

Merged pull requests:

Closed issues:

  • add ability to delete package family #1248

2.105.0

2 years ago

Source | Diff

Merged pull requests:

Closed issues:

  • rez-test breaks with packages that do not have a timestamp attribute #1237

2.104.10

2 years ago

Source | Diff

Merged pull requests:

  • fix: make cmake install directives whitespace friendly #1244 (maxnbk)

Closed issues:

  • rez_install_files with LOCAL_SYMLINK fails when an input file has whitespaces in its name #553

2.104.9

2 years ago

Source | Diff

Merged pull requests:

Closed issues:

  • Switch get_syspaths from REG to Get-ItemProperty in Powershell shell plugins #1196

2.104.8

2 years ago

Source | Diff

Merged pull requests:

Closed issues:

  • Typo on install message #1186