PackageTrack

crates.io · #1076

xz2

0.1.763M downloads/moalexcrichton/xz2-rs

Rust bindings to liblzma providing Read/Write streams as well as low-level in-memory encoding/decoding.

Release timeline

8 releases since 2016
201620182020202220242026

Releases

  1. 0.1.76 Jun 2022
    Release notes

    This project publishes no release notes. Between 0.1.6 and 0.1.7 there were 59 commits, 50 of them substantive:

    • More specific dependency versions
    • Bump lzma-sys to 0.1.12
    • Apply cargo fmt
    • Fix MinGW build from source
    • Bump lzma-sys to 0.1.13
    • Update travis config
    • Set up CI with Azure Pipelines
    • Bump lzma-sys to 0.1.14
    • Apply cargo fix --edition
    • Set edition to 2018
    • Remove unnecessary extern crate
    • Fix build error
    • systest: Remove unused module import
    • Update packages
    • Increase minimum version of deps again
    • Fix tests
    • Update rand requirement from 0.6.5 to 0.7.0
    • Migrate from Azure pipelines to Github actions
    • Fix tests on big-endian targets
    • Bump lzma-sys to 0.1.15

    …and 30 more.

  2. 0.1.611 Oct 2018
    Release notes

    This project publishes no release notes. Between 0.1.5 and 0.1.6 there were 19 commits, 14 of them substantive:

    • Don't deny warnings
    • Update rand requirement to 0.5
    • Bump lzma-sys to 0.1.10
    • Switch to crates.io ctest
    • Bump ctest to 0.2
    • Update vcxproj file for VS2017
    • Update quickcheck requirement from 0.6 to 0.7
    • use cc to build liblzma
    • enable VS2017 testing in AppVeyor
    • reorganize Travis-CI build matrix
    • import xz as a submodule; move defines to lzma-sys/config.h
    • import xz as a submodule; move defines to lzma-sys/config.h
    • Tweak travis builds
    • Bump lzma-sys to 0.1.11
  3. 0.1.59 May 2018
    Release notes

    This project publishes no release notes. Between 0.1.4 and 0.1.5 there were 9 commits, 5 of them substantive:

    • add licenses to lzma-sys
    • Update filemtime
    • Replace uses of try!() with ?
    • Support for input with multi xz streams, by adding new struct builder functions.
    • Remove MinGW from CI
  4. 0.1.431 Dec 2017
    Release notes

    This project publishes no release notes. Between 0.1.3 and 0.1.4 there were 47 commits, 36 of them substantive:

    • Add crt-static to Windows CI
    • Attempt to fix crt-static on Windows
    • Handle cross-compiling with ./configure
    • Bump lzma-sys to 0.1.2
    • Exclude large windows file
    • Copy source into build directory
    • Update to xz 5.2.3
    • Bump lzma-sys to 0.1.3
    • lzma-sys: unset DESTDIR when installing liblzma.a
    • Try multiple platform toolsets
    • Bump lzma-sys to 0.1.5
    • Fix VS 2017 platform toolset
    • Handle more corrupt streams by detecting no progress
    • Bump lzma-sys to 0.1.6
    • Fix build on windows-gnu
    • Bump lzma-sys to 0.1.7
    • use GNU-make on BSDs
    • Use "gmake" on Solaris to find GNU make
    • DESTDIR may appear in MAKEFLAGS, so we need to get rid of that, too
    • Added lzma_properties_decode() from the public API

    …and 16 more.

  5. 0.1.312 Apr 2017
    Release notes

    This project publishes no release notes. Between 0.1.2 and 0.1.3 there were 2 commits, 1 of them substantive:

    • Add async I/O support
  6. 0.1.210 Apr 2017
    Release notes

    This project publishes no release notes. Between 0.1.1 and 0.1.2 there were 10 commits, 7 of them substantive:

    • Updated for VC2014 build tools
    • Add a test for dropping write::XzEncoder with incomplete input
    • Fix dropping write::XzDecoder with incomplete input
    • Add test for .finish on write::Decoder with incomplete input
    • Update urls and categories
    • Bump versions
    • Touch up tests
  7. 0.1.120 Jan 2017
    Release notes

    This project publishes no release notes. Between 0.1.0 and 0.1.1 there were 7 commits, 6 of them substantive:

    • Add some quickcheck tests
    • Fix LzmaOptions::new_preset
    • pass --target on appveyor
    • Update travis token
    • Update urls and categories
    • Bump versions
  8. 0.1.021 Mar 2016

    Nothing published for this version