Revisión | e389e937a7b94186449e0590bdc8f04ecbb1ab0b (tree) |
---|---|
Tiempo | 2010-01-14 23:40:19 |
Autor | Anthony Liguori <aliguori@us.i...> |
Commiter | Anthony Liguori |
Update version and changelog for release
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
@@ -1,7 +1,41 @@ | ||
1 | +version 0.12.2: | |
2 | + - Qemu's internal TFTP server breaks lock-step-iness of TFTP (Milan Plzik) | |
3 | + - osdep.c: Fix accept4 fallback (Kevin Wolf) | |
4 | + - pc: add rombar to compat properties for pc-0.10 and pc-0.11 (Gerd Hoffmann) | |
5 | + - pci: allow loading roms via fw_cfg. (Gerd Hoffmann) | |
6 | + - roms: rework rom loading via fw (Gerd Hoffmann) | |
7 | + - fw_cfg: rom loader tweaks. (Gerd Hoffmann) | |
8 | + - roms: minor fixes and cleanups. (Gerd Hoffmann) | |
9 | + - pc: add machine type for 0.12 (Gerd Hoffmann) | |
10 | + - loader: more ignores for rom intended to be loaded by the bios (Aurelien Jarno) | |
11 | + - vnc_refresh: return if vd->timer is NULL (Stefano Stabellini) | |
12 | + - QMP: Don't free async event's 'data' (Luiz Capitulino) | |
13 | + - Handle TFTP ERROR from client (Thomas Horsten) | |
14 | + - dmg: fix ->open failure (Christoph Hellwig) | |
15 | + - virtio-pci: thinko fix (Michael S. Tsirkin) | |
16 | + - pc-bios: Update README (SeaBIOS) (Stefan Weil) | |
17 | + - vmware_vga: Check cursor dimensions passed from guest to avoid buffer overflow (Roland Dreier) | |
18 | + - remove pending exception on vcpu reset. (Gleb Natapov) | |
19 | + - Fix CPU topology initialization (Jiri Denemark) | |
20 | + - MCE: Fix bug of IA32_MCG_STATUS after system reset (Huang Ying) | |
21 | + - linuxboot: fix gdt address calculation (Avi Kivity) | |
22 | + - QMP: Drop wrong assert() (Luiz Capitulino) | |
23 | + - vnc: Fix artifacts in hextile decoding (Anthony Liguori) | |
24 | + - target-i386: Fix "call im" on x86_64 when executing 32-bit code (Aurelien Jarno) | |
25 | + - Add missing newline at the end of options list (Michael Tokarev) | |
26 | + - Don't load options roms intended to be loaded by the bios in qemu (Avi Kivity) | |
27 | + - USB: Improve usbdevice error messages (Scott Tsai) | |
28 | + - cpu-all.h: fix cpu_get_real_ticks() #ifdef (Aurelien Jarno) | |
29 | + - alpha: fix compile (Blue Swirl) | |
30 | + - user_only: compile everything with -fpie (Kirill A. Shutemov) | |
31 | + - fdc/sparc32: don't hang on detection under OBP (Artyom Tarasenko) | |
32 | + - scsi-disk: Inquiry with allocation length of CDB < 36 (v4) (Artyom Tarasenko) | |
33 | + - e1000: fix init values for command register (Michael S. Tsirkin) | |
34 | + | |
1 | 35 | version 0.12.1: |
2 | 36 | - loader: fix rom loading at address 0 (fixes target-arm) (Aurelien Jarno) |
3 | 37 | - loader: fix rom_copy (fixes multiboot) (Kevin Wolf) |
4 | - | |
38 | + | |
5 | 39 | version 0.12.0: |
6 | 40 | |
7 | 41 | - Update to SeaBIOS 0.5.0 |
@@ -1 +1 @@ | ||
1 | -0.12.1 | |
1 | +0.12.2 |