From 45919e5085ff07348d1be8e1d37c0f6544fab7b1 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Tue, 28 Jul 2009 18:14:40 +0200 Subject: Update the changelog about the STL test being stricter. Referring to change f120b5e4b63cbc30874fa21947b75d352f18d7df. --- dist/changes-4.6.0 | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'dist') 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 + -- cgit v1.2.3