aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Liguori <aliguori@us.ibm.com>2009-08-28 12:23:01 -0500
committerAnthony Liguori <aliguori@us.ibm.com>2009-08-28 12:23:01 -0500
commit2ccc9500eb4fdf2909d66059d602ea2a7ba8cb84 (patch)
tree063b7fc9abe0e6078898a9bef9e83ea16391e33e
parent95c6409e121bf4b7bead1be3be587e9915bed185 (diff)
Update version and changelog for 0.11.0-rc2 releasev0.11.0-rc2
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
-rw-r--r--Changelog34
-rw-r--r--VERSION2
2 files changed, 35 insertions, 1 deletions
diff --git a/Changelog b/Changelog
index 47e20ec47f..c45822f007 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,37 @@
+version 0.11.0-rc2
+ - 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)
+
version 0.11.0-rc1
- add machine aliasing support (Mark McLoughlin)
- add getfd/closefd monitor commands (Mark McLoughlin)
diff --git a/VERSION b/VERSION
index 3117e0c4ee..6990947778 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.10.91
+0.10.92