Revisión | 5d00b89b120ab36ba9121ac049a07bb4f00d3bfd (tree) |
---|---|
Tiempo | 2009-05-02 01:57:29 |
Autor | Anthony Liguori <aliguori@us.i...> |
Commiter | Anthony Liguori |
Update version for 0.10.3 release
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
@@ -1,3 +1,21 @@ | ||
1 | +version 0.10.3: | |
2 | + - fix AIO cancellations (Avi Kivity) | |
3 | + - fix live migration error path on incoming | |
4 | + - avoid SEGV on pci hotplug failure (Chris Wright) | |
5 | + - fix serial option in -drive | |
6 | + - support DDIM for option roms (Glauber Costa) | |
7 | + - avoid fork/exec on pre-2.6.27 kernels with KVM (Jan Kiszka) | |
8 | + - block-vpc: don't silently create smaller images than requested (Kevin Wolf) | |
9 | + - Fix non-ACPI timer interrupt routing (Beth Kon) | |
10 | + - hpet: fix emulation of HPET_TN_SETVAL (Jan Kiszka) | |
11 | + - kvm: fix cpuid initialization (Jan Kiszka) | |
12 | + - qcow2: fix corruption on little endian hosts (Kevin Wolf) | |
13 | + - avoid leaing memory on hot unplug (Mark McLoughlin) | |
14 | + - fix savevm/migration after hot unplug (Mark McLoughlin) | |
15 | + - Fix keyboard mapping on newer Xords with non-default keymaps (balrog) | |
16 | + - Make PCI config status register read-only (Anthony Liguori) | |
17 | + - Fix crash on resolution change -> screen dump -> vga redraw (Avi Kivity) | |
18 | + | |
1 | 19 | version 0.10.2: |
2 | 20 | |
3 | 21 | - fix savevm/loadvm (Anthony Liguori) |
@@ -1 +1 @@ | ||
1 | -0.10.2 | |
1 | +0.10.3 |