diff options
author | Iain <qt-info@nokia.com> | 2010-02-05 10:04:11 (GMT) |
---|---|---|
committer | Iain <qt-info@nokia.com> | 2010-02-05 11:50:25 (GMT) |
commit | fcb431bfe807997b475b8b315e07fc7bd898ef61 (patch) | |
tree | 4c066397ae04883aa387d5e6d85bd29e29a01b29 /dist | |
parent | b5a5c7ce06291d4f9cae15383bd35677db277138 (diff) | |
download | Qt-fcb431bfe807997b475b8b315e07fc7bd898ef61.zip Qt-fcb431bfe807997b475b8b315e07fc7bd898ef61.tar.gz Qt-fcb431bfe807997b475b8b315e07fc7bd898ef61.tar.bz2 |
Iain's changes for 4.6.2
Diffstat (limited to 'dist')
-rw-r--r-- | dist/changes-4.6.2 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dist/changes-4.6.2 b/dist/changes-4.6.2 index aa8d40b..5e0be9a 100644 --- a/dist/changes-4.6.2 +++ b/dist/changes-4.6.2 @@ -227,6 +227,14 @@ Qt for Windows CE Qt for Symbian -------------- + * [QTBUG-6556] Improve the DEF file handling scheme, to allow simple enable/ + disable of DEF file usage (for use _during development only_ to decouple + the need to update the DEF files at the precise point that symbols are + removed, therefore allowing builds by CI systems to succeed even if symbols + have been removed. This does not remove the need to update the DEF files + before release. NOTE: Builds generated using this flag are not binary + compatible with previous versions of Qt.) + - QProcess * [QTBUG-7667] Fixed no-timeout case for QProcess::waitForFinished. |