]> git.ipfire.org Git - thirdparty/xz.git/commitdiff
Add NEWS for 5.2.10.
authorLasse Collin <lasse.collin@tukaani.org>
Tue, 13 Dec 2022 11:02:15 +0000 (13:02 +0200)
committerLasse Collin <lasse.collin@tukaani.org>
Tue, 13 Dec 2022 11:02:15 +0000 (13:02 +0200)
NEWS

diff --git a/NEWS b/NEWS
index ebb303084403445088ec97dfedf0461a6e5b5077..d92fa88a835180af5d6ff22ad0e240d6468f81af 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,18 @@
 XZ Utils Release Notes
 ======================
 
+5.2.10 (2022-12-13)
+
+    * xz: Don't modify argv[] when parsing the --memlimit* and
+      --block-list command line options. This fixes confusing
+      arguments in process listing (like "ps auxf").
+
+    * GNU/Linux only: Use __has_attribute(__symver__) to detect if
+      that attribute is supported. This fixes build on Mandriva where
+      Clang is patched to define __GNUC__ to 11 by default (instead
+      of 4 as used by Clang upstream).
+
+
 5.2.9 (2022-11-30)
 
     * liblzma: