diff options
author | Daniel Baumann <daniel@debian.org> | 2025-02-05 17:06:20 +0000 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2025-02-05 17:06:20 +0000 |
commit | 2f49c81258350aefe289237c46300f22f5bc7b88 (patch) | |
tree | e1aa15945c173b261bcaf9b50743535426acfe79 /NEWS | |
parent | Adding upstream version 1.9. (diff) | |
download | lzip-2f49c81258350aefe289237c46300f22f5bc7b88.tar.xz lzip-2f49c81258350aefe289237c46300f22f5bc7b88.zip |
Adding upstream version 1.10.upstream/1.10
Signed-off-by: Daniel Baumann <daniel@debian.org>
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. |