summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorMarkus Goetz <Markus.Goetz@nokia.com>2010-02-04 11:49:37 (GMT)
committerMarkus Goetz <Markus.Goetz@nokia.com>2010-02-04 11:49:53 (GMT)
commitb52e4ac1dfcce317872d9104142c026951a29145 (patch)
treef8c9e5446b16324147be8309a7bda0d4cc08711c /dist
parent4c8b2aa00acc00a95b6f950a4ab7de737631e494 (diff)
downloadQt-b52e4ac1dfcce317872d9104142c026951a29145.zip
Qt-b52e4ac1dfcce317872d9104142c026951a29145.tar.gz
Qt-b52e4ac1dfcce317872d9104142c026951a29145.tar.bz2
My Changelog entries for 4.6.2
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 65c07cb..5f3d23c 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
-----
@@ -63,8 +67,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
--------