mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
Version 1.41.8.
This commit is contained in:
13
BUGS
13
BUGS
@@ -1,5 +1,5 @@
|
||||
NOTE: This file is automatically generated from "update-bugs.sh".
|
||||
Last updated: 2019-11-12
|
||||
Last updated: 2019-11-19
|
||||
|
||||
This contains a local list of the bugs that are open against
|
||||
libguestfs. Bugs are tracked in the Red Hat Bugzilla database
|
||||
@@ -689,6 +689,15 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix.
|
||||
1766487 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1766487
|
||||
libguestfs assumes rpmdb is in Berkeley DB format
|
||||
|
||||
1771587 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1771587
|
||||
RFE: Add proper binding for chattr/lsattr
|
||||
|
||||
1771933 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1771933
|
||||
Extend virt-v2v --key option to support wildcard and try all device/key pairs
|
||||
|
||||
1771976 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1771976
|
||||
Guestmount fails to mount image
|
||||
|
||||
503134 ASSIGNED https://bugzilla.redhat.com/show_bug.cgi?id=503134
|
||||
guestfish's list splitting does not recognize internal quoting
|
||||
|
||||
@@ -719,7 +728,7 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix.
|
||||
1651500 ASSIGNED https://bugzilla.redhat.com/show_bug.cgi?id=1651500
|
||||
v2v - support for -insecure option to support OSP SSL connection for VM migrations
|
||||
|
||||
(233 bugs)
|
||||
(236 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.41.8 2019-11-19
|
||||
1.41.7 2019-11-12
|
||||
1.41.6 2019-10-15
|
||||
1.41.5 2019-10-08
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
# freeform string.
|
||||
m4_define([libguestfs_major], [1])
|
||||
m4_define([libguestfs_minor], [41])
|
||||
m4_define([libguestfs_release], [7])
|
||||
m4_define([libguestfs_release], [8])
|
||||
|
||||
AC_INIT([libguestfs],libguestfs_major.libguestfs_minor.libguestfs_release)
|
||||
|
||||
|
||||
@@ -6,9 +6,9 @@
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: libguestfs 1.41.7\n"
|
||||
"Project-Id-Version: libguestfs 1.41.8\n"
|
||||
"Report-Msgid-Bugs-To: libguestfs@redhat.com\n"
|
||||
"POT-Creation-Date: 2019-11-12 13:55+0000\n"
|
||||
"POT-Creation-Date: 2019-11-19 15:27+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"
|
||||
|
||||
@@ -6,10 +6,10 @@
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: libguestfs 1.41.7\n"
|
||||
"Project-Id-Version: libguestfs 1.41.8\n"
|
||||
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
|
||||
"component=libguestfs&product=Virtualization+Tools\n"
|
||||
"POT-Creation-Date: 2019-11-12 13:55+0000\n"
|
||||
"POT-Creation-Date: 2019-11-19 15:56+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"
|
||||
|
||||
Reference in New Issue
Block a user