From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58782) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XwiAi-0003dR-K0 for qemu-devel@nongnu.org; Thu, 04 Dec 2014 20:59:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XwiAb-0004Zh-NA for qemu-devel@nongnu.org; Thu, 04 Dec 2014 20:59:04 -0500 Received: from e9.ny.us.ibm.com ([32.97.182.139]:52375) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XwiAb-0004ZM-IR for qemu-devel@nongnu.org; Thu, 04 Dec 2014 20:58:57 -0500 Received: from /spool/local by e9.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 4 Dec 2014 20:58:55 -0500 Received: from b01cxnp23032.gho.pok.ibm.com (b01cxnp23032.gho.pok.ibm.com [9.57.198.27]) by d01dlp02.pok.ibm.com (Postfix) with ESMTP id 3064F6E803F for ; Thu, 4 Dec 2014 20:50:18 -0500 (EST) Received: from d01av02.pok.ibm.com (d01av02.pok.ibm.com [9.56.224.216]) by b01cxnp23032.gho.pok.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id sB51wNHf18088096 for ; Fri, 5 Dec 2014 01:58:23 GMT Received: from d01av02.pok.ibm.com (localhost [127.0.0.1]) by d01av02.pok.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id sB51wNXo015002 for ; Thu, 4 Dec 2014 20:58:23 -0500 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Michael Roth Message-ID: <20141205015822.11723.22694@loki> Date: Thu, 04 Dec 2014 19:58:22 -0600 Subject: [Qemu-devel] [ANNOUNCE] QEMU 2.2.0-rc5 is now available List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org On behalf of the QEMU Team, I'd like to announce the availability of the sixth release candidate for the QEMU 2.2 release. This release is meant for testing purposes and should not be used in a production environment. http://wiki.qemu.org/download/qemu-2.2.0-rc5.tar.bz2 The only changes in this release candidate are fixes to address a recent CVE in the Cirrus VGA emulation code. No additional changes/RCs are anticipated, and the release of QEMU 2.2 is now planned for Tuesday, December 9th. You can help improve the quality of the QEMU 2.2 release by testing this release and reporting bugs on Launchpad: https://bugs.launchpad.net/qemu/ The release plan for the 2.2 release is available at: http://wiki.qemu.org/Planning/2.2 Please add entries to the ChangeLog for the 2.2 release below: http://wiki.qemu.org/ChangeLog/2.2 Changes since 2.2.0-rc4: d00e6cd: Update version for v2.2.0-rc5 release (Peter Maydell) bf25983: cirrus: don't overflow CirrusVGAState->cirrus_bltbuf (Gerd Hoffman= n) d3532a0: cirrus: fix blit region check (Gerd Hoffmann)