diff options
author | David 'Digit' Turner <digit@google.com> | 2010-03-31 16:53:59 -0700 |
---|---|---|
committer | David 'Digit' Turner <digit@google.com> | 2010-03-31 16:53:59 -0700 |
commit | 0d6e3e2b1510319f218d8b6f1590f25079d4fc4a (patch) | |
tree | 5103e36e18b63e358ba734b3eec0beae5070ff22 | |
parent | 3e07c914abe6f04881fb574db884fede7d2ebfd2 (diff) | |
download | external_qemu-0d6e3e2b1510319f218d8b6f1590f25079d4fc4a.zip external_qemu-0d6e3e2b1510319f218d8b6f1590f25079d4fc4a.tar.gz external_qemu-0d6e3e2b1510319f218d8b6f1590f25079d4fc4a.tar.bz2 |
Fix emulator changelog
Change-Id: I77ddd628c7fea0b128623cecd336842673f07940
-rw-r--r-- | CHANGES.TXT | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/CHANGES.TXT b/CHANGES.TXT index c759716..7c9785b 100644 --- a/CHANGES.TXT +++ b/CHANGES.TXT @@ -17,7 +17,13 @@ Versions: 1.11 => SDK 1.6_r1 1.12 => SDK 2.0 1.13 => SDK 2.0.1 (but wrongly tagged 1.12) - 5.0 => current + + Starting from here, the emulator version number will match + the corresponding SDK Tools release level, i.e.: + + 5.0 => SDK Tools release 5 + 6.0 => SDK Tools release 6 + etc... ============================================================================== Changes between 6.0 and 5.0 @@ -28,6 +34,9 @@ IMPORTANT CHANGES: order to detect buffer under/overflows. This requires a new version of the C library that is only available in Froyo and above. +- Fix '-http-proxy' on Win32. This was actually a regression introduced + with the Donut SDK. + OTHER: - Add a '--static' option to both android-configure.sh and android-rebuild.sh |