summaryrefslogtreecommitdiff
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 22:15:30 +0800
commit77050b78364ffb6b0f129e742b7c31602d725c08 (patch)
tree14fb0b5a3e2cabcf871e7f37d574ceb77cfc5a9c
parent713e15e43eb6279a7ab4bbad3d1325ebfdcf09a0 (diff)
downloadxz-77050b78364ffb6b0f129e742b7c31602d725c08.tar.gz
Add NEWS for 5.2.12.
-rw-r--r--NEWS14
1 files changed, 14 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 47a8a7c..11bf770 100644
--- a/NEWS
+++ b/NEWS
@@ -677,6 +677,20 @@ XZ Utils Release Notes
(FreeBSD >= 10).
+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