summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-11-18 05:30:50 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-11-18 05:30:50 +0000
commite9241c88969da8282025e4f44479e8c7496f7227 (patch)
tree15e7747df34ade04fb14bac85a8fed6aa36f9621 /ChangeLog
parentAdding upstream version 1.14. (diff)
downloadlunzip-e9241c88969da8282025e4f44479e8c7496f7227.tar.xz
lunzip-e9241c88969da8282025e4f44479e8c7496f7227.zip
Adding upstream version 1.15~rc1.upstream/1.15_rc1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog30
1 files changed, 19 insertions, 11 deletions
diff --git a/ChangeLog b/ChangeLog
index 60453fb..6782d3f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2024-11-17 Antonio Diaz Diaz <antonio@gnu.org>
+
+ * Version 1.15-rc1 released.
+ * Remove options '--empty-error' and '--marking-error'.
+ * main.c (Pp_free): New function.
+ * decoder.c (LZd_decode_member): Remove support for Sync Flush marker.
+ * check.sh: Use 'cp' instead of 'cat'.
+ * testsuite: Add em.lz, fox_nz.lz.
+ Remove fox6.lz, fox6_mark.lz, test_em.txt.lz.
+
2024-01-21 Antonio Diaz Diaz <antonio@gnu.org>
* Version 1.14 released.
@@ -43,13 +53,13 @@
2018-02-05 Antonio Diaz Diaz <antonio@gnu.org>
* Version 1.10 released.
- * main.c: New option '--loose-trailing'.
+ * New option '--loose-trailing'.
* Improve corrupt header detection to HD=3.
* main.c: Show corrupt or truncated header in multimember file.
+ (main): Show final diagnostic when testing multiple files.
* Replace 'bits/byte' with inverse compression ratio in output.
* Show progress of decompression at verbosity level 2 (-vv).
* Show progress of decompression only if stderr is a terminal.
- * main.c: Show final diagnostic when testing multiple files.
* decoder.c (LZd_verify_trailer): Show stored sizes also in hex.
Show dictionary size at verbosity level 4 (-vvvv).
@@ -67,17 +77,15 @@
2016-05-12 Antonio Diaz Diaz <antonio@gnu.org>
* Version 1.8 released.
- * main.c: New option '-a, --trailing-error'.
+ * New option '-a, --trailing-error'.
* main.c (main): With '-u', check that output file is regular.
- * main.c (decompress): Print up to 6 bytes of trailing data
- when '-vvvv' is specified.
+ (main): Delete '--output' file if infd is a terminal.
+ (main): Don't use stdin more than once.
+ (decompress): Print 6 bytes of trailing data at verbosity level 4.
* decoder.c (LZd_verify_trailer): Remove test of final code.
- * main.c (main): Delete '--output' file if infd is a terminal.
- * main.c (main): Don't use stdin more than once.
* Error messages synced with lzip-1.18.
* 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-27 Antonio Diaz Diaz <antonio@gnu.org>
@@ -93,7 +101,7 @@
2014-04-11 Antonio Diaz Diaz <antonio@gnu.org>
* Version 1.5 released.
- * main.c: New option '-u, --buffer-size' (low memory mode).
+ * New option '-u, --buffer-size' (low memory mode).
* main.c (close_and_set_permissions): Behave like 'cp -p'.
2013-09-17 Antonio Diaz Diaz <antonio@gnu.org>
@@ -115,7 +123,7 @@
* Version 1.2 released.
* Decompression time has been reduced by 12%.
* Makefile.in: New targets 'install-as-lzip' and 'install-bin'.
- * main.c: Use 'setmode' instead of '_setmode' on Windows and OS/2.
+ * (main): Use 'setmode' instead of '_setmode' on Windows and OS/2.
2012-02-26 Antonio Diaz Diaz <ant_diaz@teleline.es>