Version 1.45.4.

This commit is contained in:
Richard W.M. Jones
2021-04-03 12:10:13 +01:00
parent bf28bc01db
commit b18ac489db
4 changed files with 26 additions and 11 deletions

10
BUGS
View File

@@ -1,5 +1,5 @@
NOTE: This file is automatically generated from "update-bugs.sh".
Last updated: 2021-03-29
Last updated: 2021-04-03
This contains a local list of the bugs that are open against
libguestfs. Bugs are tracked in the Red Hat Bugzilla database
@@ -107,9 +107,6 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix.
910269 NEW https://bugzilla.redhat.com/show_bug.cgi?id=910269
Tracker: Bugs in other packages that stop libguestfs working
913815 NEW https://bugzilla.redhat.com/show_bug.cgi?id=913815
febootstrap: no ext2 root device found when running libguestfs-test-tools
917706 NEW https://bugzilla.redhat.com/show_bug.cgi?id=917706
guestfs_umount_local is not thread safe
@@ -599,9 +596,6 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix.
1854135 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1854135
libguestfs-test-tools report no filesystem could mount root
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
1910039 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1910039
virt-dib doesn't work with newer diskimage-builder version on RHEL8
@@ -650,7 +644,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)
(208 bugs)
--------------------------------------------------
Bugs in MODIFIED, POST or ON_QA state are fixed.

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.4 2021-04-03
1.45.3 2021-03-29
1.45.2 2021-03-22
1.45.1 2021-03-03

View File

@@ -20,7 +20,7 @@
# freeform string.
m4_define([libguestfs_major], [1])
m4_define([libguestfs_minor], [45])
m4_define([libguestfs_release], [3])
m4_define([libguestfs_release], [4])
AC_INIT([libguestfs],libguestfs_major.libguestfs_minor.libguestfs_release)

View File

@@ -6,10 +6,10 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: libguestfs 1.45.3\n"
"Project-Id-Version: libguestfs 1.45.4\n"
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
"component=libguestfs&product=Virtualization+Tools\n"
"POT-Creation-Date: 2021-03-29 18:40+0100\n"
"POT-Creation-Date: 2021-04-03 12:09+0100\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"
@@ -3315,6 +3315,26 @@ msgstr ""
msgid "%s: %s is not mounted: %s\n"
msgstr ""
#: lib/appliance-kcmdline.c:74
#, c-format
msgid "open: %s"
msgstr ""
#: lib/appliance-kcmdline.c:79
#, c-format
msgid "%s: cannot read extfs magic in superblock"
msgstr ""
#: lib/appliance-kcmdline.c:86
#, c-format
msgid "%s: appliance is not an extfs filesystem"
msgstr ""
#: lib/appliance-kcmdline.c:92
#, c-format
msgid "%s: cannot read UUID in superblock"
msgstr ""
#: lib/appliance.c:219
#, c-format
msgid ""