From 08f61403989fbf4630b307eb4355de59d99371f2 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 4 Jan 2024 16:44:17 +0000 Subject: [PATCH] docs: Further small revisions to libguestfs 1.52 release notes Updates: commit 68fcf11456558c83536c094b83728c3c93310fb3 --- docs/guestfs-release-notes-1.52.pod | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/guestfs-release-notes-1.52.pod b/docs/guestfs-release-notes-1.52.pod index 4b1efa319..52b25a834 100644 --- a/docs/guestfs-release-notes-1.52.pod +++ b/docs/guestfs-release-notes-1.52.pod @@ -33,8 +33,8 @@ Support OpencloudOS (cunshunxia@tencent). =head2 API -SELinux relabelling now runs in parallel if supported by the current -SELinux implementation, meaning it's a lot quicker (Andrey Drobyshev). +SELinux relabelling now runs in parallel, meaning it's a lot quicker +(Andrey Drobyshev). Add support for lzma and zstd compression methods in tar APIs (like C) (Zixun LI). @@ -59,7 +59,7 @@ which might have caused a crash on some platforms. =head2 Build changes The C file (which listed release dates) has been removed and -replaced with a simple C set in F<./configure>. This +replaced with a simple C macro in F<./configure>. This should simplify builds. Optionally L may be used for networking (Laszlo Ersek).