mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
Version 1.29.17.
This commit is contained in:
1
AUTHORS
1
AUTHORS
@@ -15,6 +15,7 @@ Douglas Schilling Landgraf
|
||||
Eric Blake
|
||||
Erik Nolte
|
||||
Evaggelos Balaskas
|
||||
Gabriele Cerami
|
||||
Geert Warrink
|
||||
Guido Günther
|
||||
Hilko Bengen
|
||||
|
||||
22
BUGS
22
BUGS
@@ -539,10 +539,7 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix.
|
||||
1160203 ASSIGNED https://bugzilla.redhat.com/show_bug.cgi?id=1160203
|
||||
log of virt-sysprep contains only the output of the last script
|
||||
|
||||
1167774 ASSIGNED https://bugzilla.redhat.com/show_bug.cgi?id=1167774
|
||||
virt-p2v fails with error:"nbd.c:nbd_receive_negotiate():L501: read failed"
|
||||
|
||||
(174 bugs)
|
||||
(173 bugs)
|
||||
|
||||
--------------------------------------------------
|
||||
Bugs in MODIFIED, POST or ON_QA state are fixed.
|
||||
@@ -554,15 +551,12 @@ You can help by testing the fixes.
|
||||
1122557 POST https://bugzilla.redhat.com/show_bug.cgi?id=1122557
|
||||
virt-sparsify overwrites block devices if used as output files
|
||||
|
||||
1167601 POST https://bugzilla.redhat.com/show_bug.cgi?id=1167601
|
||||
"Conversion was successful" pop out even virt-p2v fails
|
||||
|
||||
1174123 POST https://bugzilla.redhat.com/show_bug.cgi?id=1174123
|
||||
Graphics password disappear after conversion of virt-v2v
|
||||
|
||||
1053847 MODIFIED https://bugzilla.redhat.com/show_bug.cgi?id=1053847
|
||||
Recommended default clock/timer settings
|
||||
|
||||
1167601 MODIFIED https://bugzilla.redhat.com/show_bug.cgi?id=1167601
|
||||
"Conversion was successful" pop out even virt-p2v fails
|
||||
|
||||
1020950 ON_QA https://bugzilla.redhat.com/show_bug.cgi?id=1020950
|
||||
CVE-2013-4419 libguestfs: insecure temporary directory handling for guestfish's network socket [epel-5]
|
||||
|
||||
@@ -584,7 +578,13 @@ You can help by testing the fixes.
|
||||
1165569 ON_QA https://bugzilla.redhat.com/show_bug.cgi?id=1165569
|
||||
Disable "cancel conversion" button after virt-p2v conversion finished
|
||||
|
||||
(12 bugs)
|
||||
1167774 ON_QA https://bugzilla.redhat.com/show_bug.cgi?id=1167774
|
||||
virt-p2v fails with error:"nbd.c:nbd_receive_negotiate():L501: read failed"
|
||||
|
||||
1174123 ON_QA https://bugzilla.redhat.com/show_bug.cgi?id=1174123
|
||||
Graphics password disappear after conversion of virt-v2v
|
||||
|
||||
(13 bugs)
|
||||
|
||||
--------------------------------------------------
|
||||
These bugs are in the VERIFIED state.
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
# freeform string.
|
||||
m4_define([libguestfs_major], [1])
|
||||
m4_define([libguestfs_minor], [29])
|
||||
m4_define([libguestfs_release], [16])
|
||||
m4_define([libguestfs_release], [17])
|
||||
|
||||
AC_INIT([libguestfs],libguestfs_major.libguestfs_minor.libguestfs_release)
|
||||
AC_CONFIG_AUX_DIR([build-aux])
|
||||
|
||||
@@ -6,9 +6,9 @@
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: libguestfs 1.29.16\n"
|
||||
"Project-Id-Version: libguestfs 1.29.17\n"
|
||||
"Report-Msgid-Bugs-To: libguestfs@redhat.com\n"
|
||||
"POT-Creation-Date: 2014-12-15 18:01+0000\n"
|
||||
"POT-Creation-Date: 2014-12-15 22:43+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.29.16\n"
|
||||
"Project-Id-Version: libguestfs 1.29.17\n"
|
||||
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
|
||||
"component=libguestfs&product=Virtualization+Tools\n"
|
||||
"POT-Creation-Date: 2014-12-15 18:01+0000\n"
|
||||
"POT-Creation-Date: 2014-12-15 22:43+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