summaryrefslogtreecommitdiff
path: root/dist/changes-4.7.2
diff options
context:
space:
mode:
authorIain <qt-info@nokia.com>2011-02-09 18:16:29 +0000
committerIain <qt-info@nokia.com>2011-02-09 18:16:29 +0000
commit97305f4ca91b380f42ff5d3fd49c268df0c5ff8c (patch)
tree8eff34cb8b7371ddefd24881b5999154758b55be /dist/changes-4.7.2
parent34aca9f03e25e94b4ca730ddd3c88aa95653a0b5 (diff)
downloadqt4-tools-97305f4ca91b380f42ff5d3fd49c268df0c5ff8c.tar.gz
4.7.2 changes
Reviewed-by: TrustMe
Diffstat (limited to 'dist/changes-4.7.2')
-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.