aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES.TXT
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@google.com>2009-12-01 13:38:21 -0800
committerDavid 'Digit' Turner <digit@google.com>2009-12-01 14:16:04 -0800
commit8b657e5deaa03b989b0b36791fcf2aa6b2882656 (patch)
tree7bebb5ed69bce8d88d6c4f47caa6694db909f3c9 /CHANGES.TXT
parent5bc6182ae984796a6d14be7f7b8eb73c1b630b8e (diff)
downloadexternal_qemu-8b657e5deaa03b989b0b36791fcf2aa6b2882656.zip
external_qemu-8b657e5deaa03b989b0b36791fcf2aa6b2882656.tar.gz
external_qemu-8b657e5deaa03b989b0b36791fcf2aa6b2882656.tar.bz2
Fix a crash when using an 8MB SD Card image file.
The minimum size is now 9MB. This appears to be a limitation of the emulated MMC hardware code and/or kernel device driver.
Diffstat (limited to 'CHANGES.TXT')
-rw-r--r--CHANGES.TXT28
1 files changed, 27 insertions, 1 deletions
diff --git a/CHANGES.TXT b/CHANGES.TXT
index a91d6d6..d84d195 100644
--- a/CHANGES.TXT
+++ b/CHANGES.TXT
@@ -15,7 +15,33 @@ Versions:
1.9 => SDK 1.5_r1 (and SDK 1.5_r2)
1.10 => SDK 1.5_r3
1.11 => SDK 1.6_r1
- 1.12 => current
+ 1.12 => SDK 2.0
+ 1.13 => SDK 2.0.1 (but wrongly tagged 1.12)
+ 1.14 => current
+
+==============================================================================
+Changes between 1.14 and 1.13
+
+OTHER:
+
+- Fixed a bug that crashed the emulator when the SD Card image size was exactly
+ 8 MB. Now, the minimum supported size is 9 MB, and the emulator will complain
+ with a human-friendly message if this is not the case, and ignore the SD Card
+ file.
+
+==============================================================================
+Changes between 1.13 and 1.12
+
+IMPORTANT BUG FIXES:
+
+- Fix D-Pad rotation issues in the skins. The problem being that switching
+ the emulator window to landscape mode resulted in incorrectly rotated
+ D-Pad events. The fix allows for a new 'dpad-rotation' field for each
+ layout.
+
+- Fixed a bug in Thumb2 emulation (not used by typical SDK images yet though)
+ that resulted incorrect behaviour / crashes, especially in single-stepping
+ mode.
==============================================================================
Changes between 1.12 and 1.11