summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2012-06-22 10:25:09 +0300
committerLasse Collin <lasse.collin@tukaani.org>2012-06-22 10:25:09 +0300
commit433fec191a17e45690809e54146ea7a773f54cff (patch)
treed81245e3bb4eb066155330e279c8508b739e21b6
parent711fa680f552a4003df73b37e6dc4d6e00b47bcd (diff)
downloadxz-433fec191a17e45690809e54146ea7a773f54cff.tar.gz
Update NEWS for 5.0.4.
-rw-r--r--NEWS25
1 files changed, 19 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index be5ea1f..4420b6a 100644
--- a/NEWS
+++ b/NEWS
@@ -2,14 +2,25 @@
XZ Utils Release Notes
======================
-5.0.4 (xxxx-xx-xx)
+5.0.4 (2012-06-22)
- * liblzma: Fix lzma_index_init(). It could crash if memory allocation
- failed.
+ * liblzma:
- * 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 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.
@@ -25,6 +36,8 @@ XZ Utils Release Notes
* 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)