diff options
author | Markus Goetz <Markus.Goetz@nokia.com> | 2010-01-12 11:14:41 (GMT) |
---|---|---|
committer | Markus Goetz <Markus.Goetz@nokia.com> | 2010-01-12 11:14:41 (GMT) |
commit | d1f73b7be62b0f6e9294b5d78ccd0680cb9fe118 (patch) | |
tree | d55f6f64c1bc18ccbbd40b91b805b3a926c5de0f /dist | |
parent | eef74a19b867f307d7a0c0c47f3ee0ce2c4d283e (diff) | |
download | Qt-d1f73b7be62b0f6e9294b5d78ccd0680cb9fe118.zip Qt-d1f73b7be62b0f6e9294b5d78ccd0680cb9fe118.tar.gz Qt-d1f73b7be62b0f6e9294b5d78ccd0680cb9fe118.tar.bz2 |
Update changelog with some of my stuff
Diffstat (limited to 'dist')
-rw-r--r-- | dist/changes-4.6.1 | 21 |
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 -------- |