diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 13:46:00 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 13:46:00 +0000 |
commit | 4b2126b14346d29e15ddd4867930e96c857e168c (patch) | |
tree | 5d7d29e06e931313b47e55c2baf16914efdd62e5 /NEWS | |
parent | Adding debian version 1.2-1. (diff) | |
download | lzlib-4b2126b14346d29e15ddd4867930e96c857e168c.tar.xz lzlib-4b2126b14346d29e15ddd4867930e96c857e168c.zip |
Merging upstream version 1.3.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to '')
-rw-r--r-- | NEWS | 15 |
1 files changed, 8 insertions, 7 deletions
@@ -1,10 +1,11 @@ -Changes in version 1.2: +Changes in version 1.3: -For large values of "--match-length", compression ratio has been -slightly increased and compression time has been reduced by up to 6%. +Lzlib has been translated to C from the C++ source of lzlib 1.2. This +has been done to avoid the dependency on libstdc++, making lzlib useful +in more environments. -The option "-F, --recompress", which forces recompression of files whose -name already has the ".lz" or ".tlz" suffix, has been added to minilzip. +Quote characters in messages have been changed as advised by GNU Coding +Standards. -"make install" no more tries to run "/sbin/ldconfig" on systems lacking -it. +Configure option "--datadir" has been renamed to "--datarootdir" to +follow GNU Standards. |