aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES.TXT
diff options
context:
space:
mode:
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: