From c8dbb8f12600dc4beacb167f6376e547fc642fd1 Mon Sep 17 00:00:00 2001
From: Olav Morken <olav.morken@uninett.no>
Date: Tue, 15 May 2012 10:38:37 +0000
Subject: [PATCH] docs: Update changelog and upgrade notes.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3093 44740490-163a-0410-bde0-09ae8108e29a
---
 docs/simplesamlphp-changelog.txt         | 11 ++++++++++-
 docs/simplesamlphp-upgrade-notes-1.9.txt |  1 +
 2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/docs/simplesamlphp-changelog.txt b/docs/simplesamlphp-changelog.txt
index e343160ad..62554114e 100644
--- a/docs/simplesamlphp-changelog.txt
+++ b/docs/simplesamlphp-changelog.txt
@@ -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.
diff --git a/docs/simplesamlphp-upgrade-notes-1.9.txt b/docs/simplesamlphp-upgrade-notes-1.9.txt
index 865abdd29..3f655b45e 100644
--- a/docs/simplesamlphp-upgrade-notes-1.9.txt
+++ b/docs/simplesamlphp-upgrade-notes-1.9.txt
@@ -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.
-- 
GitLab