summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJia Tan <jiat0218@gmail.com>2023-03-18 22:16:09 +0800
committerJia Tan <jiat0218@gmail.com>2023-03-18 22:24:49 +0800
commit05b0a071b63e024029f8ae87e27a1c4f4e0d09bc (patch)
treecb548d25d655955bddcacd48a52a2031ca15860c
parent84b8cd3ffc6a9eb4c48b3d81a7bc49ec9af06bb2 (diff)
downloadxz-05b0a071b63e024029f8ae87e27a1c4f4e0d09bc.tar.gz
Add NEWS for 5.2.11.
-rw-r--r--NEWS27
1 files changed, 27 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d92fa88..e53214c 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,33 @@
XZ Utils Release Notes
======================
+5.2.11 (2023-03-18)
+
+ * Removed all possible cases of null pointer + 0. It is undefined
+ behavior in C99 and C17. This was detected by a sanitizer and had
+ not caused any known issues.
+
+ * Build systems:
+
+ - Added a workaround for building with GCC on MicroBlaze Linux.
+ GCC 12 on MicroBlaze doesn't support the __symver__ attribute
+ even though __has_attribute(__symver__) returns true. The
+ build is now done without the extra RHEL/CentOS 7 symbols
+ that were added in XZ Utils 5.2.7. The workaround only
+ applies to the Autotools build (not CMake).
+
+ - CMake: Ensure that the C compiler language is set to C99 or
+ a newer standard.
+
+ - CMake changes from XZ Utils 5.4.1:
+
+ * Added a workaround for a build failure with
+ windres from GNU binutils.
+
+ * Included the Windows resource files in the xz
+ and xzdec build rules.
+
+
5.2.10 (2022-12-13)
* xz: Don't modify argv[] when parsing the --memlimit* and