summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-12-09 04:37:50 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-12-09 04:37:50 +0000
commit785682065c25d6006c9196b7ccf0ba1c3bfd20e4 (patch)
tree29efb1a137901fb4334b8f9641a84d54d758ed3c /NEWS
parentReleasing debian version 1.13-3. (diff)
downloadzutils-785682065c25d6006c9196b7ccf0ba1c3bfd20e4.tar.xz
zutils-785682065c25d6006c9196b7ccf0ba1c3bfd20e4.zip
Merging upstream version 1.14~rc1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS22
1 files changed, 6 insertions, 16 deletions
diff --git a/NEWS b/NEWS
index 0f83afd..3ca3953 100644
--- a/NEWS
+++ b/NEWS
@@ -1,18 +1,8 @@
-Changes in version 1.13:
+Changes in version 1.14:
-The detection of bzip2 files with no compressed blocks has been fixed.
-(Error introduced in version 1.9).
+'zupdate --recursive --destdir=dir' now keeps the file name component
+following the last slash in directory arguments;
+'../a' recompresses the file ../a/b.gz to dir/a/b.lz, while
+'../a/' recompresses the file ../a/b.gz to dir/b.lz.
-When zcat, zcmp, zdiff, or zgrep need to try compressed file names, gzip
-(.gz) is now tried before bzip2 (.bz2).
-
-When only one compressed file is passed to zcmp or zdiff, they now try to
-compare it with a compressed file of any of the remaining formats if the
-corresponding uncompressed file does not exist.
-
-zcmp now reports EOF on empty file like GNU cmp:
-"zcmp: EOF on FILE which is empty".
-
-File diagnostics in zupdate have been reformatted as 'PROGRAM: FILE: MESSAGE'.
-
-The variable MAKEINFO has been added to configure and Makefile.in.
+The chapter 'Syntax of command-line arguments' has been added to the manual.