summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-01-23 05:54:13 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-01-23 05:54:13 +0000
commite50d8921980602c5569b31dd9d12a24b43a196e8 (patch)
treed7240fd2cd209b129f72dac13832b6cfce13dc76 /ChangeLog
parentReleasing debian version 1.12-3. (diff)
downloadzutils-e50d8921980602c5569b31dd9d12a24b43a196e8.tar.xz
zutils-e50d8921980602c5569b31dd9d12a24b43a196e8.zip
Merging upstream version 1.13~rc1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 13 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index de510fd..05db9f6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2023-12-31 Antonio Diaz Diaz <antonio@gnu.org>
+
+ * Version 1.13-rc1 released.
+ * zutils.cc (test_format): Fix detection of bzip2 with no blocks.
+ * rc.h (format_order): Put fmt_gz before fmt_bz2.
+ * zcmpdiff.cc (open_other_instream): Try also other compressed formats.
+ * zcmp.cc (cmp): Report EOF on empty file like GNU cmp.
+ * zupdate.cc: Reformat file diagnostics as 'PROGRAM: FILE: MESSAGE'.
+ * Replace 'verify' with 'check'.
+ * configure, Makefile.in: New variable 'MAKEINFO'.
+
2023-01-07 Antonio Diaz Diaz <antonio@gnu.org>
* Version 1.12 released.
@@ -113,7 +124,7 @@
* Version 1.3 released.
* check.sh: Fix two values of expected exit status.
- * zutils.texi: Document that '--format' does not verify format.
+ * zutils.texi: Document that '--format' does not check format.
* Add two missing #includes.
* Change license to GPL version 2 or later.
@@ -175,7 +186,7 @@
* ztest.cc: New file implementing ztest functionality in C++.
* Makefile.in: Add quotes to directory names.
* check.sh: Use 'test.txt' instead of 'COPYING' for testing.
- * Remove environment safeguards from configure as requested by
+ * configure: Remove environment safeguards as requested by
Richard Stallman. Now environment variables affect configure.
2009-10-21 Antonio Diaz Diaz <ant_diaz@teleline.es>