Commit b4171e4b79d5be97ee0d1516aab321f32a3aca1a

Authored by aliguori
1 parent ff3c01ca

Add version information for 0.10.0 release.

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>



git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6685 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 2 changed files with 21 additions and 1 deletions
Changelog
  1 +version 0.10.0:
  2 +
  3 + - TCG support (No longer requires GCC 3.x)
  4 + - Kernel Virtual Machine acceleration support
  5 + - BSD userspace emulation
  6 + - Bluetooth emulation and host passthrough support
  7 + - GDB XML register description support
  8 + - Intel e1000 emulation
  9 + - HPET emulation
  10 + - VirtIO paravirtual device support
  11 + - Marvell 88w8618 / MusicPal emulation
  12 + - Nokia N-series tablet emulation / OMAP2 processor emulation
  13 + - PCI hotplug support
  14 + - Live migration and new save/restore formats
  15 + - Curses display support
  16 + - qemu-nbd utility to mount supported block formats
  17 + - Altivec support in PPC emulation and new firmware (OpenBIOS)
  18 + - Multiple VNC clients are now supported
  19 + - TLS encryption is now supported in VNC
1 20 - MIPS Magnum R4000 machine (Hervé Poussineau)
2 21 - Braille support (Samuel Thibault)
3 22 - Freecom MusicPal system emulation (Jan Kiszka)
4 23 - OMAP242x and Nokia N800, N810 machines (Andrzej Zaborowski)
5 24 - EsounD audio driver (Frederick Reeve)
6 25 - Gravis Ultrasound GF1 sound card (Tibor "TS" Schütz)
  26 + - Many, many, bug fixes and new features
7 27  
8 28 version 0.9.1:
9 29  
... ...
1   -0.9.1
2 1 \ No newline at end of file
  2 +0.10.0
... ...