Revision: 3121
Author:   olavmrk
Date:     Mon Jun 18 05:00:52 2012
Log:      Add documentation updates from 1.9.
http://code.google.com/p/simplesamlphp/source/detail?r=3121

Modified:
 /trunk/docs/simplesamlphp-changelog.txt
 /trunk/docs/simplesamlphp-upgrade-notes-1.9.txt

=======================================
--- /trunk/docs/simplesamlphp-changelog.txt     Mon May 21 03:03:49 2012
+++ /trunk/docs/simplesamlphp-changelog.txt     Mon Jun 18 05:00:52 2012
@@ -8,7 +8,7 @@

 ## Version 1.9

-Released 2012-05-XX.
+Released 2012-06-13.

   * Restructure error templates to share a common base template.
   * Warnings about URL length limits from Suhosin PHP extension.
@@ -54,6 +54,7 @@
   * Remove unecessary check for PHP version >= 5.2 when setting cookies.
* Better error message when a module is missing a default-enable or default-disable file.
   * Support for validating RSA-SHA256 signatures.
+  * Fixes for session exipration handling.

 ### `aselect`

@@ -146,6 +147,11 @@
   * Throw more relevant exceptions.
   * Update to latest version of the OpenID library.
* Support for sending authentication requests via GET requests (with the prefer_http_redirect option). + * Prevent deprecation warnings from the OpenID library from causing deadlocks in the class loader.
+
+### `openidProvider`
+
+ * Prevent deprecation warnings from the OpenID library from causing deadlocks in the class loader.

 ### `radius`

@@ -165,6 +171,7 @@
* Add support for parsing and serializing the <mdrpi:PublicationInfo> metadata extension.
   * Ignore cacheDuration when validating metadata.
* Better error handling when receiving a SAML 2.0 artifact from an unknown entity.
+  * Fix parsing of <md:AssertionIDRequestService> metadata elements.
* IdP: Do not always trigger reauthentication when the authentication request contains a IdPList-element. * IdP: Add `saml:AllowCreate` to the state array. This makes it possible to access this parameter from authentication processing filters.
   * IdP: Sign the artifact response message.
@@ -177,6 +184,7 @@
* 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.
+  * SP: Fix session expiration when the IdP limits the session lifetime.
* `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.
=======================================
--- /trunk/docs/simplesamlphp-upgrade-notes-1.9.txt     Tue May 15 03:38:37 2012
+++ /trunk/docs/simplesamlphp-upgrade-notes-1.9.txt     Mon Jun 18 05:00:52 2012
@@ -8,3 +8,4 @@
* 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. + * There has been various fixes in the session exipration handling. As a result of this, sessions may get a shorter lifetime (if the IdP places a limit on the lifetime, this limit will now be honored).

--
You received this message because you are subscribed to the Google Groups 
"simpleSAMLphp commits" group.
To post to this group, send email to simplesamlphp-commits@googlegroups.com.
To unsubscribe from this group, send email to 
simplesamlphp-commits+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/simplesamlphp-commits?hl=en.

Reply via email to