From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=37276 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PpSlk-000723-Ux for qemu-devel@nongnu.org; Tue, 15 Feb 2011 16:49:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PpSlj-0006Nc-OG for qemu-devel@nongnu.org; Tue, 15 Feb 2011 16:49:12 -0500 Received: from mail-qy0-f173.google.com ([209.85.216.173]:32882) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PpSlj-0006NQ-KJ for qemu-devel@nongnu.org; Tue, 15 Feb 2011 16:49:11 -0500 Received: by qyl38 with SMTP id 38so2900722qyl.4 for ; Tue, 15 Feb 2011 13:49:10 -0800 (PST) Message-ID: <4D5AF4C4.80005@codemonkey.ws> Date: Tue, 15 Feb 2011 15:48:52 -0600 From: Anthony Liguori MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [ANNOUNCE] QEMU 0.14.0-rc2 is available List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel The QEMU team is pleased to announce the availability of the 0.14.0-rc2 release. This is the third release candidate for the 0.14.0 release. A detailed changelog is at the end of this message. Download instructions are available at http://wiki.qemu.org/Download You can help test this release by signing up on the new Testing wiki page at http://wiki.qemu.org/Planning/0.14/Testing An in progress detailed change log is available at http://wiki.qemu.org/Changelog/0.14 On behalf of the QEMU team, I'd like to thank everyone who contributed to make this release happen! Since v0.14.0-rc1: - slirp: fix buffer overrun (Bruce Rogers) - correctly check ppr priority during interrupt injection] (Gleb Natapov) - qcow2: Fix order in L2 table COW (Kevin Wolf) - qemu-img: Improve error messages for failed bdrv_open (Kevin Wolf) - qed: Report error for unsupported features (Kevin Wolf) - qcow2: Report error for version > 2 (Kevin Wolf) - qerror: Add QERR_UNKNOWN_BLOCK_FORMAT_FEATURE (Kevin Wolf) - qcow2: Fix error handling for reading compressed clusters (Kevin Wolf) - qcow2: Fix error handling for immediate backing file read failure (Kevin Wolf - QCOW2: bug fix - read base image beyond its size (Chunqiang Tang) - Change snapshot_blkdev hmp to use correct argument type for device (Jes Sorenson) - linux-user: Fix possible realloc memory leak (Stefan Weil) - linux-user: Fix possible realloc memory leak (Stefan Weil) - linux-user: fix for loopmount ioctl (Martin Mohring) - blockdev: Plug memory leak in drive_init() error paths (Markus Armbruster) - blockdev: Plug memory leak in drive_uninit() (Markus Armbruster) - x86: Fix MCA broadcast parameters for TCG case (Jan Kiszka) - qemu-timer: Fix compilation of new timer code for w32, w64 (Stefan Weil) Regards, Anthony Liguori