diff options
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 21 |
1 files changed, 15 insertions, 6 deletions
@@ -1,7 +1,16 @@ +2021-01-04 Antonio Diaz Diaz <antonio@gnu.org> + + * Version 1.2 released. + * lzd.cc (main): Verify also mismatches in member size. + Accept and ignore the option '-d' for compatibility with zutils. + Remove warning about "lzd not safe for real work". + Print license notice. + * testsuite: Add 10 new test files. + 2019-01-11 Antonio Diaz Diaz <antonio@gnu.org> * Version 1.1 released. - * File_* renamed to Lzip_*. + * Rename File_* to Lzip_*. * lzd.cc: Compile on DOS with DJGPP. * configure: Accept appending to CXXFLAGS, 'CXXFLAGS+=OPTIONS'. @@ -19,7 +28,7 @@ 2016-01-23 Antonio Diaz Diaz <antonio@gnu.org> * Version 0.8 released. - * Documented that lzip does not use 'literal_pos_state_bits'. + * Document that lzip does not use 'literal_pos_state_bits'. 2015-07-07 Antonio Diaz Diaz <antonio@gnu.org> @@ -39,7 +48,7 @@ 2013-08-01 Antonio Diaz Diaz <antonio@gnu.org> * Version 0.4 released. - * check.sh: Removed '/dev/full' from tests. + * check.sh: Remove '/dev/full' from tests. 2013-07-24 Antonio Diaz Diaz <antonio@gnu.org> @@ -49,15 +58,15 @@ 2013-05-06 Antonio Diaz Diaz <antonio@gnu.org> * Version 0.2 released. - * main.c: Added a missing '#include' for OS/2. + * main.c: Add a missing '#include' for OS/2. 2013-03-21 Antonio Diaz Diaz <ant_diaz@teleline.es> * Version 0.1 released. -Copyright (C) 2013-2019 Antonio Diaz Diaz. +Copyright (C) 2013-2021 Antonio Diaz Diaz. This file is a collection of facts, and thus it is not copyrightable, -but just in case, you have unlimited permission to copy, distribute and +but just in case, you have unlimited permission to copy, distribute, and modify it. |