diff options
author | Aurelien Jarno <aurelien@aurel32.net> | 2009-12-02 21:27:02 +0100 |
---|---|---|
committer | Aurelien Jarno <aurelien@aurel32.net> | 2009-12-02 21:27:02 +0100 |
commit | 35bfc7324e2e6946c4113ada5db30553a1a7c40b (patch) | |
tree | f0a88382e0022cf69b84fc0227ef61aecf0b304d | |
parent | beb52700347ae9f8ee5988e64801a09b7f3db24a (diff) |
Update version and changelog for 0.11.1 releasev0.11.1
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
-rw-r--r-- | Changelog | 17 | ||||
-rw-r--r-- | VERSION | 2 |
2 files changed, 18 insertions, 1 deletions
@@ -1,3 +1,20 @@ +Version 0.11.1 + - fix I2C slave addressing (Juha Riihimäki) + - Revert "vga: do not resize the screen on hw_invalidate" (Aurelien Jarno) + - slirp: fix use-after-free (Mark McLoughlin) + - Fix sparc.ld (Blue Swirl) + - ELF codedump build failures (Laurent Desnogues) + - kvm: Move KVM mp_state accessors to i386-specific code (Hollis Blanchard) + - fix configure script with armv4l cpu (Laurent Desnogues) + - net: disable draining tap queue in one go (Mark McLoughlin) + - pcnet: Restart poll timer on pcnet_start (Jan Kiszka) + - Sparc32: Fix lance (Blue Swirl) + - mac99: fix segmentation fault on startup (Aurelien Jarno) + - usb-linux.c: fix buffer overflow (Jim Paris) + - ARM host: fix generated blocks linking (Laurent Desnogues) + - qemu serial: lost tx irqs (affecting FreeBSD's new uart(4) driver (Juergen Lock) + - exec-all.h: increase MAX_OP_PER_INSTR to 96 from 64 (Aurelien Jarno) + version 0.11.0 - fix rtc polling mode (Bernhard Kauer) - qcow2: order concurrent aio requests (Kevin Wolf) @@ -1 +1 @@ -0.11.0 +0.11.1 |