summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2011-04-01 08:47:20 +0300
committerLasse Collin <lasse.collin@tukaani.org>2011-04-01 13:25:05 +0300
commit16889013214e7620d204b6e6c1bf9f3103a13655 (patch)
tree40be0f55c08a5e90e67251fb0631f69c2a3a1bb0 /NEWS
parent85cdf7dd4e97b078e7b929e47f55a7f1da36010f (diff)
downloadxz-16889013214e7620d204b6e6c1bf9f3103a13655.tar.gz
Updated NEWS for 5.0.2.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS18
1 files changed, 18 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3ef1120..10634f0 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,24 @@
XZ Utils User-Visible Changes
=============================
+5.0.2 (2011-04-01)
+
+ * LZMA2 decompressor now correctly accepts LZMA2 streams with no
+ uncompressed data. Previously it considered them corrupt. The
+ bug can affect applications that use raw LZMA2 streams. It is
+ very unlikely to affect .xz files because no compressor creates
+ .xz files with empty LZMA2 streams. (Empty .xz files are a
+ different thing than empty LZMA2 streams.)
+
+ * "xz --suffix=.foo filename.foo" now refuses to compress the
+ file due to it already having the suffix .foo. It was already
+ documented on the man page, but the code lacked the test.
+
+ * "xzgrep -l foo bar.xz" works now.
+
+ * Polish translation was added.
+
+
5.0.1 (2011-01-29)
* xz --force now (de)compresses files that have setuid, setgid,