diff options
author | Qt Continuous Integration System <qt-info@nokia.com> | 2010-07-27 01:55:34 (GMT) |
---|---|---|
committer | Qt Continuous Integration System <qt-info@nokia.com> | 2010-07-27 01:55:34 (GMT) |
commit | 5929062996c9d0d90f19198064953a0086be7741 (patch) | |
tree | beb3dde92191dc5bbfa6139d40f3089f363c6138 | |
parent | 47769726d3d8db03153acfcd9552fd9bc0535358 (diff) | |
parent | 477090b4333c943285d585ff63d61c8ed239a87a (diff) | |
download | Qt-5929062996c9d0d90f19198064953a0086be7741.zip Qt-5929062996c9d0d90f19198064953a0086be7741.tar.gz Qt-5929062996c9d0d90f19198064953a0086be7741.tar.bz2 |
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integration
* '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1:
update changelog for 4.7.0
-rw-r--r-- | dist/changes-4.7.0 | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/dist/changes-4.7.0 b/dist/changes-4.7.0 index 8997cff..518d362 100644 --- a/dist/changes-4.7.0 +++ b/dist/changes-4.7.0 @@ -216,6 +216,7 @@ QtNetwork * [QTBUG-9618] [MR 2372] send secure cookies only over secure connections * [QTBUG-7713] Fix bug related to re-sending request * [QTBUG-7673] Fix issue with some webservers + * [QTBUG-11029] do not accept cookies with non-alpha-numerical domain - Sockets * Better support for derived QTcpServer * [QTBUG-7054] Fix error handling with waitFor*() for socket engine @@ -223,6 +224,10 @@ QtNetwork - SSL * [QTBUG-2515] Do not make OpenSSL prompt for a password * [QTBUG-6504, QTBUG-8924, QTBUG-5645] Fix memleak + * [QTBUG-9973] QSslCertificate: support large serial numbers + * [QTBUG-8833] make QSslSocket::systemCaCertificates() use system certs + * [QT-3567] QSslSocket: improve error handling (fixes Secunia Advisory SA40389) + * [QBTUG-4455, MR 731] Fix handling of SSL certificates with wildcard domain names QtScript -------- @@ -245,6 +250,7 @@ QtXmlPatterns - [QTBUG-8920] fixed crash with anonymous types in XsdSchemaChecker - [QTBUG-8394] include/import/redefine schemas only once - QXmlSchema: fix crash with referencing elements + - [QBTUG-6485] QXmlSchema: allow usage of xsd:all Qt Plugins ---------- @@ -471,6 +477,4 @@ QtCore: QtNetwork: - Qt does no longer provide its own CA bundle, but uses system APIs for - retrieving the default system certificates. On Symbian, - QSslSocket::systemCaCertificates() provides an empty list of - certificates. + retrieving the default system certificates. |