summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
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
-----------------