diff options
author | Qt Continuous Integration System <qt-info@nokia.com> | 2011-02-10 20:34:57 (GMT) |
---|---|---|
committer | Qt Continuous Integration System <qt-info@nokia.com> | 2011-02-10 20:34:57 (GMT) |
commit | dfc693e6854f337ec99f3af2b1c0bc9abde6c37b (patch) | |
tree | 7600e31df6ce715a5bc28c0c97983bac9484c7cb /dist | |
parent | ec20a6da3edea3031f1705c3b13e24dc2c7c6de5 (diff) | |
parent | ab38731fe5dcfaa1a7a70bc290a8856b5b01524d (diff) | |
download | Qt-dfc693e6854f337ec99f3af2b1c0bc9abde6c37b.zip Qt-dfc693e6854f337ec99f3af2b1c0bc9abde6c37b.tar.gz Qt-dfc693e6854f337ec99f3af2b1c0bc9abde6c37b.tar.bz2 |
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integration
* '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1:
My 4.7.2 changes
Diffstat (limited to 'dist')
-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 03a5408..17a066f 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 ----- @@ -171,6 +186,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. |