conan v1.25.1 Release Notes

Release Date: 2020-05-13 // almost 4 years ago
    • Feature: Add missing gcc versions: 6.5, 7.5, 8.4, 10.1. (#6993). Docs: ๐Ÿ“ƒ
    • ๐Ÿ›  Bugfix: Resumable download introduced a bug when there is a fronted (like Apache) to Artifactory or other server that gzips the returned files, returning an incorrect Content-Length header that doesn't match the real content length. (#6996)
    • ๐Ÿ”— Bugfix: Set shared_linker_flags to CMake MODULE targets too in cmake generators, not only to SHARED_LIBRARIES. (#6983)
    • Bugfix: Fix conan_get_policy return value. (#6982)
    • ๐Ÿ›  Bugfix: Fix json output serialization for cpp_info.components. (#6966)