lzip-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Lzip-bug] Version 0.1 of lzlib released


From: Antonio Diaz Diaz
Subject: [Lzip-bug] Version 0.1 of lzlib released
Date: Wed, 22 Apr 2009 17:56:11 +0200
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.1.

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

The functions and variables forming the interface of the compression
library are declared in the file lzlib.h. An usage example of the
library is given in the file main.cc.

Compression/decompression is done by repeteadly calling a couple of
read/write functions until all the data has been processed by the
library. This interface is safer and less error prone than the
traditional zlib interface.

Lzlib will correctly decompress a data stream which is the concatenation
of two or more compressed data streams. The result is the concatenation
of the corresponding uncompressed data streams. Integrity testing of
concatenated compressed data streams is also supported.

All the library functions are thread safe. The library does not install
any signal handler. The decoder checks the consistency of the compressed
data, so the library should never crash even in case of corrupted input.

The homepage is at http://www.nongnu.org/lzip/lzlib.html.
The manual is at http://download.savannah.gnu.org/releases/lzip/manual/lzlib_manual.html.

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

The md5sums are:
598b4e692066b6d8504be7d4fb85db9c  lzlib-0.1.tar.gz
92f481c3aac2727fe00f72008dce7012  lzlib-0.1.tar.lz

This is the first public release, so no changes to show here.


Please send bug reports and suggestions to address@hidden


Regards,
Antonio Diaz, lzlib author and maintainer.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]