aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES.TXT
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@google.com>2010-03-09 17:51:15 -0800
committerDavid 'Digit' Turner <digit@google.com>2010-03-09 17:51:15 -0800
commite4c6b1f1dda3ebfb4e88d7c0f1d2676d685cb438 (patch)
tree47cad19b2ebd8379cb6e74bce6e0dcad8460f249 /CHANGES.TXT
parentf23741fcd79a43d88549f48a9909744e2909fd15 (diff)
downloadexternal_qemu-e4c6b1f1dda3ebfb4e88d7c0f1d2676d685cb438.zip
external_qemu-e4c6b1f1dda3ebfb4e88d7c0f1d2676d685cb438.tar.gz
external_qemu-e4c6b1f1dda3ebfb4e88d7c0f1d2676d685cb438.tar.bz2
Small doc update and make CleanSpec.mk empty to avoid confusion.
Change-Id: I2caa5b377f2e9ebeb543cda6e108ff87bc9de772
Diffstat (limited to 'CHANGES.TXT')
-rw-r--r--CHANGES.TXT16
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGES.TXT b/CHANGES.TXT
index 08099f0..c759716 100644
--- a/CHANGES.TXT
+++ b/CHANGES.TXT
@@ -20,6 +20,22 @@ Versions:
5.0 => current
==============================================================================
+Changes between 6.0 and 5.0
+
+IMPORTANT CHANGES:
+
+- Add a '-memcheck' option to instrument memory reads/writes at runtime in
+ order to detect buffer under/overflows. This requires a new version of the
+ C library that is only available in Froyo and above.
+
+OTHER:
+
+- Add a '--static' option to both android-configure.sh and android-rebuild.sh
+ in order to build a completely static executable. This is required to run
+ the emulator in restricted environments. No audio and graphics in this mode
+ so using '-no-window' is required.
+
+==============================================================================
Changes between 5.0 and 1.13
IMPORTANT CHANGES: