From 733bd50ceea1d628011a09de5f53ec0ee6f92e55 Mon Sep 17 00:00:00 2001 From: Jaime Perez <jaime.perez@uninett.no> Date: Mon, 27 Oct 2014 16:17:08 +0100 Subject: [PATCH] Changelog updated. --- docs/simplesamlphp-changelog.txt | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/simplesamlphp-changelog.txt b/docs/simplesamlphp-changelog.txt index 55c2b3d6f..37dedae19 100644 --- a/docs/simplesamlphp-changelog.txt +++ b/docs/simplesamlphp-changelog.txt @@ -6,9 +6,19 @@ simpleSAMLphp changelog This document lists the changes between versions of simpleSAMLphp. See the upgrade notes for specific information about upgrading. +## Version 1.13.1 + +Released 2014-10-27 + + * Solved an issue with empty fields in metadata to cause SimpleSAMLphp to fail with a translation error. Issues #97 and #114. + * Added Basque language to the list of known languages. Issue #117. + * Optimized the execution of redirections by removing an additional, unnecessary function call. + * Solved an issue that caused SimpleSAMLphp to fail when the RelayState parameter was empty or missing on an IdP-initiated authentication. Issues #99 and # 104. + * Fixed a certificate check for SubjectConfirmations with Holder of Key methods. + ## Version 1.13 -Released TBD. +Released 2014-09-25. * Added the 'remember me' option to the default login page. * Improved error reporting. -- GitLab