summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorPeter Hartmann <peter.hartmann@nokia.com>2011-08-03 18:36:55 +0200
committerQt by Nokia <qt-info@nokia.com>2011-08-04 16:13:33 +0200
commit8ef86d05f199ebab216da43d5e0a9dc322b657b3 (patch)
treeea8fac9adf6ce41b530bdb2bc6f4b79010f871f9 /dist
parent69d6012de469185aa70c86fec69fcb908acfde0c (diff)
QSslCertificate: deprecate alternateSubjectNames()
... and add a new method subjectAlternativeNames() instead. This was a typo in the API. Change-Id: Id8704c387c9ff8e1af2b9a524ff628f5c053a294 Reviewed-on: http://codereview.qt.nokia.com/2618 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: João Abecasis <joao.abecasis@nokia.com>
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-5.0.04
1 files changed, 4 insertions, 0 deletions
diff --git a/dist/changes-5.0.0 b/dist/changes-5.0.0
index 523d649573..32ca8dbd66 100644
--- a/dist/changes-5.0.0
+++ b/dist/changes-5.0.0
@@ -20,6 +20,10 @@ information about a particular change.
- QLibrary::resolve() now returns a function pointer instead of a void
pointer.
+- QSslCertificate::alternateSubjectNames() is deprecated (but can be enabled
+ via QT_DISABLE_DEPRECATED_BEFORE), use
+ QSslCertificate::subjectAlternativeNames() instead.
+
****************************************************************************
* General *
****************************************************************************