diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 14:25:07 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 14:25:07 +0000 |
commit | e8593b7f607b8ae50a08983b474319dec6672cb7 (patch) | |
tree | 6d0b02efd5801987a58b9cc516c5b998362b888b /NEWS | |
parent | Initial commit. (diff) | |
download | lzd-e8593b7f607b8ae50a08983b474319dec6672cb7.tar.xz lzd-e8593b7f607b8ae50a08983b474319dec6672cb7.zip |
Adding upstream version 1.3.upstream/1.3upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,5 @@ +Changes in version 1.3: + +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. |