From a184fb3678760dfd82c500e6eda7c705b6717b49 Mon Sep 17 00:00:00 2001 From: Jaime Perez Crespo <jaime.perez@uninett.no> Date: Mon, 31 Aug 2015 17:00:32 +0200 Subject: [PATCH] Update the upgrade notes. --- docs/simplesamlphp-upgrade-notes-1.14.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/simplesamlphp-upgrade-notes-1.14.txt b/docs/simplesamlphp-upgrade-notes-1.14.txt index a63b24b60..e5de10ab9 100644 --- a/docs/simplesamlphp-upgrade-notes-1.14.txt +++ b/docs/simplesamlphp-upgrade-notes-1.14.txt @@ -72,8 +72,6 @@ The following deprecated methods and constants have been removed: The following methods have changed their signature. Refer to the code for the updated signatures: * `SimpleSAML_Auth_Default::initLogin()` - * `SimpleSAML_Auth_Default::initLogout()` - * `SimpleSAML_Auth_Default::initLogoutReturn()` * `SimpleSAML_Metadata_MetaDataStorageHandler::getGenerated()` * `SimpleSAML_Metadata_MetaDataStorageHandler::getMetaData()` * `SimpleSAML_Metadata_MetaDataStorageHandler::getMetaDataCurrent()` @@ -86,7 +84,7 @@ The following methods have changed their signature. Refer to the code for the up The following methods and classes have been deprecated. Refer to the code for alternatives: - * `SimpleSAML_Auth_Default` + * `SimpleSAML_Auth_Default`, together with all the `SimpleSAML_Auth_Default.*` keys in the state array. * `SimpleSAML_Auth_Default::extractPersistentAuthState()` * `SimpleSAML_Auth_Default::handleUnsolicitedAuth()` * `SimpleSAML_Auth_Default::initLogin()` -- GitLab