diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2012-05-29 13:10:36 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2012-05-29 13:10:36 +0300 |
commit | 556c22dfed195c1466b298183b850d6c28544900 (patch) | |
tree | 62fb85f270d59868d1eb0e9f438c63cbb898b7cc | |
parent | liblzma: Fix possibility of incorrect LZMA_BUF_ERROR. (diff) | |
download | xz-556c22dfed195c1466b298183b850d6c28544900.tar.xz |
Preliminary NEWS for 5.0.4.
-rw-r--r-- | NEWS | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -2,6 +2,30 @@ XZ Utils Release Notes ====================== +5.0.4 (xxxx-xx-xx) + + * liblzma: Fix lzma_index_init(). It could crash if memory allocation + failed. + + * liblzma: Fix the possibility of an incorrect LZMA_BUF_ERROR when + a BCJ filter is used and the application only provides exactly + as much output space as is the uncompressed size of the file. + + * Fix "xz -lvv foo.xz". It could crash on some corrupted files. + + * Fix output of "xz --robot -lv" and "xz --robot -lvv" which + incorrectly printed the filename also in the "foo (x/x)" format. + + * Fix exit status of "xzdiff foo.xz bar.xz". + + * Fix exit status of "xzgrep foo binary_file". + + * Fix portability to EBCDIC systems. + + * Fix a configure issue on AIX with the XL C compiler. See INSTALL + for details. + + 5.0.3 (2011-05-21) * liblzma fixes: |