summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorShane Kearns <shane.kearns@accenture.com>2011-06-30 16:18:33 (GMT)
committerShane Kearns <shane.kearns@accenture.com>2011-06-30 16:18:33 (GMT)
commitd795e50a2bf89209b124ec29fe7dd883208224ea (patch)
treeb809079bec19bc05f83e82e71cfcfb1fa1c5d5c2 /dist
parent3c67a14ad0db0e83e70b2432394f168ce279518b (diff)
downloadQt-d795e50a2bf89209b124ec29fe7dd883208224ea.zip
Qt-d795e50a2bf89209b124ec29fe7dd883208224ea.tar.gz
Qt-d795e50a2bf89209b124ec29fe7dd883208224ea.tar.bz2
Update 4.8.0 changes file
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-4.8.016
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
-----------------