conan v1.22.1 Release Notes

Release Date: 2020-02-11 // about 4 years ago
    • ๐Ÿ›  Fix: Increase six version to allow more modern releases. (#6509)
    • ๐Ÿ“„ Fix: remove GLOBAL from targets to avoid conflicts when using add_subdirectory. (#6488). Docs: ๐Ÿ“ƒ
    • Fix: Avoid caching revision "0" under api V2 (revisions enabled) in the download cache. (#6475). Docs: ๐Ÿ“ƒ
    • ๐Ÿ›  Bugfix: Manage the dirty state of the cache package folder with conan export-pkg. (#6498)
    • ๐Ÿ›  BugFix: Add system_libs to premake generator. (#6495)
    • ๐Ÿ›  Bugfix: Upload was silently skipping exceptions that could leave the packages dirty. Long uploads or large compressing times in non-terminals (piped output, like in CI systems) crashed, leaving packages dirty too, but not reporting any error. (#6486)
    • ๐Ÿ›  BugFix: Add quotes to virtualenv scripts, so they don't crash in pure sh shells. (#6265)