You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix: Populate <library>_DEFINITIONS legacy variables in CMakeConfigDeps for compatibility with old check_symbol_exists and similar (#19519)
Fix: Use dnf as the default system package manager for Almalinux, Rocky and Oracle Linux instead of legacy yum. (#19487)
Fix: Display packages even when a system package manager install is a no-op. (#19483)
Fix: Remove --lockfile-out generation arguments in workspace commands that cannot generate a lockfile (orchestrated conan workspace install/build/complete). (#19475)
Fix: Reduce the sqlite DB connection scope to try to optimize DB locking. Remove the yield DB return that could create operational issues. (#19394)
Bugfix: Avoid potential None and PackageType comparison when deducing cpp_info. (#19494)
Bugfix: Solve PipEnv failure when using version ranges. (#19478)
Bugfix: Correct pattern comparison for symlink with files.copy function. (#19437)
Bugfix: Solve issue in CMakeConfigDeps when building transitive libraries in the "build" context. (#19429)
Bugfix: Allow updating to newer remote revisions that already exist in the Conan cache with an older timestamp. (#19402)
Bugfix: Fix unintended packages showing up when using conan list ... --graph-context={build-only,host-only} when there are package binary mismatches (#19368)