- Bugfix: Avoid conflict of user custom generators names with new generators. (https://github.com/conan-io/conan/pull/8183)
- Bugfix: Fix errors when using
conan info --paths
andshort_paths=True
in Windows, due to creation of empty folders in the short-paths storage. (https://github.com/conan-io/conan/pull/8181)
- Bugfix:
conan new <pkg-name>/version -t
wrong include when not using-s
(using the hardcoded git repo). (https://github.com/conan-io/conan/pull/8175)
- Bugfix: Fix
excludes
pattern case-insensitive in non Windows platforms. (https://github.com/conan-io/conan/pull/8155)
- Bugfix: Enabling set_name, set_version for lockfile roo not location. (https://github.com/conan-io/conan/pull/8151)