Version 1.35.9.

This commit is contained in:
Richard W.M. Jones
2016-10-20 18:27:02 +01:00
parent 2f57eb181f
commit 1d5cd15e3a
18 changed files with 5852 additions and 3571 deletions

16
BUGS
View File

@@ -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.

View File

@@ -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])

View File

@@ -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

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

View File

@@ -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

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -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

View File

@@ -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"