From e4c6b1f1dda3ebfb4e88d7c0f1d2676d685cb438 Mon Sep 17 00:00:00 2001 From: David 'Digit' Turner Date: Tue, 9 Mar 2010 17:51:15 -0800 Subject: Small doc update and make CleanSpec.mk empty to avoid confusion. Change-Id: I2caa5b377f2e9ebeb543cda6e108ff87bc9de772 --- CHANGES.TXT | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'CHANGES.TXT') 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: -- cgit v1.1