From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lr0sV-0004SI-IV for qemu-devel@nongnu.org; Mon, 06 Apr 2009 22:17:31 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lr0sS-0004PP-11 for qemu-devel@nongnu.org; Mon, 06 Apr 2009 22:17:31 -0400 Received: from [199.232.76.173] (port=60325 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lr0sR-0004P8-Jg for qemu-devel@nongnu.org; Mon, 06 Apr 2009 22:17:27 -0400 Received: from e2.ny.us.ibm.com ([32.97.182.142]:42132) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Lr0sR-0000wo-8f for qemu-devel@nongnu.org; Mon, 06 Apr 2009 22:17:27 -0400 Received: from d01relay04.pok.ibm.com (d01relay04.pok.ibm.com [9.56.227.236]) by e2.ny.us.ibm.com (8.13.1/8.13.1) with ESMTP id n372EFQG031046 for ; Mon, 6 Apr 2009 22:14:15 -0400 Received: from d01av01.pok.ibm.com (d01av01.pok.ibm.com [9.56.224.215]) by d01relay04.pok.ibm.com (8.13.8/8.13.8/NCO v9.2) with ESMTP id n372HQJo158310 for ; Mon, 6 Apr 2009 22:17:26 -0400 Received: from d01av01.pok.ibm.com (loopback [127.0.0.1]) by d01av01.pok.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id n372HPUF009202 for ; Mon, 6 Apr 2009 22:17:25 -0400 Received: from squirrel.codemonkey.ws (sig-9-65-87-20.mts.ibm.com [9.65.87.20]) by d01av01.pok.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id n372HPnW009157 for ; Mon, 6 Apr 2009 22:17:25 -0400 Message-ID: <49DAB7B4.8000604@us.ibm.com> Date: Mon, 06 Apr 2009 21:17:24 -0500 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: Release 0.10.2 of QEMU Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "qemu-devel@nongnu.org" The QEMU team is pleased to announce the availability of the 0.10.2 release. This is a stable release of the 0.10 tree and contains only bug fixes since the 0.10.1. The attached Changelog includes all of the changes that have went in since 0.10.1. It can be downloaded from Savannah at: http://savannah.nongnu.org/download/qemu/qemu-0.10.2.tar.gz It may take a few hours for the Savannah mirrors to update so if you get an error, try again later. Alternatively, if you change "/download/" to "/download-noredirect/" you can avoid being redirected to a mirror. N.B. Among other fixes, this release includes a data corruption fix in qcow2. If you are using qcow2 images, it is strongly recommended that you upgrade to this release. - fix savevm/loadvm (Anthony Liguori) - live migration: fix dirty tracking windows (Glauber Costa) - live migration: improve error propogation (Glauber Costa) - qcow2: fix image creation for > ~2TB images (Chris Wright) - hotplug: fix error handling for if= parameter (Eduardo Habkost) - qcow2: fix data corruption (Nolan Leake) - virtio: fix guest oops with 2.6.25 kernels (Rusty Russell) - SH4: add support for -kernel (Takashi Yoshii, Aurelien Jarno) - hotplug: fix closing of char devices (Jan Kiszka) - hotplug: remove incorrect check for device name (Eduardo Habkost) - enable -k on win32 (Herve Poussineau) - configure: use LANG=C for grep (Andreas Faerber) - fix VGA regression (malc) -- Regards, Anthony Liguori