LZ4 v1.7.5 Release Notes

Release Date: 2017-01-03 // over 7 years ago
  • lz4hc : new high compression mode, by @inikep : levels 10-12 compress more (and slower), 12 is highest level
    lz4cat : fix : works with relative path (#284) and stdin (#285) (reported by @beiDei8z)
    cli : fix minor notification when using -r recursive mode
    API : lz4frame : LZ4F_compressBound(0) provides upper bound of *flush() and *End() (#290, #280)
    doc : markdown version of man page, by @t-mat (#279)
    🏗 build : Makefile : fix make -jX lib+exe concurrency (#277)
    🏗 build : cmake : improvements by @mgorny (#296)

    ⚡️ Update : earlier versions of pre-compiled Windows binaries had a bug which made them unable to decode files > 2 GB. The new binaries available below fix this issue.