From 3f8461724b6b5a6c4a1695ad14d9cbd4bba147c8 Mon Sep 17 00:00:00 2001 From: Olav Morken <olav.morken@uninett.no> Date: Fri, 9 Jul 2010 11:41:46 +0000 Subject: [PATCH] Initial changelog for version 1.7. Might as well get started on it. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2400 44740490-163a-0410-bde0-09ae8108e29a --- docs/simplesamlphp-changelog.txt | 38 ++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/docs/simplesamlphp-changelog.txt b/docs/simplesamlphp-changelog.txt index a8abeafdd..1ee2fe9eb 100644 --- a/docs/simplesamlphp-changelog.txt +++ b/docs/simplesamlphp-changelog.txt @@ -6,6 +6,44 @@ simpleSAMLphp changelog This document lists the changes between versions of simpleSAMLphp. See the upgrade notes for specific information about upgrading. +## Version 1.7 + + * `aselect` authentication module. + * The `saml2` module has been removed. + * The `saml2:SP` authsource has been removed. + * The `sspmod_saml2_Error` class has been renamed to `sspmod_saml_Error`. + * The `sspmod_saml2_Message` class has been renamed to `sspmod_saml_Message`. + * Unified cookie configuration settings. + * Added protection against session fixation attacks. + * Moved IdP function from `sspmod_saml_Message` to `sspmod_saml_IdP_SAML2`. + * Removed several functions and classes that are unused: + * `SimpleSAML_Utilities::strleft` + * `SimpleSAML_Utilities::array_values_equal` + * `SimpleSAML_Utilities::getRequestURI` + * `SimpleSAML_Utilities::getScriptName` + * `SimpleSAML_Utilities::getSelfProtocol` + * `SimpleSAML_Metadata_MetaDataStorageHandlerSAML2Meta` + * Moved function from Utilities-class to more appropriate locations. + * `getAuthority` to `SimpleSAML_IdP` + * `generateUserId` to `sspmod_saml_IdP_SAML2`. + * Removed metadata send functionality from old SP code. + * Removed bin/test.php and www/admin/test.php. + * Removed metashare. + +### SAML 2 IdP + + * Support for generation of NameID values via [processing filters](./saml:nameid) + * Obey the NameIDPolicy Format in authentication request. + +### SAML 1 IdP + + * Add `urn:mace:shibboleth:1.0` as supported protocol in generated metadata. + +### `core` + + * `core:AttributeLimit`: Make it possible to specify a default set of attributes. + + ## Version 1.6.1 Released 2010-06-25. -- GitLab