Version 1.45.1.

This commit is contained in:
Richard W.M. Jones
2021-03-03 12:35:48 +00:00
parent e743fb94d6
commit a009a4cf6f
4 changed files with 70 additions and 51 deletions

50
BUGS
View File

@@ -1,5 +1,5 @@
NOTE: This file is automatically generated from "update-bugs.sh".
Last updated: 2021-01-06
Last updated: 2021-03-03
This contains a local list of the bugs that are open against
libguestfs. Bugs are tracked in the Red Hat Bugzilla database
@@ -413,6 +413,9 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix.
1575523 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1575523
RFE: Virt-builder-repository should create configure file automatically for user
1578709 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1578709
part-get-gpt-attributes should return an error for MBR partitions
1590395 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1590395
RFE: Add 'vgextend' to guestfish interface
@@ -554,9 +557,6 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix.
1804673 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1804673
Document that libvirtd must be running for disk conversion with OpenStack output with virt-v2v
1808977 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1808977
[RFE] Add support for BitLocker encrypted disks with password
1808980 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1808980
[RFE] Add support for BitLocker encrypted disks with network unlock
@@ -602,12 +602,6 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix.
1884151 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1884151
libguestfs-1.43.2-1.fc34 FTBFS in local mock: cp: missing file operand
1887434 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1887434
seal template not working for rhel8 on on rhv 4.4.1 with compatibility mode 4.4
1906046 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1906046
Rebase for av-8.4
1910039 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1910039
virt-dib doesn't work with newer diskimage-builder version on RHEL8
@@ -617,6 +611,18 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix.
1911177 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1911177
virt-builder + virt-install creates a VM that cannot boot fedora 33
1916544 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1916544
virt-sysprep doesn't work with ca-certificates operation
1922778 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1922778
[RFE] : There should be a check in place to check the "Firmware type"
1923971 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1923971
free(): invalid pointer in libguestfs Python bindings
1933640 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1933640
[Regression] lvcreate fails to wipe signatures again
503134 ASSIGNED https://bugzilla.redhat.com/show_bug.cgi?id=503134
guestfish's list splitting does not recognize internal quoting
@@ -635,7 +641,10 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix.
1791353 ASSIGNED https://bugzilla.redhat.com/show_bug.cgi?id=1791353
RFE: virt-sparsify should support sparsifying LUKS-encrypted guests
(205 bugs)
1794518 ASSIGNED https://bugzilla.redhat.com/show_bug.cgi?id=1794518
setfiles fails on file /etc/.ip with ext4 immutable bit set
(208 bugs)
--------------------------------------------------
Bugs in MODIFIED, POST or ON_QA state are fixed.
@@ -656,17 +665,26 @@ You can help by testing the fixes.
1664318 MODIFIED https://bugzilla.redhat.com/show_bug.cgi?id=1664318
Upgrade libguestfs package to 1.39.14
1384241 ON_QA https://bugzilla.redhat.com/show_bug.cgi?id=1384241
The tar-in command does not allow restoring file capabilities
(6 bugs)
(5 bugs)
--------------------------------------------------
These bugs are in the VERIFIED state.
1384241 VERIFIED https://bugzilla.redhat.com/show_bug.cgi?id=1384241
The tar-in command does not allow restoring file capabilities
1808977 VERIFIED https://bugzilla.redhat.com/show_bug.cgi?id=1808977
[RFE] Add support for BitLocker encrypted disks with password
1828952 VERIFIED https://bugzilla.redhat.com/show_bug.cgi?id=1828952
virt-customize --selinux-relabel (and other tools) do not work if SELINUXTYPE != targeted
(1 bugs)
1906046 VERIFIED https://bugzilla.redhat.com/show_bug.cgi?id=1906046
Rebase for av-8.4
1930996 VERIFIED https://bugzilla.redhat.com/show_bug.cgi?id=1930996
[Regression] lvcreate fails to wipe signatures again
(5 bugs)
End of BUGS file.

View File

@@ -2,6 +2,7 @@
# in the form <version> <date>. If you update the version field (in
# configure.ac) you must also add the current date to this file.
1.45.1 2021-03-03
1.44.0 2021-01-06
1.43.4 2021-01-05
1.43.3 2020-12-01

View File

@@ -19,8 +19,8 @@
# add extra information using --with-extra="..." which may be any
# freeform string.
m4_define([libguestfs_major], [1])
m4_define([libguestfs_minor], [44])
m4_define([libguestfs_release], [0])
m4_define([libguestfs_minor], [45])
m4_define([libguestfs_release], [1])
AC_INIT([libguestfs],libguestfs_major.libguestfs_minor.libguestfs_release)

View File

@@ -6,10 +6,10 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: libguestfs 1.44.0\n"
"Project-Id-Version: libguestfs 1.45.1\n"
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
"component=libguestfs&product=Virtualization+Tools\n"
"POT-Creation-Date: 2021-01-06 10:17+0000\n"
"POT-Creation-Date: 2021-03-03 10:57+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -3616,17 +3616,17 @@ msgstr ""
msgid "%s: %s: integer out of range\n"
msgstr ""
#: common/mltools/getopt-c.c:385
#: common/mltools/getopt-c.c:388
#, c-format
msgid "%s: %s is not allowed for -%c; allowed values are:\n"
msgstr ""
#: common/mltools/getopt-c.c:388
#: common/mltools/getopt-c.c:391
#, c-format
msgid "%s: %s is not allowed for %s%s; allowed values are:\n"
msgstr ""
#: common/mltools/getopt-c.c:423
#: common/mltools/getopt-c.c:426
#, c-format
msgid "Extra parameter on the command line: %s.\n"
msgstr ""
@@ -7670,50 +7670,50 @@ msgid ""
"To see full error messages you may need to enable debugging.\n"
msgstr ""
#: lib/fuse.c:982
#: lib/fuse.c:972
msgid "filesystem is already mounted in another thread"
msgstr ""
#: lib/fuse.c:1006
#: lib/fuse.c:996
#, c-format
msgid "fuse_opt_add_arg: %s"
msgstr ""
#: lib/fuse.c:1023
#: lib/fuse.c:1013
#, c-format
msgid "fuse_mount failed: %s, see error messages above"
msgstr ""
#: lib/fuse.c:1042
#: lib/fuse.c:1032
#, c-format
msgid "fuse_new: %s"
msgstr ""
#: lib/fuse.c:1071
#: lib/fuse.c:1061
msgid "you must call guestfs_mount_local first"
msgstr ""
#: lib/fuse.c:1082
#: lib/fuse.c:1072
#, c-format
msgid ""
"you must call guestfs_mount first to mount a filesystem on '/'.\n"
"Note: %s is still mounted. Use guestunmount %s to clean up."
msgstr ""
#: lib/fuse.c:1092
#: lib/fuse.c:1082
#, c-format
msgid "fuse_loop: %s"
msgstr ""
#: lib/fuse.c:1143
#: lib/fuse.c:1133
msgid "no filesystem is mounted"
msgstr ""
#: lib/fuse.c:1262
#: lib/fuse.c:1252
msgid "could not initialize dir cache hashtables"
msgstr ""
#: lib/fuse.c:1517
#: lib/fuse.c:1507
msgid ""
"FUSE is not supported in this build of libguestfs because libfuse was not "
"found when libguestfs was compiled"
@@ -7891,56 +7891,56 @@ msgstr ""
msgid "unable to parse domain capabilities XML returned by libvirt"
msgstr ""
#: lib/launch-libvirt.c:1431
#: lib/launch-libvirt.c:1440
msgid "iface parameter is not supported by the libvirt backend"
msgstr ""
#: lib/launch-libvirt.c:1477 lib/launch-libvirt.c:1735 lib/qemu.c:816
#: lib/launch-libvirt.c:1486 lib/launch-libvirt.c:1744 lib/qemu.c:822
#, c-format
msgid "realpath: could not convert %s to absolute path"
msgstr ""
#: lib/launch-libvirt.c:1560
#: lib/launch-libvirt.c:1569
msgid ""
"libvirt does not support the qemu curl driver protocols (ftp, http, etc.); "
"try setting LIBGUESTFS_BACKEND=direct"
msgstr ""
#: lib/launch-libvirt.c:1946
#: lib/launch-libvirt.c:1955
msgid "could not define libvirt secret"
msgstr ""
#: lib/launch-libvirt.c:1957
#: lib/launch-libvirt.c:1966
msgid "rbd protocol secret must be base64 encoded"
msgstr ""
#: lib/launch-libvirt.c:1961
#: lib/launch-libvirt.c:1970
#, c-format
msgid "base64_decode_alloc: %m"
msgstr ""
#: lib/launch-libvirt.c:1982
#: lib/launch-libvirt.c:1991
msgid "could not set libvirt secret value"
msgstr ""
#: lib/launch-libvirt.c:1995
#: lib/launch-libvirt.c:2004
msgid "could not get UUID from libvirt secret"
msgstr ""
#: lib/launch-libvirt.c:2168
#: lib/launch-libvirt.c:2177
msgid "could not destroy libvirt domain"
msgstr ""
#: lib/launch-libvirt.c:2189 lib/launch-libvirt.c:2222
#: lib/launch-libvirt.c:2198 lib/launch-libvirt.c:2231
#, c-format
msgid "%s: internal error forming error message"
msgstr ""
#: lib/launch-libvirt.c:2288
#: lib/launch-libvirt.c:2297
msgid "could not attach disk to libvirt domain"
msgstr ""
#: lib/launch-libvirt.c:2319
#: lib/launch-libvirt.c:2328
msgid "could not detach disk from libvirt domain"
msgstr ""
@@ -8222,35 +8222,35 @@ msgstr ""
msgid "file receive cancelled by daemon"
msgstr ""
#: lib/qemu.c:986
#: lib/qemu.c:992
msgid "discard cannot be enabled on this drive: qemu < 1.5"
msgstr ""
#: lib/qemu.c:995
#: lib/qemu.c:1001
msgid ""
"discard cannot be enabled on this drive: the drive has a read-only overlay"
msgstr ""
#: lib/qemu.c:1002
#: lib/qemu.c:1008
msgid ""
"discard cannot be enabled on this drive: you have to specify the format of "
"the file"
msgstr ""
#: lib/qemu.c:1010
#: lib/qemu.c:1016
msgid ""
"discard cannot be enabled on this drive: qemu < 1.6 cannot do discard on "
"qcow2 files"
msgstr ""
#: lib/qemu.c:1018
#: lib/qemu.c:1024
#, c-format
msgid ""
"discard cannot be enabled on this drive: qemu does not support discard for "
"%s format files"
msgstr ""
#: lib/qemu.c:1041
#: lib/qemu.c:1047
#, c-format
msgid ""
"discard cannot be enabled on this drive: protocol %s does not support "