aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES.TXT
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@android.com>2010-07-28 11:07:31 -0700
committerDavid 'Digit' Turner <digit@android.com>2010-07-28 11:07:52 -0700
commitc97ba1ea0905cebc6dc089ee5126209d606ef296 (patch)
treed66e90c90d93475028204b288d73f51ab7b2080d /CHANGES.TXT
parent66ce9b1ec72bff7b3186c9fbdd2a7a5d96d146bd (diff)
downloadexternal_qemu-c97ba1ea0905cebc6dc089ee5126209d606ef296.zip
external_qemu-c97ba1ea0905cebc6dc089ee5126209d606ef296.tar.gz
external_qemu-c97ba1ea0905cebc6dc089ee5126209d606ef296.tar.bz2
Fix CHANGES.TXT
Some changes didn't make it to the 7.0 release. Change-Id: I7d0b7b884e29495c7dc2c3325a6cb2f1488ed959
Diffstat (limited to 'CHANGES.TXT')
-rw-r--r--CHANGES.TXT28
1 files changed, 14 insertions, 14 deletions
diff --git a/CHANGES.TXT b/CHANGES.TXT
index 8e0d850..225223b 100644
--- a/CHANGES.TXT
+++ b/CHANGES.TXT
@@ -42,6 +42,20 @@ OTHER:
555 521 5554
1 555 521 5554
+- Fix -http-proxy implementation to properly work with chunked encodings.
+ Also accept strings like "http://:8080" as a valid proxy address.
+
+- The console's "geo fix" command was modified:
+
+ - a computational bug sent the wrong latitude/longitude to the emulated
+ system, resulting in coordinates that could be off from 500 to 1000 meters.
+
+ - fixed another bug that didn't report the altitude correctly.
+
+ - added a fourth, optional, parameter to indicate the number of tracked
+ satellites to emulate. The number must be an integer between 1 and 12,
+ (1 is the default).
+
==============================================================================
Changes between 7.0 and 6.0
@@ -57,20 +71,6 @@ OTHER:
- Fix net shaping regression: -netspeed and -netdelay did not work anymore.
-- Fix -http-proxy implementation to properly work with chunked encodings.
- Also accept strings like "http://:8080" as a valid proxy address.
-
-- The console's "geo fix" command was modified:
-
- - a computational bug sent the wrong latitude/longitude to the emulated
- system, resulting in coordinates that could be off from 500 to 1000 meters.
-
- - fixed another bug that didn't report the altitude correctly.
-
- - added a fourth, optional, parameter to indicate the number of tracked
- satellites to emulate. The number must be an integer between 1 and 12,
- (1 is the default).
-
==============================================================================
Changes between 6.0 and 5.0