aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES.TXT
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@google.com>2009-07-24 16:33:05 +0200
committerDavid 'Digit' Turner <digit@google.com>2009-07-24 16:33:05 +0200
commitd68b48725d720a06b24932b170f528929856f3db (patch)
tree586ee05802b45313ba5b720480eae1dd33b8a479 /CHANGES.TXT
parent0b7cd6c0d6af071951a86810d2600d155fa53b05 (diff)
downloadexternal_qemu-d68b48725d720a06b24932b170f528929856f3db.zip
external_qemu-d68b48725d720a06b24932b170f528929856f3db.tar.gz
external_qemu-d68b48725d720a06b24932b170f528929856f3db.tar.bz2
Fix ANDROID_SDK_HOME handling on Unix (the env. var was ignored)
Bump version number to 1.11 in android/android.h Update CHANGES.TXT to reflect SDK 1.5_r3 changes Update some comments in android/boot-properties.[hc] Add a --debug option to android-configure.sh (and android-rebuild.sh) to build a unoptimized debug version of the standalone emulator binary.
Diffstat (limited to 'CHANGES.TXT')
-rw-r--r--CHANGES.TXT20
1 files changed, 17 insertions, 3 deletions
diff --git a/CHANGES.TXT b/CHANGES.TXT
index b95c9f6..b4bcdf9 100644
--- a/CHANGES.TXT
+++ b/CHANGES.TXT
@@ -12,8 +12,18 @@ Versions:
1.6 => SDK 1.0_r1
1.7 => SDK 1.0_r2
1.8 => SDK 1.1
- 1.9 => SDK 1.5_r1
- 1.10 => unreleased yet
+ 1.9 => SDK 1.5_r1 (and SDK 1.5_r2)
+ 1.10 => SDK 1.5_r3
+ 1.11 => current
+
+==============================================================================
+Changes between 1.11 and 1.10
+
+IMPORTANT BUG FIXES:
+
+- Fixed ANDROID_SDK_HOME being ignored on Unix (not Windows). This environment
+ variable is used to locate a user's configuration files for the SDK, with a
+ default value of ~/.android
==============================================================================
Changes between 1.10 and 1.9
@@ -41,6 +51,9 @@ IMPORTANT CHANGES:
by init before anything else. Any "ro." property in them cannot be
changed with this option.
+- Allow the HTTP proxy implementation to receive chunked encoding data.
+ This shall solve problems when talking to Microsoft proxies.
+
OTHER:
- Allow the SEARCH key-binding (F5) to work on keyboard-less hardware
@@ -59,7 +72,8 @@ OTHER:
- Fixed build for platforms where deprecated symbol EAI_NODATA is not
defined.
--
+- Fix GPS emulation to allow several clients concurrently. There are still
+ problems that may be due to changes in the system's framework.
- Added some technical documentation in the docs/ directory.