Skip to content

2.11.0 (18-Dec-2024)

Latest
Compare
Choose a tag to compare
@conanci conanci released this 18 Dec 20:30
· 2 commits to develop2 since this release
2.11.0
  • Feature: Only warn on frozen conan v1 remote if enabled. (#17482)
  • Feature: AutotoolsToolchain uses user's variables when Android cross-compilation at first. (#17470). Docs: ๐Ÿ“ƒ
  • Feature: AutotoolsToolchain checks if Android cross-compilation paths exist. (#17470). Docs: ๐Ÿ“ƒ
  • Feature: Adding the Conan cache "profiles" folder to the jinja2 search path, so profiles can be included/imported from jinja syntax even for parent and sibling folders. (#17432). Docs: ๐Ÿ“ƒ
  • Feature: Updated tools.env.virtualenv:powershell conf to allow specifying the PowerShell executable (e.g., powershell.exe or pwsh) and passing additional arguments. (#17416). Docs: ๐Ÿ“ƒ
  • Feature: Deprecate use of tools.env.virtualenv:powershell=True/False. (#17416). Docs: ๐Ÿ“ƒ
  • Fix: Do not show powershell deprecation message if value is None. (#17500)
  • Fix: Fix LocalAPI definition of editables when calling editable_add. (#17498)
  • Fix: Clarify debug message in CMakeDeps. (#17453)
  • Fix: Added explicitly allow_empty = True to glob() function in BazelDeps (bazel 8.x compatible). (#17444)
  • Fix: Fix broken cpp_info.location deduction due to unsanitized regex. (#17430)
  • Fix: Trusting the real path coming from a symlink is a good one. (#17421)
  • Fix: Fix user/channel when searching patterns in a local-recipes-index. (#17408)
  • Fix: Add warning for empty version ranges. (#17405)
  • Bugfix: Fix bogus duplication of component properties (#17503)
  • Bugfix: Fix running commands in powershell with single quotes. (#17487)
  • Bugfix: Fix issues with unsetting some types of confs. (#17445)