• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revisión174f225e9d62e8f3002e274e4f718bd2a967fbf4 (tree)
Tiempo2010-07-22 21:39:04
AutorAurelien Jarno <aurelien@aure...>
CommiterAurelien Jarno

Log Message

Update for 0.12.5 release

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>

Cambiar Resumen

Diferencia incremental

--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,50 @@
1+version 0.12.5
2+ - audio/alsa: Handle SND_PCM_STATE_SETUP in alsa_poll_handler
3+ - block: Handle multiwrite errors only when all requests have completed
4+ - block: Fix early failure in multiwrite
5+ - vpc: Use bdrv_(p)write_sync for metadata writes
6+ - vmdk: Use bdrv_(p)write_sync for metadata writes
7+ - qcow2: Use bdrv_(p)write_sync for metadata writes
8+ - qcow: Use bdrv_(p)write_sync for metadata writes
9+ - block: Add bdrv_(p)write_sync
10+ - qcow2: Restore L1 entry on l2_allocate failure
11+ - block/vdi: Fix image opening and creation for odd disk sizes
12+ - block/vpc: Fix conversion from size to disk geometry
13+ - qcow2: Remove abort on free_clusters failure
14+ - vmdk: Fix COW
15+ - qcow2: Fix creation of large images
16+ - vmdk: fix double free
17+ - qemu-options: add documentation for stdio signal=on|off
18+ - target-arm : fix parallel saturated subtraction implementation
19+ - target-arm : fix thumb2 parallel add/sub opcode decoding
20+ - target-arm: fix addsub/subadd implementation
21+ - target-i386: fix xchg rax,r8
22+ - block/vvfat.c: fix warnings with _FORTIFY_SOURCE
23+ - audio/alsa: Spelling typo (paramters)
24+ - target-mips: fix DINSU instruction
25+ - Correct definitions for FD_CMD_SAVE and FD_CMD_RESTORE
26+ - qcow2: Fix corruption after error in update_refcount
27+ - qcow2: Fix corruption after refblock allocation
28+ - block: Fix multiwrite with overlapping requests
29+ - qcow2: Fix error handling in l2_allocate
30+ - qcow2: Clear L2 table cache after write error
31+ - ide: Fix ide_dma_cancel
32+ - usb-bus: fix no params
33+ - Avoid crash on '-usbdevice <device>' without parameters
34+ - Fix -usbdevice crash
35+ - Fix multiboot compilation
36+ - Fix missing symbols in .rel/.rela.plt sections
37+ - target-ppc: fix RFI by clearing some bits of MSR
38+ - Fix typo in balloon help
39+ - arm_timer: fix oneshot mode
40+ - arm_timer: reload timer when enabled
41+ - qemu-sockets: avoid strlen of NULL pointer
42+ - block: fix aio_flush segfaults for read-only protocols (e.g. curl)
43+ - virtio-blk: fix barrier support
44+ - block: fix sector comparism in multiwrite_req_compare
45+ - pci: irq_state vmstate breakage
46+ - qemu-img: use the heap instead of the huge stack array for win32
47+
148 version 0.12.4
249 - Workaround for broken OSS_GETVERSION on FreeBSD, part two (Juergen Lock)
350 - oss: fix fragment setting (malc)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
1-0.12.4
1+0.12.5