summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIain <qt-info@nokia.com>2011-02-09 18:16:29 +0000
committerJason McDonald <jason.mcdonald@nokia.com>2011-02-22 01:02:40 +1000
commitd9c1fbaab23bb36908eea21ab6f5fcc81e2b5c7f (patch)
treef3baa4ad6e94c8abb5dd1475af0416f5bc48e6cc
parent08ec42f60c5c8cc7d8cb6e7a6816db4459551da0 (diff)
downloadqt4-tools-d9c1fbaab23bb36908eea21ab6f5fcc81e2b5c7f.tar.gz
4.7.2 changes
Reviewed-by: TrustMe (cherry picked from commit 97305f4ca91b380f42ff5d3fd49c268df0c5ff8c)
-rw-r--r--dist/changes-4.7.216
1 files changed, 16 insertions, 0 deletions
diff --git a/dist/changes-4.7.2 b/dist/changes-4.7.2
index b981fd2c21..7207d889fe 100644
--- a/dist/changes-4.7.2
+++ b/dist/changes-4.7.2
@@ -129,6 +129,22 @@ Qt for Mac OS X
Qt for Symbian
--------------
+ - Paging changes
+ * [QT-3503] Remove PAGED keyword from all Qt-based binaries for
+ MMP-based build systems (abld, SBSv2 (a.k.a. Raptor)).
+ This changes the code paging field in the Symbian (E32Image) header
+ from "paged" to "default". Thus it is left to the configuration
+ of the particular device whether paging is used for the binary or
+ not. All devices that support code paging should have it turned
+ on (the value is stored in the HAL, so can be checked using eg.
+ fshell); data paging may or may not be turned on depending on the
+ device characteristics. Leaving both code and data paging as
+ "default" means that any limitations in the device (eg. around
+ flash wear) can be controlled by that device by disabling the
+ appropriate types of paging rather than being forced by the binary
+ (which may be deployed to several different devices with different
+ characteristics).
+
- Phonon MMF backend
* [QTBUG-11436] Added a MediaObject property which allows the client to
specify which Internet Access Point should be used for streaming.