summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorMarkus Goetz <Markus.Goetz@nokia.com>2010-05-06 16:48:28 +0200
committerMarkus Goetz <Markus.Goetz@nokia.com>2010-05-06 16:51:00 +0200
commit6af3db7e24527731124ad1233f926bc8d1c890b3 (patch)
tree7b13c14f36d4684e49b519bc956716da36cda203 /dist
parent7770690dc220c4e75ed1411d2adf2e819092f7f2 (diff)
My changelog entries for core and network
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-4.7.025
1 files changed, 21 insertions, 4 deletions
diff --git a/dist/changes-4.7.0 b/dist/changes-4.7.0
index 4035bfecd5..df782c0a66 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
-------------