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

Changelog and upgrade notes for version 1.10.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3141 44740490-163a-0410-bde0-09ae8108e29a
parent 4c5b0524
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
......@@ -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.
......
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.
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