diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 13:45:24 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 13:45:24 +0000 |
commit | 53d61f05fc82d86829666485c0012780c1c93da2 (patch) | |
tree | ec05873b6fec3fd5f57543449a1a459ccd5190f0 /NEWS | |
parent | Adding upstream version 1.1. (diff) | |
download | lzlib-53d61f05fc82d86829666485c0012780c1c93da2.tar.xz lzlib-53d61f05fc82d86829666485c0012780c1c93da2.zip |
Adding upstream version 1.2.upstream/1.2
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 20 |
1 files changed, 7 insertions, 13 deletions
@@ -1,16 +1,10 @@ -Changes in version 1.1: +Changes in version 1.2: -Compression time has been reduced by 2%. +For large values of "--match-length", compression ratio has been +slightly increased and compression time has been reduced by up to 6%. -All declarations not belonging to the API have been encapsulated in the -namespace "Lzlib". +The option "-F, --recompress", which forces recompression of files whose +name already has the ".lz" or ".tlz" suffix, has been added to minilzip. -New tests have been added to the testsuite. - -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. +"make install" no more tries to run "/sbin/ldconfig" on systems lacking +it. |