diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 13:40:11 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 13:40:11 +0000 |
commit | 94e413eb5d2213e1311025f284773829afa4dd50 (patch) | |
tree | e95f59c979a66e429d7a833891648f957e4d299a /NEWS | |
parent | Adding debian version 0.9-1. (diff) | |
download | lzlib-94e413eb5d2213e1311025f284773829afa4dd50.tar.xz lzlib-94e413eb5d2213e1311025f284773829afa4dd50.zip |
Merging upstream version 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. |