diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 13:40:04 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 13:40:04 +0000 |
commit | db724c11c1c030ce650bb587aa9e810c26287684 (patch) | |
tree | c2aed4f2d4e22187f30d2f0fb436f4158ca20228 /NEWS | |
parent | Adding upstream version 0.9. (diff) | |
download | lzlib-db724c11c1c030ce650bb587aa9e810c26287684.tar.xz lzlib-db724c11c1c030ce650bb587aa9e810c26287684.zip |
Adding upstream version 1.0.upstream/1.0
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 15 |
1 files changed, 13 insertions, 2 deletions
@@ -1,3 +1,14 @@ -Changes in version 0.9: +Changes in version 1.0: -Compression time has been reduced by 8%. +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. |