summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorMarkus Goetz <Markus.Goetz@nokia.com>2010-02-04 11:49:37 (GMT)
committerJason McDonald <jason.mcdonald@nokia.com>2010-02-06 08:56:33 (GMT)
commit79f04b9dc202faac95e5d7eb45783189062568b6 (patch)
tree6af95d1e3e5e9009797f121471e543b970398e97 /dist
parent7f6d8edbf2e2fddba19a9717d673431281ad64fa (diff)
downloadQt-79f04b9dc202faac95e5d7eb45783189062568b6.zip
Qt-79f04b9dc202faac95e5d7eb45783189062568b6.tar.gz
Qt-79f04b9dc202faac95e5d7eb45783189062568b6.tar.bz2
My Changelog entries for 4.6.2
(cherry picked from commit b52e4ac1dfcce317872d9104142c026951a29145)
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-4.6.217
1 files changed, 15 insertions, 2 deletions
diff --git a/dist/changes-4.6.2 b/dist/changes-4.6.2
index bce2ad2..ef66f17 100644
--- a/dist/changes-4.6.2
+++ b/dist/changes-4.6.2
@@ -42,6 +42,10 @@ QtCore
- QXmlStreamWriter
* [QTBUG-6893] Fixed adding extra Byte Order Marks when writing to a xml file.
+ - QFSFileEngine
+ * Fix typo that made realpath() not being used
+ - QIODevice
+ * Optimized readAll()
QtGui
-----
@@ -76,8 +80,17 @@ QtDBus
QtNetwork
---------
- - foo
- * bar
+ - QNetworkAccessManager
+ * Optimizations
+ * HTTP: Get rid of QAbstractSocket warnings that were sometimes displayed
+ * HTTP: setReadBufferSize() of the QNetworkReply finally is working on all layers
+ * [QTBUG-7713] HTTP: Fix bug related to re-sending a request
+ - QSslCertificate
+ * [QTBUG-6466] Fix issuerInfo() and subjectInfo()
+ - QTcpSocket
+ * [QTBUG-7344] Fix performance degredation with write() on Windows
+ * [QTBUG-7316] Also handle unknown errors from socket engine
+ * [QTBUG-7317] Also handle unknown errors from socket engine
QtOpenGL
--------