summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2018-04-29 18:15:37 +0300
committerLasse Collin <lasse.collin@tukaani.org>2018-04-29 18:30:48 +0300
commitb8139e11c512bbf32bf58ab0689f9bb6c52819da (patch)
tree3f13a57f0775e55514365f4c9b741e88103c517e /NEWS
parent47b59d47cfd904a420fbd45629d168ca1973721d (diff)
downloadxz-b8139e11c512bbf32bf58ab0689f9bb6c52819da.tar.gz
Add NEWS for 5.2.4.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS27
1 files changed, 27 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2611681..f2a1ad3 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,33 @@
XZ Utils Release Notes
======================
+5.2.4 (2018-04-29)
+
+ * liblzma:
+
+ - Allow 0 as memory usage limit instead of returning
+ LZMA_PROG_ERROR. Now 0 is treated as if 1 byte was specified,
+ which effectively is the same as 0.
+
+ - Use "noexcept" keyword instead of "throw()" in the public
+ headers when a C++11 (or newer standard) compiler is used.
+
+ - Added a portability fix for recent Intel C Compilers.
+
+ - Microsoft Visual Studio build files have been moved under
+ windows/vs2013 and windows/vs2017.
+
+ * xz:
+
+ - Fix "xz --list --robot missing_or_bad_file.xz" which would
+ try to print an unitialized string and thus produce garbage
+ output. Since the exit status is non-zero, most uses of such
+ a command won't try to interpret the garbage output.
+
+ - "xz --list foo.xz" could print "Internal error (bug)" in a
+ corner case where a specific memory usage limit had been set.
+
+
5.2.3 (2016-12-30)
* xz: