mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
Version 1.45.2.
This commit is contained in:
7
BUGS
7
BUGS
@@ -1,5 +1,5 @@
|
||||
NOTE: This file is automatically generated from "update-bugs.sh".
|
||||
Last updated: 2021-03-11
|
||||
Last updated: 2021-03-22
|
||||
|
||||
This contains a local list of the bugs that are open against
|
||||
libguestfs. Bugs are tracked in the Red Hat Bugzilla database
|
||||
@@ -608,9 +608,6 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix.
|
||||
1910187 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1910187
|
||||
virt-inspector cannot detect the icon of ubuntu image
|
||||
|
||||
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
|
||||
|
||||
@@ -650,7 +647,7 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix.
|
||||
1794518 ASSIGNED https://bugzilla.redhat.com/show_bug.cgi?id=1794518
|
||||
setfiles fails on file /etc/.ip with ext4 immutable bit set
|
||||
|
||||
(210 bugs)
|
||||
(209 bugs)
|
||||
|
||||
--------------------------------------------------
|
||||
Bugs in MODIFIED, POST or ON_QA state are fixed.
|
||||
|
||||
1
RELEASES
1
RELEASES
@@ -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.2 2021-03-22
|
||||
1.45.1 2021-03-03
|
||||
1.44.0 2021-01-06
|
||||
1.43.4 2021-01-05
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
# freeform string.
|
||||
m4_define([libguestfs_major], [1])
|
||||
m4_define([libguestfs_minor], [45])
|
||||
m4_define([libguestfs_release], [1])
|
||||
m4_define([libguestfs_release], [2])
|
||||
|
||||
AC_INIT([libguestfs],libguestfs_major.libguestfs_minor.libguestfs_release)
|
||||
|
||||
|
||||
@@ -36,6 +36,7 @@ common/utils/guestfs-stringlists-utils.h
|
||||
common/utils/guestfs-utils.h
|
||||
common/utils/libxml2-cleanups.c
|
||||
common/utils/libxml2-writer-macros.h
|
||||
common/utils/pcre2-cleanups.c
|
||||
common/utils/stringlists-utils.c
|
||||
common/utils/utils.c
|
||||
common/visit/visit.c
|
||||
|
||||
@@ -21,6 +21,7 @@ common/structs/structs-print.c
|
||||
common/utils/cleanups.c
|
||||
common/utils/gnulib-cleanups.c
|
||||
common/utils/libxml2-cleanups.c
|
||||
common/utils/pcre2-cleanups.c
|
||||
common/utils/stringlists-utils.c
|
||||
common/utils/utils.c
|
||||
common/visit/visit.c
|
||||
|
||||
@@ -6,10 +6,10 @@
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: libguestfs 1.45.1\n"
|
||||
"Project-Id-Version: libguestfs 1.45.2\n"
|
||||
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
|
||||
"component=libguestfs&product=Virtualization+Tools\n"
|
||||
"POT-Creation-Date: 2021-03-11 13:58+0000\n"
|
||||
"POT-Creation-Date: 2021-03-22 16:39+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"
|
||||
@@ -3884,11 +3884,11 @@ msgid ""
|
||||
"might need to log out and log in again)."
|
||||
msgstr ""
|
||||
|
||||
#: lib/launch-direct.c:396 lib/launch-uml.c:159
|
||||
#: lib/launch-direct.c:398 lib/launch-uml.c:159
|
||||
msgid "you must call guestfs_add_drive before guestfs_launch"
|
||||
msgstr ""
|
||||
|
||||
#: lib/launch-direct.c:918 lib/launch-libvirt.c:713
|
||||
#: lib/launch-direct.c:938 lib/launch-libvirt.c:713
|
||||
msgid "qemu launched and contacted daemon, but state != READY"
|
||||
msgstr ""
|
||||
|
||||
@@ -3943,21 +3943,21 @@ msgid ""
|
||||
"Original error from libvirt"
|
||||
msgstr ""
|
||||
|
||||
#: lib/launch-libvirt.c:779
|
||||
#: lib/launch-libvirt.c:780
|
||||
msgid "unable to parse capabilities XML returned by libvirt"
|
||||
msgstr ""
|
||||
|
||||
#: lib/launch-libvirt.c:785 lib/launch-libvirt.c:875 lib/libvirt-domain.c:423
|
||||
#: lib/launch-libvirt.c:786 lib/launch-libvirt.c:888 lib/libvirt-domain.c:423
|
||||
#: lib/libvirt-domain.c:507 lib/libvirt-domain.c:834
|
||||
msgid "unable to create new XPath context"
|
||||
msgstr ""
|
||||
|
||||
#: lib/launch-libvirt.c:795 lib/launch-libvirt.c:883 lib/launch-libvirt.c:899
|
||||
#: lib/launch-libvirt.c:796 lib/launch-libvirt.c:896 lib/launch-libvirt.c:912
|
||||
#, c-format
|
||||
msgid "unable to evaluate XPath expression: %s"
|
||||
msgstr ""
|
||||
|
||||
#: lib/launch-libvirt.c:830
|
||||
#: lib/launch-libvirt.c:835
|
||||
#, c-format
|
||||
msgid ""
|
||||
"libvirt hypervisor doesn’t support qemu or KVM,\n"
|
||||
@@ -3972,60 +3972,60 @@ msgid ""
|
||||
"For further help, read the guestfs(3) man page and libguestfs FAQ."
|
||||
msgstr ""
|
||||
|
||||
#: lib/launch-libvirt.c:869
|
||||
#: lib/launch-libvirt.c:882
|
||||
msgid "unable to parse domain capabilities XML returned by libvirt"
|
||||
msgstr ""
|
||||
|
||||
#: lib/launch-libvirt.c:1440
|
||||
#: lib/launch-libvirt.c:1448
|
||||
msgid "‘iface’ parameter is not supported by the libvirt backend"
|
||||
msgstr ""
|
||||
|
||||
#: lib/launch-libvirt.c:1486 lib/launch-libvirt.c:1744 lib/qemu.c:822
|
||||
#: lib/launch-libvirt.c:1494 lib/launch-libvirt.c:1752 lib/qemu.c:822
|
||||
#, c-format
|
||||
msgid "realpath: could not convert ‘%s’ to absolute path"
|
||||
msgstr ""
|
||||
|
||||
#: lib/launch-libvirt.c:1569
|
||||
#: lib/launch-libvirt.c:1577
|
||||
msgid ""
|
||||
"libvirt does not support the qemu curl driver protocols (ftp, http, etc.); "
|
||||
"try setting LIBGUESTFS_BACKEND=direct"
|
||||
msgstr ""
|
||||
|
||||
#: lib/launch-libvirt.c:1955
|
||||
#: lib/launch-libvirt.c:1963
|
||||
msgid "could not define libvirt secret"
|
||||
msgstr ""
|
||||
|
||||
#: lib/launch-libvirt.c:1966
|
||||
#: lib/launch-libvirt.c:1974
|
||||
msgid "rbd protocol secret must be base64 encoded"
|
||||
msgstr ""
|
||||
|
||||
#: lib/launch-libvirt.c:1970
|
||||
#: lib/launch-libvirt.c:1978
|
||||
#, c-format
|
||||
msgid "base64_decode_alloc: %m"
|
||||
msgstr ""
|
||||
|
||||
#: lib/launch-libvirt.c:1991
|
||||
#: lib/launch-libvirt.c:1999
|
||||
msgid "could not set libvirt secret value"
|
||||
msgstr ""
|
||||
|
||||
#: lib/launch-libvirt.c:2004
|
||||
#: lib/launch-libvirt.c:2012
|
||||
msgid "could not get UUID from libvirt secret"
|
||||
msgstr ""
|
||||
|
||||
#: lib/launch-libvirt.c:2177
|
||||
#: lib/launch-libvirt.c:2185
|
||||
msgid "could not destroy libvirt domain"
|
||||
msgstr ""
|
||||
|
||||
#: lib/launch-libvirt.c:2198 lib/launch-libvirt.c:2231
|
||||
#: lib/launch-libvirt.c:2206 lib/launch-libvirt.c:2239
|
||||
#, c-format
|
||||
msgid "%s: internal error forming error message"
|
||||
msgstr ""
|
||||
|
||||
#: lib/launch-libvirt.c:2297
|
||||
#: lib/launch-libvirt.c:2305
|
||||
msgid "could not attach disk to libvirt domain"
|
||||
msgstr ""
|
||||
|
||||
#: lib/launch-libvirt.c:2328
|
||||
#: lib/launch-libvirt.c:2336
|
||||
msgid "could not detach disk from libvirt domain"
|
||||
msgstr ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user