From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:46394) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UdReX-0004oW-FL for qemu-devel@nongnu.org; Fri, 17 May 2013 16:53:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UdReO-0007tQ-GN for qemu-devel@nongnu.org; Fri, 17 May 2013 16:53:25 -0400 Received: from e23smtp09.au.ibm.com ([202.81.31.142]:41603) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UdReN-0007gy-VA for qemu-devel@nongnu.org; Fri, 17 May 2013 16:53:16 -0400 Received: from /spool/local by e23smtp09.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Sat, 18 May 2013 17:50:16 +1000 Received: from d23relay05.au.ibm.com (d23relay05.au.ibm.com [9.190.235.152]) by d23dlp03.au.ibm.com (Postfix) with ESMTP id 44DE8357804A for ; Sat, 18 May 2013 06:52:43 +1000 (EST) Received: from d23av03.au.ibm.com (d23av03.au.ibm.com [9.190.234.97]) by d23relay05.au.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r4HKcU0J17170518 for ; Sat, 18 May 2013 06:38:31 +1000 Received: from d23av03.au.ibm.com (loopback [127.0.0.1]) by d23av03.au.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id r4HKqfjS014137 for ; Sat, 18 May 2013 06:52:42 +1000 Received: from titi.austin.rr.com ([9.80.8.224]) by d23av03.au.ibm.com (8.14.4/8.13.1/NCO v10.0 AVin) with ESMTP id r4HKqe9T014100 for ; Sat, 18 May 2013 06:52:41 +1000 From: Anthony Liguori Date: Fri, 17 May 2013 15:52:39 -0500 Message-Id: <1368823959-16459-1-git-send-email-aliguori@us.ibm.com> Subject: [Qemu-devel] [ANNOUNCE] QEMU 1.5.0-rc3 is now available List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi, On behalf of the QEMU Team, I'd like to announce the availability of the fourth release candidate for the QEMU 1.5 release. This release is meant for testing purposes and should not be used in a production environment. http://wiki.qemu.org/download/qemu-1.5.0-rc3.tar.bz2 You can help improve the quality of the QEMU 1.5 release by testing this release and reporting bugs on Launchpad: https://bugs.launchpad.net/qemu/ The release plan for the 1.5 release is available at: http://wiki.qemu.org/Planning/1.5 Please add entries to the ChangeLog for the 1.5 release below: http://wiki.qemu.org/ChangeLog/Next The following changes have been made since v1.5.0-rc2: - Revert "migration: don't account sleep time for calculating bandwidth" (Michael Roth) - main-loop: partial revert of 5e3bc73 (Stefan Hajnoczi) - main-loop: narrow win32 pollfds_fill() event bitmasks (Stefan Hajnoczi) - virtio: add virtio_bus_get_dev_path. (KONRAD Frederic) - qga: unlink just created guest-file if fchmod() or fdopen() fails on it (Laszlo Ersek) - qga: distinguish binary modes in "guest_file_open_modes" map (Laszlo Ersek) Regards, Anthony Liguori