mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
Version 1.35.9.
This commit is contained in:
16
BUGS
16
BUGS
@@ -1,5 +1,5 @@
|
||||
NOTE: This file is automatically generated from "update-bugs.sh".
|
||||
Last updated: 2016-10-11
|
||||
Last updated: 2016-10-20
|
||||
|
||||
This contains a local list of the bugs that are open against
|
||||
libguestfs. Bugs are tracked in the Red Hat Bugzilla database
|
||||
@@ -470,12 +470,12 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix.
|
||||
1383048 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1383048
|
||||
Device.map which is /dev/sdb or /dev/mapper/mpatha can't be updated to vda after p2v conversion
|
||||
|
||||
1383517 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1383517
|
||||
virt-v2v fails with /etc/fstab containing btrfs with two or more mount options
|
||||
|
||||
1383665 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1383665
|
||||
mount: unknown filesystem type 'xfs' error while converting centos VMware VM to glance image.
|
||||
|
||||
1387213 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1387213
|
||||
[RFE] Add support for importing Debian/Ubuntu guests with virt-v2v
|
||||
|
||||
503134 ASSIGNED https://bugzilla.redhat.com/show_bug.cgi?id=503134
|
||||
guestfish's list splitting does not recognize internal quoting
|
||||
|
||||
@@ -581,6 +581,12 @@ You can help by testing the fixes.
|
||||
1379585 POST https://bugzilla.redhat.com/show_bug.cgi?id=1379585
|
||||
guestfish mistakely parse nbd exportname
|
||||
|
||||
1383517 POST https://bugzilla.redhat.com/show_bug.cgi?id=1383517
|
||||
virt-v2v fails with /etc/fstab containing btrfs with two or more mount options
|
||||
|
||||
1384241 POST https://bugzilla.redhat.com/show_bug.cgi?id=1384241
|
||||
The tar-in command does not allow restoring file capabilities
|
||||
|
||||
1053847 MODIFIED https://bugzilla.redhat.com/show_bug.cgi?id=1053847
|
||||
Recommended default clock/timer settings
|
||||
|
||||
@@ -590,7 +596,7 @@ You can help by testing the fixes.
|
||||
1319086 ON_QA https://bugzilla.redhat.com/show_bug.cgi?id=1319086
|
||||
libguestfs-java: mismatch class version vs java dependency
|
||||
|
||||
(16 bugs)
|
||||
(18 bugs)
|
||||
|
||||
--------------------------------------------------
|
||||
These bugs are in the VERIFIED state.
|
||||
|
||||
@@ -20,13 +20,13 @@
|
||||
# freeform string.
|
||||
m4_define([libguestfs_major], [1])
|
||||
m4_define([libguestfs_minor], [35])
|
||||
m4_define([libguestfs_release], [8])
|
||||
m4_define([libguestfs_release], [9])
|
||||
|
||||
AC_INIT([libguestfs],libguestfs_major.libguestfs_minor.libguestfs_release)
|
||||
|
||||
dnl The date that the above version was released. This is used in
|
||||
dnl the website 'index.html' file.
|
||||
AC_SUBST([RELEASE_DATE], [2016-10-11])
|
||||
AC_SUBST([RELEASE_DATE], [2016-10-20])
|
||||
|
||||
AC_CONFIG_AUX_DIR([build-aux])
|
||||
AC_REQUIRE_AUX_FILE([guestfs-test-driver])
|
||||
|
||||
@@ -9,6 +9,7 @@ cat/cat.c
|
||||
cat/filesystems.c
|
||||
cat/log.c
|
||||
cat/ls.c
|
||||
cat/tail.c
|
||||
cat/visit.c
|
||||
customize/crypt-c.c
|
||||
customize/dummy.c
|
||||
|
||||
840
po-docs/de.po
840
po-docs/de.po
File diff suppressed because it is too large
Load Diff
875
po-docs/en_GB.po
875
po-docs/en_GB.po
File diff suppressed because it is too large
Load Diff
789
po-docs/es.po
789
po-docs/es.po
File diff suppressed because it is too large
Load Diff
787
po-docs/eu.po
787
po-docs/eu.po
File diff suppressed because it is too large
Load Diff
812
po-docs/fr.po
812
po-docs/fr.po
File diff suppressed because it is too large
Load Diff
878
po-docs/ja.po
878
po-docs/ja.po
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
787
po-docs/nl.po
787
po-docs/nl.po
File diff suppressed because it is too large
Load Diff
@@ -6,6 +6,7 @@
|
||||
../cat/virt-filesystems.pod
|
||||
../cat/virt-log.pod
|
||||
../cat/virt-ls.pod
|
||||
../cat/virt-tail.pod
|
||||
../customize/customize-options.pod
|
||||
../customize/customize-synopsis.pod
|
||||
../customize/virt-customize.pod
|
||||
|
||||
787
po-docs/pt_BR.po
787
po-docs/pt_BR.po
File diff suppressed because it is too large
Load Diff
789
po-docs/tg.po
789
po-docs/tg.po
File diff suppressed because it is too large
Load Diff
890
po-docs/uk.po
890
po-docs/uk.po
File diff suppressed because it is too large
Load Diff
787
po-docs/zh_CN.po
787
po-docs/zh_CN.po
File diff suppressed because it is too large
Load Diff
@@ -11,10 +11,12 @@ cat/cat.c
|
||||
cat/filesystems.c
|
||||
cat/log.c
|
||||
cat/ls.c
|
||||
cat/tail.c
|
||||
cat/visit.c
|
||||
customize/crypt-c.c
|
||||
customize/dummy.c
|
||||
customize/perl_edit-c.c
|
||||
customize/test-password.pl
|
||||
daemon/9p.c
|
||||
daemon/acl.c
|
||||
daemon/augeas.c
|
||||
|
||||
@@ -6,10 +6,10 @@
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: libguestfs 1.35.8\n"
|
||||
"Project-Id-Version: libguestfs 1.35.9\n"
|
||||
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
|
||||
"component=libguestfs&product=Virtualization+Tools\n"
|
||||
"POT-Creation-Date: 2016-10-11 18:57+0100\n"
|
||||
"POT-Creation-Date: 2016-10-20 18:22+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"
|
||||
|
||||
Reference in New Issue
Block a user