I am pleased to announce the release of lzlib 0.8.

Lzlib is a compression library providing in-memory LZMA compression and
decompression functions, including integrity checking of the
uncompressed data. The compressed data format used by lzlib is the lzip
format.

The homepage is at http://www.nongnu.org/lzip/lzlib.html.

The sources can be downloaded from
http://download.savannah.gnu.org/releases/lzip/.

The md5sums are:
76e5b0d28fa641b9aa2c24d512e85078  lzlib-0.8.tar.gz
d3effe6e67b557eb84a893df20bea1a6  lzlib-0.8.tar.lz

Changes in version 0.8:

  * API changes:
    New functions:
      LZ_decompress_reset
      LZ_decompress_sync_to_member
      LZ_decompress_write_size
      LZ_strerror

Names and types for values of dictionary size limits have been changed to make interface names consistent.

    "LZ_errno" has been replaced with "LZ_Errno".

"void *" has been replaced with "struct LZ_Encoder *" and "struct LZ_Decoder *" to make interface type safe.

  * A truncated member trailer is now correctly detected.

  * LZ_compress_restart_member is now able to restart a finished stream.

* Lzlib now only accepts query or close operations after a fatal error has occurred.


Please send bug reports and suggestions to [email protected]


Regards,
Antonio Diaz, lzlib author and maintainer.



_______________________________________________
Lzip-bug mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/lzip-bug

Reply via email to