summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorIain <qt-info@nokia.com>2010-02-05 10:04:11 +0000
committerIain <qt-info@nokia.com>2010-02-05 11:50:25 +0000
commitfcb431bfe807997b475b8b315e07fc7bd898ef61 (patch)
tree4c066397ae04883aa387d5e6d85bd29e29a01b29 /dist
parentb5a5c7ce06291d4f9cae15383bd35677db277138 (diff)
downloadqt4-tools-fcb431bfe807997b475b8b315e07fc7bd898ef61.tar.gz
Iain's changes for 4.6.2
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-4.6.28
1 files changed, 8 insertions, 0 deletions
diff --git a/dist/changes-4.6.2 b/dist/changes-4.6.2
index aa8d40b21f..5e0be9ac11 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.