Re: [libvirt] Release of libvirt-0.9.12

2012-05-14 Thread Jason Helfman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

On Mon, May 14, 2012 at 11:42:48AM +0800, Daniel Veillard thus spake:
  So I made the release, it is now available on the FTP server (the rpms
are slowly being uploaded too):
   ftp://libvirt.org/libvirt/

This has been updated in FreeBSD.

Thanks for all your work!

- -jgh

- -- 
Jason Helfman
System Administrator
experts-exchange.com
http://www.experts-exchange.com/M_4830110.html
E4AD 7CF1 1396 27F6 79DD  4342 5E92 AD66 8C8C FBA5
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.19 (FreeBSD)

iF4EAREIAAYFAk+xVwUACgkQXpKtZoyM+6V9VgD5AWD8WyuQb7MknMV/msN0XlWT
P7TwGXFTmG9PWXOGXIsA+wXMdrtGPdIs9InyIbl0QcPD5jhRyz2IEgpEoZ9YR/MR
=Hjcc
-END PGP SIGNATURE-

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list


[libvirt] Release of libvirt-0.9.12

2012-05-13 Thread Daniel Veillard
  So I made the release, it is now available on the FTP server (the rpms
are slowly being uploaded too):
   ftp://libvirt.org/libvirt/

This is mainly a stabilization release, with a lot of bugs fixes, and
portability cleanups. There is still many improvements but relatively
few new features as such (the new parallels driver being postponed to
the actual release of the hypervisor).
I would like to raise the attention to Dan patch set to implement ACL
support to the API, a very needed feature which would bring us very
close to what I would hope for a 1.0.0 release:
  https://www.redhat.com/archives/libvir-list/2012-May/msg00090.html
Let's try to bring this in for the next release !


Features:
- qemu: allow snapshotting of sheepdog and rbd disks (Josh Durgin)
- blockjob: add new APIs (Eric Blake)

Documentation:
- mention migration issue of which credentials are used (Eric Blake)
- Add 'maintenance releases' link in 'News' sidebar (Cole Robinson)
- Added Snooze cloud manager to the IaaS section (Eugen Feller)
- python: Fix doc directory name for stable releases (Cole Robinson)
- virsh: Fix and clarify the --title flag for the list command in man page 
(Peter Krempa)
- Improve the schema for fs device (Osier Yang)
- openvz: Correct the comments for new node APIs (Osier Yang)
- fix 'omitted' typo in cputune doc (Christophe Fergeau)
- add missing /span in vcpu placement doc (Christophe Fergeau)
- fix path to openvz network configuration file (Guido Günther)
- Fix comment about GNUTLS initialization/cleanup (Daniel P. Berrange)
- fix typo in previous patch (Eric Blake)
- news.html.in: Fix /br void tag (Michal Privoznik)

Portability:
- qemu: fix build when !HAVE_NUMACTL (Eric Blake)
- netlink: Fix build with libnl-3 (Jiri Denemark)
- build: avoid link failure on Windows (Eric Blake)
- qemu: avoid 32-bit compiler warning (Eric Blake)
- build: fix build on cygwin (Eric Blake)
- storage: fix build with iscsi (Eric Blake)
- build: fix bootstrap on RHEL (Eric Blake)
- win32: Properly handle TlsGetValue returning NULL (Matthias Bolte)
- build: avoid type-punning in vbox (Eric Blake)
- build: fix fresh checkout on RHEL5 (Eric Blake)
- fix dependencies on DBus (Daniel P. Berrange)
- tests: Fix libvirtdconftest in VPATH build (Jiri Denemark)
- build: avoid s390 compiler warnings (Eric Blake)
- Fix compilation error on 32bit (Stefan Berger)
- test: fix build errors with gcc 4.7.0 and -O0 (Laine Stump)
- Pull in GNULIB regex module for benefit of test suite on Win32 (Daniel P. 
Berrange)
- Fix format specifiers in test cases on Win32 (Daniel P. Berrange)

Bug Fixes:
- esx: Fix memory leaks in error paths related to transferred ownership 
(Matthias Bolte)
- qemu: Don't skip detection of virtual cpu's on non KVM targets (Peter Krempa)
- qemu: Re-detect virtual cpu threads after cpu hot (un)plug. (Peter Krempa)
- build: fix stamp file name (Eric Blake)
- usb: fix crash when failing to attach a second usb device (Guannan Ren)
- build: Fix the typo in configure.ac (Osier Yang)
- conf: Fix memory leaks in virStoragePoolDefParseSource (Alex Jia)
- Report error when parsing character device target type (Jim Fehlig)
- snapshot: allow block devices past cgroup (Eric Blake)
- domain_conf: add default to list of valid spice channels (Alon Levy)
- domain_conf: add usbredir to list of valid spice channels (Alon Levy)
- virsh: avoid heap corruption leading to virsh abort (Jim Meyering)
- util: fix libvirtd startup failure due to netlink error (Laine Stump)
- qemu: call usb search function for hostdev initialization and hotplug 
(Guannan Ren)
- qemu: Emit compatible XML when migrating a domain (Jiri Denemark)
- qemu: don't modify domain on failed blockiotune (Eric Blake)
- node_device: fix possible non-terminated string (Stefan Berger)
- uuid: fix possible non-terminated string (Stefan Berger)
- tests: fix resource leak (Stefan Berger)
- qemu: fix resource leak (Stefan Berger)
- vmx: fix resource leak (Stefan Berger)
- Coverity: Fix resource leak in virnetlink.c (Osier Yang)
- Coverity: Fix resource leak in nodeinfo.c (Osier Yang)
- Coverity: Fix resource leak in test driver (Osier Yang)
- Coverity: Fix resource leak in xen driver (Osier Yang)
- Coverity: Fix resource leaks in phyp driver (Osier Yang)
- Coverity: Fix the forward_null error in Python binding codes (Osier Yang)
- Correct indent errors in the function qemuDomainNetsRestart (Li Zhang)
- Make lxcContainerSetStdio the last thing to be called in container startup 
(Daniel P. Berrange)
- maint: avoid false positives on unmarked diagnostics (Eric Blake)
- util: Avoid libvirtd crash in virNetDevTapCreate (Alex Jia)
- storage: Break out the loop if duplicate pool is found (Osier Yang)
- qemu: Make sure qemu can access its directory in hugetlbfs (Jiri Denemark)
- More coverity findings addressed (Stefan Berger)
- blockjob: fix block-stream bandwidth race (Eric Blake)
- lxc: Fix coverity findings (Stefan Berger)
- Serialize running apibuild.py (Cole Robinson)
- macvtap: fix a typo