diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 07:48:58 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 07:48:58 +0000 |
commit | a6d09be49119730dcd937e5563da7deed1d3f3c9 (patch) | |
tree | dfb893a5a7da419980d69c09f372ca05f3b3f0db /NEWS | |
parent | Adding debian version 1.9-1. (diff) | |
download | lzip-a6d09be49119730dcd937e5563da7deed1d3f3c9.tar.xz lzip-a6d09be49119730dcd937e5563da7deed1d3f3c9.zip |
Merging upstream version 1.10.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 13 |
1 files changed, 9 insertions, 4 deletions
@@ -1,7 +1,12 @@ -Changes in version 1.9: +Changes in version 1.10: -Lzip now returns at least 1 if closing stdout fails. +File specified with option "-o" is now created with write permission for +all if umask allows it, and deleted if lzip is interrupted by the user. -Lintian warnings in Debian about man pages have been fixed. +Regular files are now open in binary mode in non-POSIX platforms +defining the O_BINARY macro. -The "COPYING" file is no more used as data for testing. +Dictionary size for options -2, -3, -4 and -8 has been changed to +improve linearity of compressed sizes. + +Compiler warnings produced by over-optimization (-O3) have been fixed. |