aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2022-12-13 17:41:03 +0200
committerLasse Collin <lasse.collin@tukaani.org>2022-12-13 17:41:03 +0200
commit0d2a2e0a545c3da2b3e9500f1e531eb903087245 (patch)
tree5be9b712e859e8b6c7bf2a41ff92d626d0dadc10 /NEWS
parentTests: Fix a typo in tests/files/README. (diff)
downloadxz-0d2a2e0a545c3da2b3e9500f1e531eb903087245.tar.xz
Add NEWS for 5.2.10.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS12
1 files changed, 12 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0196e943..bbe173c1 100644
--- a/NEWS
+++ b/NEWS
@@ -357,6 +357,18 @@ XZ Utils Release Notes
(FreeBSD >= 10).
+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: