[Pkg-libvirt-commits] [libguestfs] annotated tag upstream/1.29.20 created (now 3fa9c99)

Hilko Bengen bengen at moszumanska.debian.org
Sun Mar 29 17:09:03 UTC 2015


This is an automated email from the git hooks/post-receive script.

bengen pushed a change to annotated tag upstream/1.29.20
in repository libguestfs.

        at  3fa9c99   (tag)
   tagging  8f9f3213658115c1d65ed7c26752653083bb335b (commit)
  replaces  upstream/1.29.19
 tagged by  Hilko Bengen
        on  Mon Jan 19 12:13:55 2015 +0100

- Log -----------------------------------------------------------------
Upstream version 1.29.20

Hilko Bengen (2):
      Fix out-of-tree build: Don't create empty .y file in builddir
      Imported Upstream version 1.29.20

Kashyap Chamarthy (1):
      virt-buider: doc: Use osinfo-query to get OS variants

Pino Toscano (2):
      ocaml: findlib is required when building from git
      builder: export the "osinfo" attribute to json

Richard W.M. Jones (9):
      v2v: Move append_* functions to DOM module.
      v2v: Hide implementation of 'element'.
      v2v: DOM: Fix quoting of XML comments.
      v2v: Update TODO.
      v2v: -i libvirtxml: Only handle NBD source with host 'localhost', for virt-p2v.
      v2v: Reduce use of polymorphic variants.
      ocaml: Convert debug_logging example from C to OCaml.
      Update copyright dates for 2015.
      Version 1.29.20.

Shahar Havivi (1):
      v2v: adding --vdsm-ovf-output option

-----------------------------------------------------------------------

