summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2012-06-22 19:00:23 +0300
committerLasse Collin <lasse.collin@tukaani.org>2012-06-22 19:00:23 +0300
commiteccd8017ffe2c5de473222c4963ec53c62f7fda2 (patch)
tree818402d8c8fb3ba60b17c45c54db83c2b1d65628 /NEWS
parent2e6754eac26a431e8d340c28906f63bcd1e177e8 (diff)
downloadxz-eccd8017ffe2c5de473222c4963ec53c62f7fda2.tar.gz
Update NEWS from 5.0.4.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS37
1 files changed, 37 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2986b51..cfe75dc 100644
--- a/NEWS
+++ b/NEWS
@@ -45,6 +45,43 @@ XZ Utils Release Notes
experimental and may change before it gets into a stable release.
+5.0.4 (2012-06-22)
+
+ * liblzma:
+
+ - Fix lzma_index_init(). It could crash if memory allocation
+ failed.
+
+ - 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 a bug in doc/examples_old/xz_pipe_decompress.c. It didn't
+ check if the last call to lzma_code() really returned
+ LZMA_STREAM_END, which made the program think that truncated
+ files are valid.
+
+ - New example programs in doc/examples (old programs are now in
+ doc/examples_old). These have more comments and more detailed
+ error handling.
+
+ * 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.
+
+ * Update French, German, Italian, and Polish translations.
+
+
5.0.3 (2011-05-21)
* liblzma fixes: