Skip to content
Snippets Groups Projects
Commit 3f846172 authored by Olav Morken's avatar Olav Morken
Browse files

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
parent 2ce83408
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment