I am pleased to announce the release of lzlib 1.0.

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:
39bfe00964a03be95d51ebbe9104b337  lzlib-1.0.tar.gz
04a4e99f521262233e9cda4c2faef1a3  lzlib-1.0.tar.lz

This release is also GPG signed. You can download the signature by appending ".sig" to the URL.

Changes in version 1.0:

  * New functions:
    LZ_decompress_member_finished.
    LZ_decompress_member_version.
    LZ_decompress_dictionary_size.
    LZ_decompress_data_crc.

  * Variables declared "extern" have been encapsulated in a namespace.

  * A warning about fchown's return value being ignored has been fixed.

* Input_buffer has been integrated in Range_decoder, simplifying the code and making decompression slightly faster.


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