Skip to content

Libwandio 4.1.0

Compare
Choose a tag to compare
@salcock salcock released this 22 Feb 02:46
· 156 commits to master since this release

Thanks to Sergey Cherepanov and Alistair King for contributing to this release.

New in this release:

  • Added support for reading and writing lz4 compressed files.
  • Added support for using Intel QuickAssist (if present) for reading and writing gzip compressed files.
  • Added new functionality for interacting with wandio files via wandio_fgets(), wandio_vprintf() and wandio_printf().
  • Added new API function (wandio_detect_compression_type()) for determining the correct compression method for an output file based on the given filename.
  • Fixed alignment of some internal buffers, which may lead to performance improvements in some situations.
  • Fixed "inline" errors that occurred when building with LLVM.