diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 13:37:46 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 13:37:46 +0000 |
commit | e46f7f8dc39b450ee59872552e833d7e00b5a014 (patch) | |
tree | a3531971aecdcbcc2a0680091ae23b4df48b6c6b /NEWS | |
parent | Adding upstream version 0.7. (diff) | |
download | lzlib-e46f7f8dc39b450ee59872552e833d7e00b5a014.tar.xz lzlib-e46f7f8dc39b450ee59872552e833d7e00b5a014.zip |
Adding upstream version 0.8.upstream/0.8
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 29 |
1 files changed, 27 insertions, 2 deletions
@@ -1,3 +1,28 @@ -Changes in version 0.7: +Changes in version 0.8: -Compression time has been reduced by 4%. +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. + +Shared version of lzlib is no more built by default. Use +"configure --enable-shared" to build it. + +The "COPYING" file is no more used for testing decompression. |