aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJia Tan <jiat0218@gmail.com>2023-05-02 20:39:37 +0800
committerJia Tan <jiat0218@gmail.com>2023-05-04 21:55:07 +0800
commitdbb481270a78c99514f92bb3e7e09ed9ce9df266 (patch)
tree6696bb56f518465a141e845ef57f8bd2b4d88c53
parentTranslations: Update the Croatian translation. (diff)
downloadxz-dbb481270a78c99514f92bb3e7e09ed9ce9df266.tar.xz
Add NEWS for 5.2.12.
-rw-r--r--NEWS14
1 files changed, 14 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e53214cd..409f34da 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,20 @@
XZ Utils Release Notes
======================
+5.2.12 (2023-05-04)
+
+ * Fixed a build system bug that prevented building liblzma as a
+ shared library when configured with --disable-threads. This bug
+ affected releases 5.2.6 to 5.2.11 and 5.4.0 to 5.4.2.
+
+ * Include <intrin.h> for Windows intrinsic functions where they are
+ needed. This fixed a bug that prevented building liblzma using
+ clang-cl on Windows.
+
+ * Minor update to the Croatian translation. The small change
+ applies to a string in both 5.2 and 5.4 branches.
+
+
5.2.11 (2023-03-18)
* Removed all possible cases of null pointer + 0. It is undefined