aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJia Tan <jiat0218@gmail.com>2023-08-02 20:30:07 +0800
committerJia Tan <jiat0218@gmail.com>2023-08-02 20:30:07 +0800
commit9ae4371b5106189486e850ce777e40f7b6021c0b (patch)
tree007a29e419c1cc6dd113f1f556326bb8bc4e3e8e /NEWS
parentbuild-aux/manconv.sh: Fix US-ASCII and UTF-8 output. (diff)
downloadxz-9ae4371b5106189486e850ce777e40f7b6021c0b.tar.xz
Add NEWS for 5.4.4.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS43
1 files changed, 43 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2c05f26a..b9007671 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,49 @@
XZ Utils Release Notes
======================
+5.4.4 (2023-08-02)
+
+ * liblzma and xzdec can now build against WASI SDK when threading
+ support is disabled. xz and tests don't build yet.
+
+ * CMake:
+
+ - Fixed a bug preventing other projects from including liblzma
+ multiple times using find_package().
+
+ - Don't create broken symlinks in Cygwin and MSYS2 unless
+ supported by the environment. This prevented building for the
+ default MSYS2 environment. The problem was introduced in
+ xz 5.4.0.
+
+ * Documentation:
+
+ - Small improvements to man pages.
+
+ - Small improvements and typo fixes for liblzma API
+ documentation.
+
+ * Tests:
+
+ - Added a new section to INSTALL to describe basic test usage
+ and address recent questions about building the tests when
+ cross compiling.
+
+ - Small fixes and improvements to the tests.
+
+ * Translations:
+
+ - Fixed a mistake that caused one of the error messages to not
+ be translated. This only affected versions 5.4.2 and 5.4.3.
+
+ - Updated the Chinese (simplified), Croatian, Esperanto, German,
+ Korean, Polish, Romanian, Spanish, Swedish, Ukrainian, and
+ Vietnamese translations.
+
+ - Updated the German, Korean, Romanian, and Ukrainian man page
+ translations.
+
+
5.4.3 (2023-05-04)
* All fixes from 5.2.12