From 1c2b94f09521698ac35fc282f7e03b8cedbf094b Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 13 May 2025 13:14:00 +0100 Subject: [PATCH] docs: Update release notes for 1.56 --- docs/guestfs-release-notes-1.56.pod | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/guestfs-release-notes-1.56.pod b/docs/guestfs-release-notes-1.56.pod index 12380df0d..bab14c139 100644 --- a/docs/guestfs-release-notes-1.56.pod +++ b/docs/guestfs-release-notes-1.56.pod @@ -18,6 +18,8 @@ Add support for TencentOS (Denise Cheng). Inspection of Ubuntu 22+ guests that use a split F configuration now works properly (thanks Jaroslav Spanko, Daniel Berrange). +Inspecting guests that have duplicated root mountpoints now works. + =head2 API New C and C APIs which allow you to capture @@ -66,6 +68,9 @@ dependencies (thanks Mohamed Akram). When using C<./configure --disable-daemon> we no longer require augeas and hivex (thanks Mohamed Akram). +C support has been dropped. The project is unmaintained +upstream. + =head2 Internals The tests were modified to use a set of common functions and remove @@ -86,6 +91,9 @@ Some deprecated autoconf macros are no longer used. We no longer emit a false warning about C when creating a block device. +Some internal OCaml List and String functions that we used have been +replaced by ones from the OCaml stdlib, reducing code maintenance. + =head2 Bugs fixed =begin comment @@ -116,6 +124,11 @@ fstrim on a RHEL 7.2-created XFS filesystem does not trim as much as expected Run fstrim twice to work around incorrect fstrim behaviour in RHEL 9 kernel +=item L + +virt-v2v fails with mount exited with status 32: mount: /sysroot: +/dev/sda2 already mounted on /sysroot. [rhel-9.7] + =item L 1.54.0: gdisk/test-expand-gpt.pl fails -- 2.47.1