diff --git a/Changelog b/Changelog index 8123c3a9ca..ea9ea7492f 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,4 @@ -version 0.8.3: +version 0.9.0: - Support for relative paths in backing files for disk images - Async file I/O API @@ -10,6 +10,11 @@ version 0.8.3: - Support for MIPS32 Release 2 instruction set (Thiemo Seufer) - MIPS Malta system emulation (Aurelien Jarno, Stefan Weil) - Darwin userspace emulation (Pierre d'Herbemont) + - m68k user support (Paul Brook) + - several x86 and x86_64 emulation fixes + - Mouse relative offset VNC extension (Anthony Liguori) + - PXE boot support (Anthony Liguori) + - '-daemonize' option (Anthony Liguori) version 0.8.2: diff --git a/VERSION b/VERSION index 53a48a1e8c..899f24fc75 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.8.2 \ No newline at end of file +0.9.0 \ No newline at end of file