conan v1.25.2 Release Notes

Release Date: 2020-05-19 // almost 4 years ago
    • 🛠 Bugfix: Previously conan always set cpp_std option in meson project, even if cppstd option was not set in conan profile. Now it sets the option only if cppstd profile option has a concrete value. (#7047)
    • 🛠 Bugfix: Fix deploy generator management of relative symlinks. (#7044)
    • 🛠 Bugfix: Fixes an issue where Apple Framework lookup wasn't working on RelWithDebInfo. (#7041)
    • 🛠 Bugfix: Fix broken AutoToolsBuildEnvironment when a profile:build is defined. (#7032)