34 lines
1.2 KiB
Diff
34 lines
1.2 KiB
Diff
From bf4fef4f2b45a2016c42094f8e4fe18abc8d90e2 Mon Sep 17 00:00:00 2001
|
|
From: "Richard W.M. Jones" <rjones@redhat.com>
|
|
Date: Wed, 21 May 2025 15:02:44 +0100
|
|
Subject: [PATCH] docs: Move release note about GNU gettext to build section
|
|
|
|
Fixes: commit 9b7410c220f1111e6acef88efbbaee3fea4019b8
|
|
Updates: commit 80ce443e5eb7323e9b7b5cef30b8f7673ca51d67
|
|
---
|
|
docs/guestfs-tools-release-notes-1.54.pod | 4 ++--
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/docs/guestfs-tools-release-notes-1.54.pod b/docs/guestfs-tools-release-notes-1.54.pod
|
|
index b44eb19a2..ab9062303 100644
|
|
--- a/docs/guestfs-tools-release-notes-1.54.pod
|
|
+++ b/docs/guestfs-tools-release-notes-1.54.pod
|
|
@@ -78,6 +78,8 @@ Some deprecated autoconf macros are no longer used.
|
|
|
|
Fix some issues when building on macOS (Mohamed Akram).
|
|
|
|
+Fix compatibility with GNU gettext 0.25.
|
|
+
|
|
=head2 Internals
|
|
|
|
The tests were modified to use a set of common functions and remove
|
|
@@ -87,8 +89,6 @@ nbdkit.
|
|
Some internal OCaml List and String functions that we used have been
|
|
replaced by ones from the OCaml stdlib, reducing code maintenance.
|
|
|
|
-Fix compatibility with GNU gettext 0.25.
|
|
-
|
|
=head2 Bugs fixed
|
|
|
|
=begin comment
|