From 4a7ca0d67ee2e5439ec58d55f6214bcb31ddd2b4 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 3 Mar 2024 15:05:09 +0100 Subject: Merging upstream version 1.24.1. Signed-off-by: Daniel Baumann --- doc/lzip.texi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/lzip.texi') diff --git a/doc/lzip.texi b/doc/lzip.texi index 6d5cf77..865a413 100644 --- a/doc/lzip.texi +++ b/doc/lzip.texi @@ -6,8 +6,8 @@ @finalout @c %**end of header -@set UPDATED 26 January 2024 -@set VERSION 1.24 +@set UPDATED 1 March 2024 +@set VERSION 1.24.1 @dircategory Compression @direntry @@ -711,7 +711,7 @@ Lzip currently implements two variants of the LZMA algorithm: fast (used by option @option{-0}) and normal (used by all other compression levels). The high compression of LZMA comes from combining two basic, well-proven -compression ideas: sliding dictionaries (LZ77) and markov models (the thing +compression ideas: sliding dictionaries (LZ77) and Markov models (the thing used by every compression algorithm that uses a range encoder or similar order-0 entropy coder as its last stage) with segregation of contexts according to what the bits are used for. -- cgit v1.2.3