This annotated tag includes the following new commits:

       new  b6f6454   typo fix: preceeding -> preceding
       new  dc1f15a   typo fix: commmand -> command
       new  8cd2620   Add debug APIs: bmap-file, bmap-device, bmap.
       new  b349076   btrfs: add optional parameter `ro' to btrfs_subvolume_snapshot
       new  5f608f0   Update gobject/Makefile.inc and POTFILES
       new  9e7b9ef   btrfs: add optional parameter `qgroupid' to btrfs_subvolume_snapshot
       new  1622e3d   btrfs: add optional parameter `qgroupid' to btrfs_subvolume_create
       new  5e81c83   Update gobject/Makefile.inc and POTFILES
       new  7ee6977   Version 1.29.11.
       new  3d36946   p2v: Add HACKING file.
       new  b00adf3   tools: implement --short-options
       new  4b79235   bash: execute --long-options only when needed
       new  1784cd2   bash: complete also short options
       new  e383418   bash: complete some params for resize, sparsify, and builder
       new  6faa7b4   bash: add a completion module for virt-v2v
       new  196813e   v2v: Fix command line --help output for --no-trim option.
       new  3b76688   Imported Upstream version 1.29.11
       new  95644f3   uuid: add support to change uuid of swap partition
       new  45266e3   uuid: cannot change btrfs filesystem's UUID
       new  b53ba64   uuid: make alias get-uuid for vfs_uuid
       new  282132c   inspect: Fix a bug in the *BSD root detection
       new  d0a676c   lib: Add COMPILE_REGEXP macro to hide regexp constructors/destructors.
       new  4a63cdd   Add HACKING file to EXTRA_DIST.
       new  3a5613e   Version 1.29.12.
       new  2990db8   tests/c-api: Test that the library can really be loaded with dlopen.
       new  6c3683e   Imported Upstream version 1.29.12
       new  4d9a14f   configure: Require yajl >= 2.0.4 (RHBZ#1169045).
       new  1b52139   p2v: Mention sshd_config setting in the manual page.
       new  391d90d   p2v: Refer to virt-v2v resource requirements in virt-p2v man page.
       new  a21ab21   fish: show synopsis if command syntax is wrong
       new  de0b7c4   build: Map host CPU 'powerpc64le' to qemu-system-ppc64.
       new  7c7755e   Remove extra space in inspect-fs-unix.c
       new  1033847   gobject: link against uninstalled libraries
       new  39d6412   v2v: Disable autoreboot when converting Windows guests.
       new  c712f88   mllib: Add Common_utils.string_suffix function and extend test coverage.
       new  0c2e676   v2v: When picking a default kernel, favour non-debug kernels over debug kernels (RHBZ#1170073).
       new  7adbf72   inspect_os: Add support for detecting OpenBSD
       new  af6ea8f   Support fstab block device resolution for NetBSD
       new  b58022e   Fix fstab block device resolution for FreeBSD
       new  20098d4   Add freebsd and netbsd distros
       new  212660f   builder: Add support for RHEL 3, RHEL 4.
       new  eddc886   fish: fix build warning when readline-devel is missing
       new  205a8c7   v2v: Don't use epoch prefix on RPM command line for RHEL <= 4 (RHBZ#1170685).
       new  1bd779c   v2v: Fix missing loop device which breaks conversion of RHEL 3 guests (RHBZ#1171130).
       new  a542389   v2v: Remove documentation about Windows Recovery Console not supported.
       new  be73b17   v2v: Add documentation about what to do about BSOD 0x0000007B (RHBZ#1161333).
       new  1ea9b68   customize, sysprep: add a short SELinux note
       new  acb6e8f   sysprep: add a "changed file" side effect
       new  d4ffaad   sysprep: user-account: mark "changed file" if users were removed
       new  ee57b5f   Version 1.29.13.
       new  b70afa0   Imported Upstream version 1.29.13
       new  33098d2   p2v: wait for qemu-nbd before starting conversion (RHBZ#1167774)
       new  9d6f0b6   resize: fix 'No space left on device' problem when copying to an extended partition (RHBZ#1169015)
       new  bdf772d   inspection: Not an installer if there are multiple partitions (RHBZ#1171666).
       new  6468b9d   arm: Use -cpu host on KVM.
       new  7a34855   builder: Add Fedora 21 image, remove RHEL 7 RC image.
       new  e1fd961   v2v: linux: Fix modifications to default kernel for legacy grub.
       new  3d7ea11   lib: Don't mention whitelist in guestfs_modprobe documentation.
       new  841aa0f   p2v: show error dialog if virt-v2v fails (RHBZ#1167601)
       new  fd9ac7f   generator: Implement Pointer arguments.
       new  96158d4   New(ish) API: guestfs_add_libvirt_dom.
       new  db1c8a6   python: Improve harness for running Python tests.
       new  2c9f6da   python: Implement Pointer ("virDomainPtr", _) (RHBZ#1075164).
       new  f4b4dcc   debug: add-domain: Dump XML of original domain.
       new  39f7eae   launch: libvirt: Fix labelling of overlay files.
       new  90e9ad7   python: Add a regression test for disk labelling.
       new  5a12045   Version 1.29.14.
       new  0b29eb1   Imported Upstream version 1.29.14
       new  bd74c6f   resize: Use automake to build the binary.
       new  e87df1d   customize: Use automake to build the binary.
       new  9135129   builder: Use automake to build the binary.
       new  85b664d   builder: index-parse: Remove unused destructor.
       new  741403d   v2v: Replace .. with $(top_builddir)
       new  df9782e   tests: Enable and fix test-add-libvirt-dom test.
       new  1e7a6d9   perl: Implement Pointer ("virDomainPtr", _).
       new  d8c43d5   New API: guestfs_c_pointer
       new  9d3a027   sparsify: C files are located in srcdir, not builddir.
       new  b547b62   v2v: C files are located in srcdir, not builddir.
       new  f4b8464   builder: Try again to fix the infinitely recursive index-parse.h rule.
       new  402bba3   Version 1.29.15.
       new  603d0fb   p2v: Test two disk guest.
       new  ccb1f2a   recipes: Tidy up section about hex-dumping and hex-editing sectors.
       new  604bb7f   mllib: Use automake to build the library.
       new  f9e0aee   sysprep: Use automake to build the library.
       new  5a96414   p2v: Rename authors.c, copying.c -> about-* to avoid confusion.
       new  da34797   p2v: Add more authors.
       new  9c4af17   v2v: Whitespace change.
       new  dfded7c   v2v: Get passwords in domain XML (RHBZ#1174123).
       new  7a218cb   v2v: Password attr in domain XML should be 'passwd=' (RHBZ#1174123).
       new  d3e93e1   inspection: Recognise 'dnf' as the package manager in Fedora 22.
       new  152d17d   daemon: btrfs: add helper functions mount and umount
       new  56732ed   New API: btrfs_subvolume_get_default
       new  7a25a6d   New API: btrfs_subvolume_show
       new  29812b8   New API: btrfs_quota_enable
       new  4e145bb   New API: btrfs_quota_rescan
       new  a325f88   New API: btrfs_qgroup_limit
       new  1144c69   New API: btrfs_qgroup_create
       new  3617938   New API: btrfs_qgroup_destroy
       new  2b7f781   New API: btrfs_qgroup_show
       new  bd4a114   New API: btrfs_qgroup_assign
       new  e74bd45   New API: btrfs_qgroup_remove
       new  f843abe   tests: Fix memory leaks in test-add-libvirt-dom.
       new  09080a2   p2v: avoid connecting to ourself while probing qemu-nbd (RHBZ#1167774)
       new  5a4fd83   diff/diff.c: diff output to show correct file handles and presence symbol
       new  8a33d53   Version 1.29.16.
       new  2162d09   Use -fno-strict-overflow throughout the build.
       new  2912fa7   Version 1.29.17.
       new  cf979dd   p2v: virt-p2v-make-kickstart: Add URL example to the man page.
       new  54f85f8   p2v: virt-p2v-make-kickstart(1): Fix various typos in the man page.
       new  974216f   p2v: Document that virt-p2v-make-kickstart copies the virt-p2v binary into the kickstart.
       new  8e0fc5f   python: Fix regression test so it works when KVM is not available.
       new  6264c25   Version 1.29.18.
       new  26cc7ef   Imported Upstream version 1.29.17
       new  d72e703   Imported Upstream version 1.29.18
       new  1f7db85   builder: recommend use of --selinux-relabel
       new  abf51ec   is-blockdev: Clarify documentation (RHBZ#1175035).
       new  d375b78   v2v: -o qemu: Replace List.iteri with iteri.
       new  bdcd2fa   fish: Move 'is_true' function to library utilities.
       new  5f6677e   environment: Use guestfs___is_true when parsing various boolean environment variables (RHBZ#1175196).
       new  f1ecd6a   fish: Add regression test for RHBZ#1175196.
       new  045dcfb   v2v: Treat "oraclelinux" as if it was plain RHEL (RHBZ#1174280).
       new  47d9098   v2v: -o libvirt: Replace List.mapi with mapi.
       new  f6e74ec   ping-daemon: Fix error in the description of this API (RHBZ#1175676).
       new  92575d0   errors: Even clearer error message.
       new  fdf6221   fish: c-pointer: Print the pointer in hexadecimal.
       new  91b5863   aarch64: builder: Silence gcc warnings from flex-generated code.
       new  29df51d   v2v: Add a note about escaping username like DOMAIN\user.
       new  791db53   Version 1.29.19.
       new  f75b4dc   Imported Upstream version 1.29.19
       new  47b54a7   v2v: Move append_* functions to DOM module.
       new  86a08d8   v2v: Hide implementation of 'element'.
       new  c5e1178   v2v: DOM: Fix quoting of XML comments.
       new  45bd4f6   v2v: Update TODO.
       new  70c28f3   v2v: -i libvirtxml: Only handle NBD source with host 'localhost', for virt-p2v.
       new  3a080c3   v2v: Reduce use of polymorphic variants.
       new  14d1191   v2v: adding --vdsm-ovf-output option
       new  e6f77d2   Fix out-of-tree build: Don't create empty .y file in builddir
       new  4f51519   ocaml: findlib is required when building from git
       new  ea761df   builder: export the "osinfo" attribute to json
       new  4bd0d17   virt-buider: doc: Use osinfo-query to get OS variants
       new  378ed3b   ocaml: Convert debug_logging example from C to OCaml.
       new  c5800dc   Update copyright dates for 2015.
       new  9d9ef29   Version 1.29.20.
       new  8f9f321   Imported Upstream version 1.29.20

The 144 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git



More information about the Pkg-libvirt-commits mailing list