From 97305f4ca91b380f42ff5d3fd49c268df0c5ff8c Mon Sep 17 00:00:00 2001 From: Iain Date: Wed, 9 Feb 2011 18:16:29 +0000 Subject: 4.7.2 changes Reviewed-by: TrustMe --- dist/changes-4.7.2 | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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. -- cgit v0.12