summaryrefslogtreecommitdiffstats
path: root/dist/changes-4.6.1
diff options
context:
space:
mode:
authorPeter Hartmann <peter.hartmann@nokia.com>2010-01-12 13:57:17 (GMT)
committerPeter Hartmann <peter.hartmann@nokia.com>2010-01-12 14:02:31 (GMT)
commitddd193b39ba0fa26c18cb13743d9f68cb3749054 (patch)
tree3d8486543bd36b40cfe4cbd160eccfca4e1f1c68 /dist/changes-4.6.1
parent5a4a0af70184888fa05769bae2d22ee39d905bc0 (diff)
downloadQt-ddd193b39ba0fa26c18cb13743d9f68cb3749054.zip
Qt-ddd193b39ba0fa26c18cb13743d9f68cb3749054.tar.gz
Qt-ddd193b39ba0fa26c18cb13743d9f68cb3749054.tar.bz2
my changelog for 4.6.1
Diffstat (limited to 'dist/changes-4.6.1')
-rw-r--r--dist/changes-4.6.15
1 files changed, 5 insertions, 0 deletions
diff --git a/dist/changes-4.6.1 b/dist/changes-4.6.1
index 40066bb..b7073fc 100644
--- a/dist/changes-4.6.1
+++ b/dist/changes-4.6.1
@@ -45,6 +45,9 @@ QtCore
and Symbian by using realpath() system call
* Avoid stat() when opening a file
+ - QXmlStreamreader
+ * [merge request 1926] Fix parsing of DTDs that contain empty markup
+ declarations
QtGui
-----
@@ -84,6 +87,8 @@ QtNetwork
- QNetworkProxyFactory
* Fixed systemProxyForQuery(), it could sometimes return invalid empty list
on Windows
+ - QNetworkCookieJar
+ * [QTBUG-5815] do not check paths when accepting cookies
- QHostInfo
* Use 5 parallel threads for host lookup instead of 1