diff options
author | Markus Goetz <Markus.Goetz@nokia.com> | 2009-11-09 12:06:06 (GMT) |
---|---|---|
committer | Markus Goetz <Markus.Goetz@nokia.com> | 2009-11-09 12:15:12 (GMT) |
commit | 9fbcda80c8857202db01f58a9568e16604518b88 (patch) | |
tree | 3e4d0db08dba108e571c0765e1dfbf7c106dfc05 /dist | |
parent | cf417f787454f131f35248bb0c1294dadd777b45 (diff) | |
download | Qt-9fbcda80c8857202db01f58a9568e16604518b88.zip Qt-9fbcda80c8857202db01f58a9568e16604518b88.tar.gz Qt-9fbcda80c8857202db01f58a9568e16604518b88.tar.bz2 |
My relevant changes-4.6.0 updates
Reviewed-by: TrustMe
Diffstat (limited to 'dist')
-rw-r--r-- | dist/changes-4.6.0 | 30 |
1 files changed, 24 insertions, 6 deletions
diff --git a/dist/changes-4.6.0 b/dist/changes-4.6.0 index 5f73661..f90777d 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 |