From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lezsi-00055W-Id for qemu-devel@nongnu.org; Wed, 04 Mar 2009 17:48:04 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lezsh-00055K-LJ for qemu-devel@nongnu.org; Wed, 04 Mar 2009 17:48:04 -0500 Received: from [199.232.76.173] (port=45858 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lezsh-00055H-Hv for qemu-devel@nongnu.org; Wed, 04 Mar 2009 17:48:03 -0500 Received: from savannah.gnu.org ([199.232.41.3]:48594 helo=sv.gnu.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Lezsh-0001fo-9T for qemu-devel@nongnu.org; Wed, 04 Mar 2009 17:48:03 -0500 Received: from cvs.savannah.gnu.org ([199.232.41.69]) by sv.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Lezsd-00084w-RM for qemu-devel@nongnu.org; Wed, 04 Mar 2009 22:47:59 +0000 Received: from aliguori by cvs.savannah.gnu.org with local (Exim 4.69) (envelope-from ) id 1Lezsd-00084s-Iq for qemu-devel@nongnu.org; Wed, 04 Mar 2009 22:47:59 +0000 MIME-Version: 1.0 Errors-To: aliguori Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From: Anthony Liguori Message-Id: Date: Wed, 04 Mar 2009 22:47:59 +0000 Subject: [Qemu-devel] [6685] Add version information for 0.10.0 release. 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 Revision: 6685 http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=6685 Author: aliguori Date: 2009-03-04 22:47:59 +0000 (Wed, 04 Mar 2009) Log Message: ----------- Add version information for 0.10.0 release. Signed-off-by: Anthony Liguori Modified Paths: -------------- trunk/Changelog trunk/VERSION Modified: trunk/Changelog =================================================================== --- trunk/Changelog 2009-03-04 21:00:07 UTC (rev 6684) +++ trunk/Changelog 2009-03-04 22:47:59 UTC (rev 6685) @@ -1,3 +1,22 @@ +version 0.10.0: + + - TCG support (No longer requires GCC 3.x) + - Kernel Virtual Machine acceleration support + - BSD userspace emulation + - Bluetooth emulation and host passthrough support + - GDB XML register description support + - Intel e1000 emulation + - HPET emulation + - VirtIO paravirtual device support + - Marvell 88w8618 / MusicPal emulation + - Nokia N-series tablet emulation / OMAP2 processor emulation + - PCI hotplug support + - Live migration and new save/restore formats + - Curses display support + - qemu-nbd utility to mount supported block formats + - Altivec support in PPC emulation and new firmware (OpenBIOS) + - Multiple VNC clients are now supported + - TLS encryption is now supported in VNC - MIPS Magnum R4000 machine (Hervé Poussineau) - Braille support (Samuel Thibault) - Freecom MusicPal system emulation (Jan Kiszka) @@ -4,6 +23,7 @@ - OMAP242x and Nokia N800, N810 machines (Andrzej Zaborowski) - EsounD audio driver (Frederick Reeve) - Gravis Ultrasound GF1 sound card (Tibor "TS" Schütz) + - Many, many, bug fixes and new features version 0.9.1: Modified: trunk/VERSION =================================================================== --- trunk/VERSION 2009-03-04 21:00:07 UTC (rev 6684) +++ trunk/VERSION 2009-03-04 22:47:59 UTC (rev 6685) @@ -1 +1 @@ -0.9.1 \ No newline at end of file +0.10.0