diff options
author | Stefan Reinauer <reinauer@chromium.org> | 2012-11-03 11:45:19 +0000 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2012-12-06 13:56:38 -0700 |
commit | 5fe8380db3d5cd9f6c155f800616bdcb6dd34d18 (patch) | |
tree | f524efbd3295b47de94db23a168718c5c89f8100 /lib/lzma/history.txt | |
parent | 0851020479c8e5180f4a4a26856195e141acd63c (diff) | |
download | u-boot-imx-5fe8380db3d5cd9f6c155f800616bdcb6dd34d18.zip u-boot-imx-5fe8380db3d5cd9f6c155f800616bdcb6dd34d18.tar.gz u-boot-imx-5fe8380db3d5cd9f6c155f800616bdcb6dd34d18.tar.bz2 |
lzma: update to lzma sdk 9.20
Updated code taken from latest lzma sdk release 9.20 at
http://downloads.sourceforge.net/sevenzip/lzma920.tar.bz2
This generates quite a lot of checkpatch warnings, but I guess we
need to keep the code style as is to avoid a massive job each time we
update this.
Signed-off-by: Stefan Reinauer <reinauer@google.com>
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'lib/lzma/history.txt')
-rw-r--r-- | lib/lzma/history.txt | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/lib/lzma/history.txt b/lib/lzma/history.txt index aadf825..443511b 100644 --- a/lib/lzma/history.txt +++ b/lib/lzma/history.txt @@ -1,6 +1,41 @@ HISTORY of the LZMA SDK ----------------------- +9.18 beta 2010-11-02 +------------------------- +- New small SFX module for installers (SfxSetup). + + +9.12 beta 2010-03-24 +------------------------- +- The BUG in LZMA SDK 9.* was fixed: LZMA2 codec didn't work, + if more than 10 threads were used (or more than 20 threads in some modes). + + +9.11 beta 2010-03-15 +------------------------- +- PPMd compression method support + + +9.09 2009-12-12 +------------------------- +- The bug was fixed: + Utf16_To_Utf8 funstions in UTFConvert.cpp and 7zMain.c + incorrectly converted surrogate characters (the code >= 0x10000) to UTF-8. +- Some bugs were fixed + + +9.06 2009-08-17 +------------------------- +- Some changes in ANSI-C 7z Decoder interfaces. + + +9.04 2009-05-30 +------------------------- +- LZMA2 compression method support +- xz format support + + 4.65 2009-02-03 ------------------------- - Some minor fixes |