diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 13:45:30 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 13:45:30 +0000 |
commit | b8470619016a1f87a6d2db4ce1857608dbd2fb21 (patch) | |
tree | 5dff6f0557f7da575ab9c0ace0c8bc8b0e80fc81 /NEWS | |
parent | Adding debian version 1.1-4. (diff) | |
download | lzlib-b8470619016a1f87a6d2db4ce1857608dbd2fb21.tar.xz lzlib-b8470619016a1f87a6d2db4ce1857608dbd2fb21.zip |
Merging upstream version 1.2.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to '')
-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. |