aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES.TXT
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@google.com>2009-12-01 17:10:49 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2009-12-01 17:10:49 -0800
commit8fa4d03021927c765331f1e320226ae4923e9f6e (patch)
treea114e068aa1c940dd355464d82ca77cca0d723e6 /CHANGES.TXT
parent018ce14ac3bbaa6d91a3c43668e03451ffd0e10d (diff)
parent8b657e5deaa03b989b0b36791fcf2aa6b2882656 (diff)
downloadexternal_qemu-8fa4d03021927c765331f1e320226ae4923e9f6e.zip
external_qemu-8fa4d03021927c765331f1e320226ae4923e9f6e.tar.gz
external_qemu-8fa4d03021927c765331f1e320226ae4923e9f6e.tar.bz2
am 8b657e5d: Fix a crash when using an 8MB SD Card image file.
Merge commit '8b657e5deaa03b989b0b36791fcf2aa6b2882656' into eclair-plus-aosp * commit '8b657e5deaa03b989b0b36791fcf2aa6b2882656': Fix a crash when using an 8MB SD Card image file.
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