From 8b657e5deaa03b989b0b36791fcf2aa6b2882656 Mon Sep 17 00:00:00 2001 From: David 'Digit' Turner Date: Tue, 1 Dec 2009 13:38:21 -0800 Subject: 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. --- CHANGES.TXT | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) (limited to 'CHANGES.TXT') 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 -- cgit v1.1