diff options
author | Peter Hartmann <peter.hartmann@nokia.com> | 2010-06-17 07:55:45 (GMT) |
---|---|---|
committer | Peter Hartmann <peter.hartmann@nokia.com> | 2010-06-17 07:56:42 (GMT) |
commit | 458a18284406dedcf0628c651fb3511553dbcb58 (patch) | |
tree | 3204c69500082112ef5dbc970729e8b12993e37f /dist | |
parent | b768d155c5b40c66f7b83ca5e52ad6dda78c2fe8 (diff) | |
download | Qt-458a18284406dedcf0628c651fb3511553dbcb58.zip Qt-458a18284406dedcf0628c651fb3511553dbcb58.tar.gz Qt-458a18284406dedcf0628c651fb3511553dbcb58.tar.bz2 |
document QSslSocket::systemCaCertificates() change in changelog
Reviewed-by: Zeno Albisser
Diffstat (limited to 'dist')
-rw-r--r-- | dist/changes-4.7.0 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dist/changes-4.7.0 b/dist/changes-4.7.0 index 95cff56..c19bf15 100644 --- a/dist/changes-4.7.0 +++ b/dist/changes-4.7.0 @@ -377,3 +377,9 @@ QtCore: ABIs, but it also allowed for unaligned access. Qt never generates or uses unaligned access and the new EABI aligns as expected, so the flag was removed. + +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. |