Changelog and upgrade notes for version 1.10.

git-svn-id: http://simplesamlphp.googlecode.com/svn/trunk@3141 44740490-163a-0410-bde0-09ae8108e29a
This commit is contained in:
olavmrk 2012-08-02 10:49:21 +00:00
parent d8f4425f59
commit 5d113d5201
3 changed files with 28 additions and 0 deletions

View File

@ -2,6 +2,7 @@ SimpleSAMLphp Documentation
===========================
* [Installing simpleSAMLphp](simplesamlphp-install)
* [Upgrade notes for version 1.10](simplesamlphp-upgrade-notes-1.10)
* [Upgrade notes for version 1.9](simplesamlphp-upgrade-notes-1.9)
* [Upgrade notes for version 1.8](simplesamlphp-upgrade-notes-1.8)
* [Upgrade notes for version 1.7](simplesamlphp-upgrade-notes-1.7)

View File

@ -6,6 +6,29 @@ simpleSAMLphp changelog
This document lists the changes between versions of simpleSAMLphp.
See the upgrade notes for specific information about upgrading.
## Version 1.10
Released TBD.
* Add support for storing data without expiration timestamp in memcache.
* Fix for reauthentication in old shib13 authentication handler.
* Clean up executable-permissions on files.
* Change encryption to use the rsa-oaep-mgf1p key padding instead of PKCS 1.5.
* Update translations.
### `core`
* `core:UserPass(Org)Base`: Add "remember username" option.
### `riak`
* New module for storing sessions in a Riak database.
### `saml`
* Add support for overriding SAML 2.0 SP authentication request generation.
* Add support for blacklisting encryption algorithms.
## Version 1.9.1
Released 2012-08-02.

View File

@ -0,0 +1,4 @@
Upgrade notes for simpleSAMLphp 1.10
====================================
* The default encryption key padding scheme has been changed to `http://www.w3.org/2001/04/xmlenc#rsa-oaep-mgf1p`. This may cause problems if the recipient of messages do not support this padding scheme.