diff options
author | Markus Goetz <Markus.Goetz@nokia.com> | 2010-05-06 14:48:28 (GMT) |
---|---|---|
committer | Markus Goetz <Markus.Goetz@nokia.com> | 2010-05-06 14:51:00 (GMT) |
commit | 6af3db7e24527731124ad1233f926bc8d1c890b3 (patch) | |
tree | 7b13c14f36d4684e49b519bc956716da36cda203 /dist/changes-4.7.0 | |
parent | 7770690dc220c4e75ed1411d2adf2e819092f7f2 (diff) | |
download | Qt-6af3db7e24527731124ad1233f926bc8d1c890b3.zip Qt-6af3db7e24527731124ad1233f926bc8d1c890b3.tar.gz Qt-6af3db7e24527731124ad1233f926bc8d1c890b3.tar.bz2 |
My changelog entries for core and network
Diffstat (limited to 'dist/changes-4.7.0')
-rw-r--r-- | dist/changes-4.7.0 | 25 |
1 files changed, 21 insertions, 4 deletions
diff --git a/dist/changes-4.7.0 b/dist/changes-4.7.0 index 4035bfe..df782c0 100644 --- a/dist/changes-4.7.0 +++ b/dist/changes-4.7.0 @@ -53,7 +53,8 @@ QtCore - QXmlStreamReader * [QTBUG-9196] fixed crash when parsing - + - QTimer + * singleShot with 0 timeout will now avoid allocating objects QtGui ----- @@ -74,9 +75,25 @@ QtGui QtNetwork --------- - - - [QTBUG-8206] QNetworkAccessManager: add method to send custom requests - - [QTBUG-9618] [MR 2372] send secure cookies only over secure connections + - QHostInfo: Added a small 60 second DNS cache + - QNetworkAccessManager + * Performance improvements for file:// and http:// + * Crash fixes + * Improvements on HTTP pipelining + * Fix problem with canReadLine() + * Fix problem with HTTP 100 reply + * Some new attributes for QNetworkRequest + * [QTBUG-8206] add method to send custom requests + * [QTBUG-9618] [MR 2372] send secure cookies only over secure connections + * [QTBUG-7713] Fix bug related to re-sending request + * [QTBUG-7673] Fix issue with some webservers + - Sockets + * Better support for derived QTcpServer + * [QTBUG-7054] Fix error handling with waitFor*() for socket engine + * [QTBUG-7316, QTBUG-7317] Also handle unknown errors from socket engine + - SSL + * [QTBUG-2515] Do not make OpenSSL prompt for a password + * [QTBUG-6504, QTBUG-8924, QTBUG-5645] Fix memleak QtXmlPatterns ------------- |