diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-01-25 13:41:02 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-01-25 13:41:02 +0000 |
commit | 45916b8c0bea9a451cf62116581ea253659dbea6 (patch) | |
tree | 6a17a4653d30f14f75a92a2a5dde67426ed35e87 /NEWS | |
parent | Adding upstream version 1.1. (diff) | |
download | lzd-45916b8c0bea9a451cf62116581ea253659dbea6.tar.xz lzd-45916b8c0bea9a451cf62116581ea253659dbea6.zip |
Adding upstream version 1.2.upstream/1.2
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 18 |
1 files changed, 13 insertions, 5 deletions
@@ -1,8 +1,16 @@ -Changes in version 1.1: +Changes in version 1.2: -All 'File_*' identifiers have been renamed to 'Lzip_*'. +Mismatches in member size are now verified. Lzd is now compliant with the +lzip specification; it verifies the 3 integrity factors. -Lzd now should compile on DOS with DJGPP. +Lzd now accepts (and ignores) the option '-d'. This allows it to be used as +argument to the option '--lz' of the tools from the zutils package. -The configure script now accepts appending options to CXXFLAGS using the -syntax 'CXXFLAGS+=OPTIONS'. +The warning about "lzd not safe for real work" has been removed. +(Lzd is safe, just not very convenient to use). + +10 new test files have been added to the testsuite. + +The source code of lzd is now used as a reference in the description of the +media type 'application/lzip'. +See http://datatracker.ietf.org/doc/draft-diaz-lzip |