diff options
author | Markus Goetz <Markus.Goetz@nokia.com> | 2010-01-12 11:14:41 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2010-01-13 16:44:56 (GMT) |
commit | 950400c49073329c7c51bc3983910e5d4bacf05d (patch) | |
tree | 2c722f86e180444f64d50fe19622b765d8d2b2aa | |
parent | dc6946be47ee8afb51991066c3c77dae9675a097 (diff) | |
download | Qt-950400c49073329c7c51bc3983910e5d4bacf05d.zip Qt-950400c49073329c7c51bc3983910e5d4bacf05d.tar.gz Qt-950400c49073329c7c51bc3983910e5d4bacf05d.tar.bz2 |
Update changelog with some of my stuff
(cherry picked from commit d1f73b7be62b0f6e9294b5d78ccd0680cb9fe118)
-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 d80627e..4a9dcd0 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 -------- |