summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorPeter Hartmann <peter.hartmann@nokia.com>2010-06-17 09:55:45 +0200
committerPeter Hartmann <peter.hartmann@nokia.com>2010-06-17 09:56:42 +0200
commit458a18284406dedcf0628c651fb3511553dbcb58 (patch)
tree3204c69500082112ef5dbc970729e8b12993e37f /dist
parentb768d155c5b40c66f7b83ca5e52ad6dda78c2fe8 (diff)
document QSslSocket::systemCaCertificates() change in changelog
Reviewed-by: Zeno Albisser
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-4.7.06
1 files changed, 6 insertions, 0 deletions
diff --git a/dist/changes-4.7.0 b/dist/changes-4.7.0
index 95cff56db7..c19bf15a5d 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.