Skip to content

Releases: ReSpeak/quicklz

0.3.1

12 Apr 20:09
v0.3.1
d905415
Compare
Choose a tag to compare

🐛 Fixed

  • Fixed a bug in decompress, where the high part of the offset was not shifted by the correct number
    of bits, resulting in the wrong part of the data being copied
  • Fixed a bug in compress, where it used an encoding even if the offset value was too large,
    resulting in the high bits being cut off

0.3.0

31 May 09:03
v0.3.0
11c640d
Compare
Choose a tag to compare

ℹ Changed

  • Switched error handling library from failure to thiserror
  • Updated to Rust 2018 edition

🐛 Fixed

  • Fixed possible corrupt header when compressing incompressible data with specific input lengths (found by libfuzz)