[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Lzip-bug] Version 0.8 of lzlib released
From: |
Antonio Diaz Diaz |
Subject: |
[Lzip-bug] Version 0.8 of lzlib released |
Date: |
Mon, 18 Jan 2010 16:33:06 +0100 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.7.11) Gecko/20050905 |
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 address@hidden
Regards,
Antonio Diaz, lzlib author and maintainer.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Lzip-bug] Version 0.8 of lzlib released,
Antonio Diaz Diaz <=