From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MjZDV-0000ee-Tn for qemu-devel@nongnu.org; Fri, 04 Sep 2009 09:52:41 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MjZDR-0000Yl-FZ for qemu-devel@nongnu.org; Fri, 04 Sep 2009 09:52:41 -0400 Received: from [199.232.76.173] (port=34850 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MjZDR-0000Yb-4T for qemu-devel@nongnu.org; Fri, 04 Sep 2009 09:52:37 -0400 Received: from mail-yx0-f176.google.com ([209.85.210.176]:42351) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MjZDQ-0003uQ-HX for qemu-devel@nongnu.org; Fri, 04 Sep 2009 09:52:36 -0400 Received: by yxe6 with SMTP id 6so644907yxe.22 for ; Fri, 04 Sep 2009 06:52:35 -0700 (PDT) Message-ID: <4AA11B9F.9050101@codemonkey.ws> Date: Fri, 04 Sep 2009 08:52:31 -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.11.0-rc2 of QEMU 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.11.0-rc2 release. This is the second release candidate for the 0.11.0 release. This release contains only bug fixes since 0.11.0-rc1. Any bugs can be reported at http://bugs.launchpad.net/qemu/+bugs It can be downloaded from Savannah at: http://download.savannah.gnu.org/releases/qemu/qemu-0.11.0-rc2.tar.gz The following fixes have been added since qemu-0.11.0-rc1: - mips: fix conditional move off fp conditions codes (Nath Froyd) - fix migration to obey -S (Paolo Bonzini) - remove pc-0-10 machine type (Mark McLoughlin) - vnc: fix copyrect screen corruption (Gerd Hoffman) - fix vm state change handlers running order (Markus Armbruster) - e1000: fix eerc and ics emulation (Bill Paul) - fix sdl zooming with pl110 (Blue Swirl) - sparc64: flush pending conditional evaluations (Igor Kovalenko) - esp: fix interrupt register read (Blue Swirl) - option rom makefile fixes (Paul Brook) - fix sparse warnings (Blue Swirl) - fix symfind (Laurent Desnogues) - win32: fix default prefix (Stefan Weil) - fix checksum writing in signboot (Alex Graf) - fix sdl window resize (Stefano Stabellini) - do not resize the screen on hw_invalidate (Stefano Stabellini) - Add checks for -smbios option (Beth Kon) - fix do_set_link (Luiz Capitulino) - fix do_commit behavior (Luiz Capitulino) - make windows notice media change (Gleb Natapov) - check for PR_SET_NAME being defined (Nathan Froyd) - fix migration for ide devices (Anthony Liguori) - Use correct depth in vmware vga (Reimar Doffiner) - support 32bpp cursors in sdl (Reimar Doffinger) - fix device name completion for eject (Blue Swirl) - make screendump use DisplayState properly (Stefano Stabellini) - fix autostart with live migration (Avi Kivity) - fix detached migration with exec (Chris Lalancette) - fix segv when changing vnc password in sdl (Zach Amsden) - fix vnc password clearing with stdio monitor (Zach Amsden) - clean up VGA type selection (Zach Amsden) - add missing linefeed in error message (Stefan Weil) -- Regards, Anthony Liguori