From 8ef86d05f199ebab216da43d5e0a9dc322b657b3 Mon Sep 17 00:00:00 2001 From: Peter Hartmann Date: Wed, 3 Aug 2011 18:36:55 +0200 Subject: QSslCertificate: deprecate alternateSubjectNames() MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... 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 Reviewed-by: João Abecasis --- dist/changes-5.0.0 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'dist') 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 * **************************************************************************** -- cgit v1.2.3