1
0
Fork 0

Adding upstream version 1.14.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-21 11:15:17 +01:00
parent 204cd23cae
commit c78d56fd7a
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
9 changed files with 79 additions and 56 deletions

View file

@ -1,21 +1,13 @@
2013-04-26 Antonio Diaz Diaz <antonio@gnu.org>
2013-05-31 Antonio Diaz Diaz <antonio@gnu.org>
* Version 1.14-rc3 released.
* Version 1.14 released.
* Added new option '-i, --ignore-errors'.
* split.cc: Use as few digits as possible in file names.
* split.cc: In verbose mode show names of files being created.
2013-03-25 Antonio Diaz Diaz <ant_diaz@teleline.es>
* Version 1.14-rc2 released.
* Minor fixes.
* main.cc (show_header): Show header version if verbosity >= 4.
2013-02-27 Antonio Diaz Diaz <ant_diaz@teleline.es>
* Version 1.14-rc1 released.
* Option '-l, --list' now accepts more than one file.
* Decompression time has been reduced by 12%.
* split.cc: Use as few digits as possible in file names.
* split.cc: In verbose mode show names of files being created.
* main.cc (show_header): Show header version if verbosity >= 4.
* configure: Options now accept a separate argument.
* Makefile.in: Added new target 'install-as-lzip'.
* Makefile.in: Added new target 'install-bin'.
* main.cc: Use 'setmode' instead of '_setmode' on Windows and OS/2.