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

docs: Update changelog and upgrade notes.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3093 44740490-163a-0410-bde0-09ae8108e29a
parent 7bea57bb
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ See the upgrade notes for specific information about upgrading.
## Version 1.9
Released 2012-04-XX.
Released 2012-05-XX.
* Restructure error templates to share a common base template.
* Warnings about URL length limits from Suhosin PHP extension.
......@@ -55,6 +55,13 @@ Released 2012-04-XX.
* Better error message when a module is missing a default-enable or default-disable file.
* Support for validating RSA-SHA256 signatures.
### `aselect`
* New module that replaces the previous module.
* Better error handling.
* Support for request signing.
* Loses support for A-Select Cross.
### `authcrypt`
* `authcrypt:Hash`: New authentication source for checking username & password against a list of usernames and hashed passwords.
......@@ -164,6 +171,8 @@ Released 2012-04-XX.
* SP: Do not display error on duplicate response when we have a valid session.
* SP: Fix for logout after IdP initiated authentication.
* SP: Fix handling of authentication response without a saml:Issuer element.
* SP: Support for specifying required attributes in metadata.
* SP: Support for limiting the AssertionConsumerService endpoints listed in metadata.
* `saml:PersistentNameID`: Fail when the user has more than one value in the user ID attribute.
* `saml:SQLPersistentNameID`: Persistent NameID stored in a SQL database.
* `saml:AuthnContextClassRef`: New filter to set the AuthnContextClassRef in responses.
......
......@@ -7,3 +7,4 @@ Upgrade notes for simpleSAMLphp 1.9
* Access permissions of generated files are now restricted to the current user.
* The code to set cookies now requires PHP version >= 5.2. (PHP version 5.2.0 or newer has been the only supported version for a while, but it has in some cases been possible to run simpleSAMLphp with older versions.)
* It used to be possible to set an array of endpoints for the SingleSignOnService in `saml20-idp-hosted.php`. That is no longer supported.
* The `aselect` module has been replaced with a new module. The new module gives us better error handling and support for request signing, but we lose support for A-Select Cross.
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