summaryrefslogtreecommitdiffstats
path: root/ChangeLog
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 /ChangeLog
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 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 459ca03..1b897de 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2024-11-29 Antonio Diaz Diaz <antonio@gnu.org>
+
+ * Version 1.14-rc1 released.
+ * zupdate.cc: '-r -d' now keeps last component of dir arguments.
+ * zutils.texi: New chapter 'Syntax of command-line arguments'.
+ * check.sh: Use 'cp' instead of 'cat'.
+
2024-01-23 Antonio Diaz Diaz <antonio@gnu.org>
* Version 1.13 released.
@@ -110,7 +117,7 @@
* zdiff.cc (set_fifonames): Use '_' if both names are different.
* configure: Avoid warning on some shells when testing for g++.
* Makefile.in: Detect the existence of install-info.
- * check.sh: A POSIX shell is required to run the tests.
+ * check.sh: Require a POSIX shell.
2015-05-29 Antonio Diaz Diaz <antonio@gnu.org>