summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-01-23 05:17:11 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-01-23 05:17:11 +0000
commit7e445aeab02f28b8020e60ec3695183b738b4f58 (patch)
tree614aa1cdea21ea177f354a638f5a6584bce0d294 /NEWS
parentReleasing debian version 1.3-2. (diff)
downloadlzd-7e445aeab02f28b8020e60ec3695183b738b4f58.tar.xz
lzd-7e445aeab02f28b8020e60ec3695183b738b4f58.zip
Merging upstream version 1.4.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 3 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 2416499..be2c30b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,4 @@
-Changes in version 1.3:
+Changes in version 1.4:
-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.
+Define constants 'header_size' and 'trailer_size' instead of using 6 and 20.
+(Lzd is supposed to be educational, and using numbers is bad practice).