diff options
author | Kent Hansen <kent.hansen@nokia.com> | 2011-02-10 15:01:58 +0100 |
---|---|---|
committer | Kent Hansen <kent.hansen@nokia.com> | 2011-02-10 15:01:58 +0100 |
commit | ab38731fe5dcfaa1a7a70bc290a8856b5b01524d (patch) | |
tree | 0930ec8e2df778196792f2d97e519112307d45b1 | |
parent | 20097c27f55d8bc61ba41de5997d25f86daa18ed (diff) | |
download | qt4-tools-ab38731fe5dcfaa1a7a70bc290a8856b5b01524d.tar.gz |
My 4.7.2 changes
-rw-r--r-- | dist/changes-4.7.2 | 28 |
1 files changed, 24 insertions, 4 deletions
diff --git a/dist/changes-4.7.2 b/dist/changes-4.7.2 index d351856783..cf20e2ed8a 100644 --- a/dist/changes-4.7.2 +++ b/dist/changes-4.7.2 @@ -39,8 +39,8 @@ Optimizations QtCore ------ - - foo - * bar + - QStateMachine + * [QTBUG-14491] Fix compilation on AIX 5.3 with gcc. QtGui ----- @@ -73,8 +73,23 @@ QtOpenGL QtScript -------- - - foo - * bar + - QScriptContext + * [QTBUG-17137] Fix crash when generating backtrace involving a + built-in (ECMA) function. + - QScriptEngine + * [QTBUG-16987] Ensure QScriptProgram objects are invalidated + when engine is destroyed. + * [QTBUG-16828] Fix alignment issue causing crashes on platforms + with only 4-byte-aligned malloc'ed memory (e.g. Symbian debug + builds). + * [QTBUG-15144] Fix GC-related crash in QScriptValue::setData(). + * [QTBUG-15079] Fix crash when QScriptClass property getter + returns an invalid value. + * [QTBUG-13440] Fix bug that caused Math.random() not to + produce random values. + - QScriptValue + * [QTBUG-14801] Fix crash in QScriptValue::construct() when + the function throws a non-Object value. QtSql ----- @@ -155,6 +170,11 @@ Qt for Symbian - QLineEdit * [QTBUG-16238] Fix one character displacement for cursor in line edits. + - QtScript + * [QTBUG-16685] Fix crash in JavaScript stack allocator. + * [QTBUG-15847] Add compiler optimizations. + * [QTBUG-14293] Enhanced JavaScript heap allocator. + - qmake & mkspecs * [QT-4193] Only add ICON for application projects in symbianpkgrules.pri * [QTBUG-13159] Allow pkg_prerules and pkg_postrules to be targeted to separate files. |