diff options
author | Thiago Macieira <thiago.macieira@nokia.com> | 2009-07-28 16:14:40 (GMT) |
---|---|---|
committer | Thiago Macieira <thiago.macieira@nokia.com> | 2009-07-29 10:54:55 (GMT) |
commit | 45919e5085ff07348d1be8e1d37c0f6544fab7b1 (patch) | |
tree | b8535601f18d935ed0dff2bed471e965cd30f0dd /dist/changes-4.6.0 | |
parent | 0faf8aac7bb5fce974ae145a62b497dd57ecb1f3 (diff) | |
download | Qt-45919e5085ff07348d1be8e1d37c0f6544fab7b1.zip Qt-45919e5085ff07348d1be8e1d37c0f6544fab7b1.tar.gz Qt-45919e5085ff07348d1be8e1d37c0f6544fab7b1.tar.bz2 |
Update the changelog about the STL test being stricter.
Referring to change f120b5e4b63cbc30874fa21947b75d352f18d7df.
Diffstat (limited to 'dist/changes-4.6.0')
-rw-r--r-- | dist/changes-4.6.0 | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/dist/changes-4.6.0 b/dist/changes-4.6.0 index 6c7e450..383c6b7 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 + |