[Pkg-libvirt-commits] [libguestfs] annotated tag upstream/1.26.7 created (now bfc6fe2)
Hilko Bengen
bengen at moszumanska.debian.org
Sat Aug 30 08:27:52 UTC 2014
This is an automated email from the git hooks/post-receive script.
bengen pushed a change to annotated tag upstream/1.26.7
in repository libguestfs.
at bfc6fe2 (tag)
tagging e558c7602af46154adfcf7f8b2e639b8525224c6 (commit)
replaces upstream/1.26.6
tagged by Hilko Bengen
on Thu Jul 31 15:26:17 2014 +0200
- Log -----------------------------------------------------------------
Upstream version 1.26.7
Hilko Bengen (1):
Imported Upstream version 1.26.7
Pino Toscano (3):
make-fs: respect libguestfs' temporary dir
make-fs: do not leak the fd from mkstemp
launch: direct: check for null paths in make_uri
Richard W.M. Jones (3):
Revert "launch: Close file descriptors after fork (RHBZ#1123007)."
launch: Close file descriptors after fork (RHBZ#1123007).
Version 1.26.7.
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new 61e9ffd Fix handling of passwords in URLs
new 12e9151 test-charset-fidelity: allow to skip testing specific FSes
new 35b6ba6 tests/syslinux: factorize search for mbr.bin
new efa0e34 tests/syslinux: add new syslinux 6+ path of mbr.bin
new c48c9f9 builder: ubuntu: Allow virt-install --os-variant to be specified on the command line.
new 9bb8d58 builder: Add Ubuntu 14.04 disk image.
new c4ecdd5 appliance: update Debian-specific package list
new d20311f builder: Fix RHEL script for RHEL 5.
new 6f40f6d builder: Fix RHEL 5 download location.
new 62f5561 generator: Change link to OCaml tutorials.
new 6175c47 build: bump the libsystemd-journal needed version to 196
new 0ddb111 build: Use AC_PROG_AWK to define the right awk to call.
new 3e2934b configure: Move --with-default-backend test later in configure.ac.
new f11222c Fix some spelling mistakes and typos in documentation (RHBZ#1099284).
new f3e079b fish: simplify output of 'supported'
new f11d5bf ppc64: Use console=hvc0 console=ttyS0.
new 19a25e3 Version 1.26.3.
new a5d851d Imported Upstream version 1.26.3
new 713efae golang: Fix for out-of-tree builds
new 8e975f2 fuse: Skip test-fuse-umount-race.sh if backing file does not exist.
new 212b269 fuse: Make all the skip messages consistent in this test.
new f7ece61 launch: libvirt: Add -device sga (sgabios).
new ddc62b6 ruby: add :nodoc: comment for internal methods
new 188cb17 appliance: Increase udev timeout to 6000s (RHBZ#1096579).
new 4335d79 appliance: Update packagelist for Mageia (RHBZ#1102448).
new 333d100 generator: fix daemon functions with optional params but no mandatory params
new a644497 appliance: remove extra comma in Mageia's list
new d5deb00 builder: handle duplicated images (RHBZ#1092753).
new 102dfed daemon: print parameters for vgchange in error messages
new e6be0b9 daemon: grub: show grub-install's output on error if verbose
new 3984c09 appliance: init: properly set PS1 and TERM for virt-rescue (RHBZ#812970).
new 9431f74 launch: libvirt: Only use serial BIOS (sgabios) on x86.
new 5a6d1f9 builder: Update rhel.sh script for RHEL 7 GA.
new 7bee9b5 builder: Further updates to RHEL 7 GA script.
new 32ef02a builder: virt-install now seems to require '--serial pty' option.
new 65489ba builder: virt-install now requires '--serial pty' parameter.
new b8076d9 builder: Fedora: Enable Xen driver support.
new dca0642 builder: Update Fedora 20 image, with Xen drivers.
new df8e4c6 builder: Get rid of remaining disk image signatures.
new efce854 builder: Rebuild Fedora 19 disk image with Xen drivers.
new c61f8f1 builder: Don't copy *.xz files to WEBSITEDIR.
new b565ee5 fuse: UID 0 should override all permissions checks (RHBZ#1106548).
new a064ae6 mllib: Create a common utility function is_directory.
new 9b48c54 podwrapper: Put the =encoding line at the correct place in the input (RHBZ#1109174).
new 9c5acdc podwrapper: Put =encoding line before first POD directive.
new 1536c5e tests: guests: Add a text syslog file to the phony Debian guest.
new 207146a tests/guests: Add new file debian-syslog to EXTRA_DIST.
new 6e780e0 builder: Update centos.sh to add CentOS 7 QA.
new c84a4e5 options: Compile out part of union which cannot be used when not compiling guestfish.
new 5789684 mllib: Move common code for comparing version strings to library.
new 5e26672 mllib: Add an interface for Common_utils library.
new 560f16d mllib: Add a common 'warning' utility function.
new 6398259 mllib: Rewrite text wrapping function so it can handle newlines within the text.
new 3c3ddf5 Use -v and -x flags consistently across OCaml virt-* tools.
new 45ca799 generator: Sort the structs.
new 5e44453 excludefiles: Exclude various common log files when building the appliance.
new 8c4135d mllib: Remove trailing whitespace.
new af5b46b Version 1.26.4.
new 8af7522 valgrind: Add suppress for libvirt memory leak in virFileFindResourceFull.
new bb43eb6 Version 1.26.5.
new 274f2af Imported Upstream version 1.26.5
new 5a60911 inspect: ignore /etc/fstab with no entries (RHBZ#1113156).
new 6bd5b24 mllib: introduce Mkdtemp.temp_dir
new 2284c87 Use Mkdtemp.temp_dir instead of Mkdtemp.mkdtemp
new 53e2715 builder: CentOS 7.0
new 51cee79 appliance: init: run ldconfig
new 2cf209c customize: Update copyright messages.
new 5119710 customize: Use Common_utils.error function instead of failwith.
new e20c18a sysprep: Standard exception handling, taken from virt-builder & virt-v2v.
new e04d33a ocaml: Ignore Warning 3: deprecated feature: String.* functions.
new 0f1c1c0 tests: regressions: Allow non-exec stack test to be skipped.
new 24aef0c tests: Remove tests/protocol/test-qemudie-launchfail.sh
new 7cb336e valgrind: Tweak the suppression matching OCaml leak in caml_search_in_path.
new f271d16 configure: look for "default-java" as directory for Java
new 28822b0 sparsify: Relax requirement that output device cannot be block device (RHBZ#1122557).
new 8d21155 tests: lvm: Allow test to be skipped.
new d07b48a tests: hotplug: Allow tests to be skipped.
new f75e323 daemon: Add extra debugging to umount_all command.
new 63220fb virt-resize: Unmount filesystem after testing size.
new 775fc60 tests: builder: Allow test to be skipped.
new d255e49 launch: Close file descriptors after fork (RHBZ#1123007).
new bb4babc cleanups: add CLEANUP_FCLOSE (fclose on FILE*)
new bdf408d make-fs: use CLEANUP_FCLOSE
new e2a50bd build: Add `maintainer-commit' rule to create a new version commit.
new f9e056d Version 1.26.6.
new 4119f7f Imported Upstream version 1.26.6
new 593fc31 make-fs: respect libguestfs' temporary dir
new c302a49 make-fs: do not leak the fd from mkstemp
new 0a23824 launch: direct: check for null paths in make_uri
new 2625f64 Revert "launch: Close file descriptors after fork (RHBZ#1123007)."
new ad44aa2 launch: Close file descriptors after fork (RHBZ#1123007).
new 3f167a4 Version 1.26.7.
new e558c76 Imported Upstream version 1.26.7
The 93 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