diff options
author | Iain <qt-info@nokia.com> | 2011-02-09 18:16:29 (GMT) |
---|---|---|
committer | Iain <qt-info@nokia.com> | 2011-02-09 18:16:29 (GMT) |
commit | 97305f4ca91b380f42ff5d3fd49c268df0c5ff8c (patch) | |
tree | 8eff34cb8b7371ddefd24881b5999154758b55be /dist | |
parent | 34aca9f03e25e94b4ca730ddd3c88aa95653a0b5 (diff) | |
download | Qt-97305f4ca91b380f42ff5d3fd49c268df0c5ff8c.zip Qt-97305f4ca91b380f42ff5d3fd49c268df0c5ff8c.tar.gz Qt-97305f4ca91b380f42ff5d3fd49c268df0c5ff8c.tar.bz2 |
4.7.2 changes
Reviewed-by: TrustMe
Diffstat (limited to 'dist')
-rw-r--r-- | dist/changes-4.7.2 | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/dist/changes-4.7.2 b/dist/changes-4.7.2 index b981fd2..7207d88 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. |