summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-11-10 08:40:31 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-11-10 08:40:31 +0000
commit10e3a59a25eda2b93c796c47359853c5b8dfc6ea (patch)
treef9150853a6efb876658d94db232a755f1b44a44e /ChangeLog
parentReleasing debian version 1.13-2. (diff)
downloadpdlzip-10e3a59a25eda2b93c796c47359853c5b8dfc6ea.tar.xz
pdlzip-10e3a59a25eda2b93c796c47359853c5b8dfc6ea.zip
Merging upstream version 1.14~rc1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog38
1 files changed, 22 insertions, 16 deletions
diff --git a/ChangeLog b/ChangeLog
index bc4b2e7..abdeed0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2024-11-08 Antonio Diaz Diaz <antonio@gnu.org>
+
+ * Version 1.14-rc1 released.
+ * main.c (decompress): Return 2 if empty member in multimember file.
+ (Pp_free): New function.
+ * check.sh: Use 'cp' instead of 'cat'.
+
2024-01-21 Antonio Diaz Diaz <antonio@gnu.org>
* Version 1.13 released.
@@ -39,12 +46,12 @@
2018-02-04 Antonio Diaz Diaz <antonio@gnu.org>
* Version 1.9 released.
- * main.c: New option '--loose-trailing'.
- * main.c (decompress): Improve corrupt header detection to HD=3.
+ * New option '--loose-trailing'.
* Replace 'bits/byte' with inverse compression ratio in output.
- * main.c: Show final diagnostic when testing multiple files.
- * main.c: Do not add a second .lz extension to the arg of -o.
- * main.c (lzip_decode): Show stored sizes also in hex.
+ * main.c (decompress): Improve corrupt header detection to HD=3.
+ (main): Show final diagnostic when testing multiple files.
+ (set_c_outname): Do not add a second '.lz' to the arg of '-o'.
+ (lzip_decode): Show stored sizes also in hex.
Show dictionary size at verbosity level 4 (-vvvv).
2017-04-12 Antonio Diaz Diaz <antonio@gnu.org>
@@ -58,10 +65,9 @@
* Version 1.7 released.
* main.c: New option '-a, --trailing-error'.
* main.c (main): Delete '--output' file if infd is a terminal.
- * main.c (main): Don't use stdin more than once.
+ (main): Don't use stdin more than once.
* configure: Avoid warning on some shells when testing for gcc.
- * check.sh: A POSIX shell is required to run the tests.
- * check.sh: Don't check error messages.
+ * check.sh: Require a POSIX shell. Don't check error messages.
2015-05-26 Antonio Diaz Diaz <antonio@gnu.org>
@@ -78,16 +84,16 @@
2013-05-27 Antonio Diaz Diaz <antonio@gnu.org>
* Version 1.4 released.
+ * Decompression time has been reduced by 5%.
* main.c: New options '-f, --force', '-F, --recompress',
'-k, --keep', and '-o, --output'.
- * main.c: Accept more than one file in command line.
- * Decompression time has been reduced by 5%.
- * main.c: '--test' no longer needs '/dev/null'.
- * Fix return value of '-d' and '-t' in case of data error.
- * main.c: Change info shown at verbosity levels 2 and 3.
- * Ignore option '-n, --threads' for compatibility with plzip.
+ Accept more than one file in command line.
+ (main): '--test' no longer needs '/dev/null'.
+ (main): Fix return value of '-d' and '-t' in case of data error.
+ Change info shown at verbosity levels 2 and 3.
+ (main): Ignore option '-n, --threads' for compatibility with plzip.
* configure: Options now accept a separate argument.
- * configure: Rename 'datadir' to 'datarootdir'.
+ Rename 'datadir' to 'datarootdir'.
* Makefile.in: New targets 'install-as-lzip' and 'install-bin'.
2012-01-03 Antonio Diaz Diaz <ant_diaz@teleline.es>
@@ -95,7 +101,7 @@
* Version 1.3 released.
* Small change in '--help' output and man page.
* Change quote characters in messages as advised by GNU Standards.
- * main.c: Set stdin/stdout in binary mode on OS2.
+ * main.c (main): Set stdin/stdout in binary mode on OS2.
2011-01-05 Antonio Diaz Diaz <ant_diaz@teleline.es>