diff options
author | Anthony Liguori <aliguori@us.ibm.com> | 2009-05-01 11:57:29 -0500 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-05-01 11:57:29 -0500 |
commit | 5d00b89b120ab36ba9121ac049a07bb4f00d3bfd (patch) | |
tree | 663f3295b575607f51a7b2555a8f267719cfe0f7 | |
parent | a2b8ec7d7d48ec85a44dbbd537cba448edb50eb7 (diff) |
Update version for 0.10.3 releasev0.10.3
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
-rw-r--r-- | Changelog | 18 | ||||
-rw-r--r-- | VERSION | 2 |
2 files changed, 19 insertions, 1 deletions
@@ -1,3 +1,21 @@ +version 0.10.3: + - fix AIO cancellations (Avi Kivity) + - fix live migration error path on incoming + - avoid SEGV on pci hotplug failure (Chris Wright) + - fix serial option in -drive + - support DDIM for option roms (Glauber Costa) + - avoid fork/exec on pre-2.6.27 kernels with KVM (Jan Kiszka) + - block-vpc: don't silently create smaller images than requested (Kevin Wolf) + - Fix non-ACPI timer interrupt routing (Beth Kon) + - hpet: fix emulation of HPET_TN_SETVAL (Jan Kiszka) + - kvm: fix cpuid initialization (Jan Kiszka) + - qcow2: fix corruption on little endian hosts (Kevin Wolf) + - avoid leaing memory on hot unplug (Mark McLoughlin) + - fix savevm/migration after hot unplug (Mark McLoughlin) + - Fix keyboard mapping on newer Xords with non-default keymaps (balrog) + - Make PCI config status register read-only (Anthony Liguori) + - Fix crash on resolution change -> screen dump -> vga redraw (Avi Kivity) + version 0.10.2: - fix savevm/loadvm (Anthony Liguori) @@ -1 +1 @@ -0.10.2 +0.10.3 |