summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@nokia.com>2009-07-28 18:14:40 +0200
committerThiago Macieira <thiago.macieira@nokia.com>2009-07-29 12:54:55 +0200
commit45919e5085ff07348d1be8e1d37c0f6544fab7b1 (patch)
treeb8535601f18d935ed0dff2bed471e965cd30f0dd /dist
parent0faf8aac7bb5fce974ae145a62b497dd57ecb1f3 (diff)
Update the changelog about the STL test being stricter.
Referring to change f120b5e4b63cbc30874fa21947b75d352f18d7df.
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-4.6.014
1 files changed, 14 insertions, 0 deletions
diff --git a/dist/changes-4.6.0 b/dist/changes-4.6.0
index 6c7e450e35..383c6b77fd 100644
--- a/dist/changes-4.6.0
+++ b/dist/changes-4.6.0
@@ -87,3 +87,17 @@ information about a particular change.
That means QUrl no longer accepts some URLs that were invalid
before, but weren't interpreted as such.
+
+- The Unix configure-time check for STL is stricter now in Qt
+ 4.6.0. This means some legacy STL implementations may fail to pass
+ the test and, therefore, Qt will automatically disable STL support.
+
+ This is a binary-compatible change: existing code will continue to
+ work without being recompiled. However, it affects the source code,
+ since some STL-compatibility API will not be enabled.
+
+ Platforms affected by this change:
+ * solaris-cc-* with the default (Cstd) C++ STL library
+ recommendation: use -library=stlport4
+ See Sun Studio's documentation for the effects of this option
+