Adding upstream version 1.13~rc1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
6b4ef5ad72
commit
37db59353f
29 changed files with 472 additions and 517 deletions
15
ChangeLog
15
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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue