summaryrefslogtreecommitdiffstats
path: root/dist/changes-4.6.0
diff options
context:
space:
mode:
Diffstat (limited to 'dist/changes-4.6.0')
-rw-r--r--dist/changes-4.6.047
1 files changed, 47 insertions, 0 deletions
diff --git a/dist/changes-4.6.0 b/dist/changes-4.6.0
index eadc5c946d..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
@@ -95,6 +98,9 @@ QtCore
* Improved reading utf8/utf16/utf32 data by correctly skipping the
ByteOrderMark when reading data by one character at a time.
+- QXmlStreamWriter
+ * [256468] fix comment indentation
+
QtGui
- QGraphicsAnchorLayout
* Support for expanding size policy has been removed. (The Qt 4.6 Beta had support for it).
@@ -250,6 +256,42 @@ QtGui
- QApplication
* [QTBUG-739] Removed internal widgets from QApplication::topLevelWidgets().
+QtNetwork
+
+ - 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
+ * fix timeout when waiting for a connection on Unix
+
+ - 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
+ * [257322] add possibility to ignore specific SSL errors
+ * New isFinished() method.
+
+ - QSslCertificate
+ * [251830] fix version() and serialNumber() methods
+
+ - 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
- QGLFormat
@@ -280,6 +322,11 @@ QtOpenGL
- QGLGradientCache
* [249919] Clean up the gradient cache in the right context.
+QtXml
+
+- QDomDocument
+ * set the codec to UTF-8 if codec not present or unknown
+
****************************************************************************
* Platform Specific Changes *
****************************************************************************