summaryrefslogtreecommitdiffstats
path: root/dist/changes-4.6.0
diff options
context:
space:
mode:
authorMarkus Goetz <Markus.Goetz@nokia.com>2009-11-09 13:06:06 +0100
committerMarkus Goetz <Markus.Goetz@nokia.com>2009-11-09 13:15:12 +0100
commit9fbcda80c8857202db01f58a9568e16604518b88 (patch)
tree3e4d0db08dba108e571c0765e1dfbf7c106dfc05 /dist/changes-4.6.0
parentcf417f787454f131f35248bb0c1294dadd777b45 (diff)
My relevant changes-4.6.0 updates
Reviewed-by: TrustMe
Diffstat (limited to 'dist/changes-4.6.0')
-rw-r--r--dist/changes-4.6.030
1 files changed, 24 insertions, 6 deletions
diff --git a/dist/changes-4.6.0 b/dist/changes-4.6.0
index 5f736611ed..f90777deb3 100644
--- a/dist/changes-4.6.0
+++ b/dist/changes-4.6.0
@@ -61,6 +61,9 @@ Third party components
QtCore
+ - QByteArray
+ * New overloads for QByteArray::insert() and QByteArray::prepend()
+
- QObject
* [259514] fixed a possible dead-lock in the destructor
@@ -255,24 +258,39 @@ QtGui
QtNetwork
-- QAbstractSocket
+ - QAbstractSocket
* only disconnect from host when all bytes have been written
+ * New setSocketOption method.
+
+ - QHttp
+ * Do not buffer the complete POST data anymore when HTTPS is used.
+ * QHttp is now obsolete and replaced by QNetworkAccessManager.
-- QLocalServer
+ - QLocalServer
* fix timeout when waiting for a connection on Unix
-- QNetworkAcessManager
+ - QNativeSocketEngine
+ * Do not set the OS socket send and receive buffer size. The OS
+ should auto tune these values for us.
+
+ - QNetworkAcessManager
* [242916] add possibility to send HTTP DELETE requests
+ * Connection count per HTTP server increased to 6 on Desktop, 3 on Symbian.
+ * Optional HTTP pipelining support.
+ * General HTTP performance improvements.
-- QNetworkReply
+ - QNetworkReply
* [257322] add possibility to ignore specific SSL errors
+ * New isFinished() method.
-- QSslCertificate
+ - QSslCertificate
* [251830] fix version() and serialNumber() methods
-- QSslSocket
+ - QSslSocket
* [257322] add possibility to ignore specific SSL errors
* Fix build with openssl 1.0.0 betas
+ * Trigger a SSL transmission when reading from the socket. In certain
+ cases the connection stalled when a buffer limit was used.
QtOpenGL