summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2025-02-05 17:06:49 +0000
committerDaniel Baumann <daniel@debian.org>2025-02-05 17:06:49 +0000
commitc4693765d6f4ddfab8fd90f997a3091e0a4506d5 (patch)
tree09b115949342f02db8a68145f289e978c0478836 /NEWS
parentUpdating to standards 3.8.4. (diff)
downloadlzip-c4693765d6f4ddfab8fd90f997a3091e0a4506d5.tar.xz
lzip-c4693765d6f4ddfab8fd90f997a3091e0a4506d5.zip
Merging upstream version 1.10.
Signed-off-by: Daniel Baumann <daniel@debian.org>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS13
1 files changed, 9 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 413e340..b70b85b 100644
--- a/NEWS
+++ b/NEWS
@@ -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.