diff options
author | Peter Hartmann <peter.hartmann@nokia.com> | 2010-05-06 13:30:05 (GMT) |
---|---|---|
committer | Peter Hartmann <peter.hartmann@nokia.com> | 2010-05-06 13:32:11 (GMT) |
commit | 92c4ccd5083e7efb3357bd190c07a95db604b9eb (patch) | |
tree | 890f59e6dd003bab61fa822615802e1f90c7b218 /dist | |
parent | 6629adee4741c3a72a83316671331ac996d046a5 (diff) | |
download | Qt-92c4ccd5083e7efb3357bd190c07a95db604b9eb.zip Qt-92c4ccd5083e7efb3357bd190c07a95db604b9eb.tar.gz Qt-92c4ccd5083e7efb3357bd190c07a95db604b9eb.tar.bz2 |
my changelog
Diffstat (limited to 'dist')
-rw-r--r-- | dist/changes-4.7.0 | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dist/changes-4.7.0 b/dist/changes-4.7.0 index d156bd7..4035bfe 100644 --- a/dist/changes-4.7.0 +++ b/dist/changes-4.7.0 @@ -51,6 +51,10 @@ Third party components QtCore ------ + - QXmlStreamReader + * [QTBUG-9196] fixed crash when parsing + + QtGui ----- @@ -67,6 +71,21 @@ QtGui * Fixed a bug that led to missing text pixels in QTabBar when using small font sizes. (QTBUG-7137) + +QtNetwork +--------- + + - [QTBUG-8206] QNetworkAccessManager: add method to send custom requests + - [QTBUG-9618] [MR 2372] send secure cookies only over secure connections + +QtXmlPatterns +------------- + + - [QTBUG-8920] fixed crash with anonymous types in XsdSchemaChecker + - [QTBUG-8394] include/import/redefine schemas only once + - QXmlSchema: fix crash with referencing elements + + **************************************************************************** * Database Drivers * **************************************************************************** |