summaryrefslogtreecommitdiffstats
path: root/dist/changes-4.6.1
diff options
context:
space:
mode:
authorMarkus Goetz <Markus.Goetz@nokia.com>2010-01-12 11:14:41 (GMT)
committerMarkus Goetz <Markus.Goetz@nokia.com>2010-01-12 11:14:41 (GMT)
commitd1f73b7be62b0f6e9294b5d78ccd0680cb9fe118 (patch)
treed55f6f64c1bc18ccbbd40b91b805b3a926c5de0f /dist/changes-4.6.1
parenteef74a19b867f307d7a0c0c47f3ee0ce2c4d283e (diff)
downloadQt-d1f73b7be62b0f6e9294b5d78ccd0680cb9fe118.zip
Qt-d1f73b7be62b0f6e9294b5d78ccd0680cb9fe118.tar.gz
Qt-d1f73b7be62b0f6e9294b5d78ccd0680cb9fe118.tar.bz2
Update changelog with some of my stuff
Diffstat (limited to 'dist/changes-4.6.1')
-rw-r--r--dist/changes-4.6.121
1 files changed, 17 insertions, 4 deletions
diff --git a/dist/changes-4.6.1 b/dist/changes-4.6.1
index b1eb6e2..5255894 100644
--- a/dist/changes-4.6.1
+++ b/dist/changes-4.6.1
@@ -40,8 +40,11 @@ Optimizations
QtCore
------
- - foo
- * bar
+ - QFile
+ * Improve performance of getting the canonical filename on Linux
+ and Symbian by using realpath() system call
+ * Avoid stat() when opening a file
+
QtGui
-----
@@ -71,8 +74,18 @@ QtDBus
QtNetwork
---------
- - foo
- * bar
+ - QNetworkAccessManager
+ * HTTP: Smaller improvements
+ * HTTP: Send our locale with the HTTP request
+ * HTTP: Start Accept-language and Authorization header with capital letter
+ * file: Introduce special subclass for higher performance with file:// URLs
+ - QTcpSocket
+ * [QTBUG-5799] Fix waitForConnected() on Windows
+ - QNetworkProxyFactory
+ * Fixed systemProxyForQuery(), it could sometimes return invalid empty list
+ on Windows
+ - QHostInfo
+ * Use 5 parallel threads for host lookup instead of 1
QtOpenGL
--------