summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-11-05 18:38:04 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-11-05 18:38:16 +0000
commit3687e1b490ffcc6b4ec40c3474c4ba9f21fccb18 (patch)
treeaf854df24c50005641f16c308d3b0fd995831c29 /NEWS
parentReleasing debian version 1.2-7. (diff)
downloadlzd-3687e1b490ffcc6b4ec40c3474c4ba9f21fccb18.tar.xz
lzd-3687e1b490ffcc6b4ec40c3474c4ba9f21fccb18.zip
Merging upstream version 1.3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS19
1 files changed, 4 insertions, 15 deletions
diff --git a/NEWS b/NEWS
index f1893b8..2416499 100644
--- a/NEWS
+++ b/NEWS
@@ -1,16 +1,5 @@
-Changes in version 1.2:
+Changes in version 1.3:
-Mismatches in member size are now verified. Lzd is now compliant with the
-lzip specification; it verifies the 3 integrity factors.
-
-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 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
+Lzd now discards the first byte of the LZMA stream explicity (instead of
+shifting 1 extra byte in the initialization of 'code') to make the intent
+clearer.