Skip to content

1.18.2 (30-Aug-2019)

Compare
Choose a tag to compare
@lasote lasote released this 30 Aug 12:40
· 2396 commits to develop since this release
  • Feature: Add opt-out for Git shallow clone in SCM feature (#5677). Docs: πŸ“ƒ
  • Fix: Use the value of argument useEnv provided by the user to the MSBuild helper also to adjust /p:UseEnv=false when the arg is False. (#5609)
  • Bugfix: Fixed assertion when using nested build_requires that depend on packages that are also used in the main dependency graph (#5689)
  • Bugfix: When Artifactory doesn't have the anonymous access activated, the conan client wasn't able to capture the server capabilities and therefore never used the revisions mechanism. (#5688)
  • Bugfix: When no user/channel is specified creating a package, upload it to a remote using None as the "folder" in the storage, instead of _. (#5671)
  • Bugfix: Using the version ranges mechanism Conan wasn't able to resolve the correct reference if a library with the same name but different user/channel was found in an earlier remote. (#5657)
  • Bugfix: Broken cache package collection for packages without user/channel (#5607)