diff options
author | aavit <qt-info@nokia.com> | 2011-07-01 10:50:25 (GMT) |
---|---|---|
committer | aavit <qt-info@nokia.com> | 2011-07-01 10:50:25 (GMT) |
commit | 59687ad7577b164a612e53e0bf6d813c57699146 (patch) | |
tree | 95055e518d3b4b6f3cc4de4d127903eaa68a30ad /dist | |
parent | d58eec3c932d1cdbcf3b42534e8fe870ec109487 (diff) | |
parent | fed237ecdd891df6ed4bd1e8e5f5b9a414e12a22 (diff) | |
download | Qt-59687ad7577b164a612e53e0bf6d813c57699146.zip Qt-59687ad7577b164a612e53e0bf6d813c57699146.tar.gz Qt-59687ad7577b164a612e53e0bf6d813c57699146.tar.bz2 |
Merge remote-tracking branch 'qt-mainline/4.8'
Diffstat (limited to 'dist')
-rw-r--r-- | dist/changes-4.8.0 | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/dist/changes-4.8.0 b/dist/changes-4.8.0 index da3a00a..be67901 100644 --- a/dist/changes-4.8.0 +++ b/dist/changes-4.8.0 @@ -54,6 +54,8 @@ QtCore - qSwap now uses std::swap, specialized std::swap for our container to work better with stl algoritms - QVariant: deprecated global function qVariantSetValue, qVariantValue, qVariantCanConvert, qVariantFromValue - QUrl: add method for retrieving effective top level domain [QTBUG-13601] (MR-1205) + - optimised performance of QFileInfo, QDir, QDirIterator, these classes now share metadata and access the filesystem less + - QFile: new open() overloads allow control over whether QFile should close an adopted file handle or not QtGui ----- @@ -77,7 +79,7 @@ QtNetwork - HTTP API: add support for HTTP multipart messages [QTBUG-6222] - HTTP cache: do not load resources from cache that must be revalidated [QTBUG-18983] - HTTP cache: change file organization (MR-2505) - + - SOCKS5: write errors are propagated to the outer socket [QTBUG-18713] QtOpenGL -------- @@ -118,6 +120,18 @@ Qt for Embedded Linux - Added support for QNX 6.5 with multi-process support, and much improved mouse, keyboard and screen drivers. +Qt for Symbian +-------------- + - File APIs now have backends using native API rather than unix. + This improves performance and stability. + - Socket APIs now have a backend using native API rather than unix. [QTBUG-7274] + This improves stability and enables IPv6. + - IPv6 connectivity is now supported. + - Multiple instances of QNetworkAccessManager in the same process with a + different QNetworkConfiguration now work. This allows http requests to + be made via a specific network. For example to mobile operator websites + only accessible via the cellular network, or to websites inside a firewall + - System proxy settings now work correctly when using service networks [QTBUG-18618] Qt for Windows CE ----------------- |