diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 13:41:08 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 13:41:08 +0000 |
commit | bd0936a5133edb8b660a81d7e2ea3682bd6eda3e (patch) | |
tree | d800191d2df52a5274e634168d62400556b37864 /NEWS | |
parent | Adding debian version 1.0-3. (diff) | |
download | lzlib-bd0936a5133edb8b660a81d7e2ea3682bd6eda3e.tar.xz lzlib-bd0936a5133edb8b660a81d7e2ea3682bd6eda3e.zip |
Merging upstream version 1.1.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 22 |
1 files changed, 12 insertions, 10 deletions
@@ -1,14 +1,16 @@ -Changes in version 1.0: +Changes in version 1.1: -New functions: - LZ_decompress_member_finished. - LZ_decompress_member_version. - LZ_decompress_dictionary_size. - LZ_decompress_data_crc. +Compression time has been reduced by 2%. -Variables declared "extern" have been encapsulated in a namespace. +All declarations not belonging to the API have been encapsulated in the +namespace "Lzlib". -A warning about fchown's return value being ignored has been fixed. +New tests have been added to the testsuite. -Input_buffer has been integrated in Range_decoder, simplifying the code -and making decompression slightly faster. +Match length limits set by options -1 to -9 of minilzip have been +changed to match those of lzip 1.11. + +Minilzip now sets stdin and stdout in binary mode on OS2. + +The file bbexample.cc, containing example functions for buffer-to-buffer +compression/decompression, has been added. |