Skip to content

1.5.3

Latest
Compare
Choose a tag to compare
@dinosaure dinosaure released this 19 Sep 10:15
· 2 commits to main since this release
52ff65a

CHANGES:

  • Delete libdecompress.a (@dinosaure, #152)

    This artifact is unused and complexify the distribution. We decided to delete
    it. If people want to use libdecompress.a, we can provide an other package
    which will implement the ctypes ceremony to safely produce a
    libdecompress.a.

  • Lint dependencies (lower bounds) (@dinosaure, #153)

  • Remove unsafe accesses into our decompress.lzo implementation
    (@dinosaure, #154)

  • Improve and fix our decompress.lzo implementation
    (@dinosaure, #155, #158, #159)