From 48081b92cffdd33ca3aa642572b5125de70bcb69 Mon Sep 17 00:00:00 2001 From: Jaime Perez Crespo <jaime.perez@uninett.no> Date: Sun, 30 Aug 2015 19:46:50 +0200 Subject: [PATCH] Update changelog. --- docs/simplesamlphp-changelog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/simplesamlphp-changelog.txt b/docs/simplesamlphp-changelog.txt index d45d3be42..cfd4219b1 100644 --- a/docs/simplesamlphp-changelog.txt +++ b/docs/simplesamlphp-changelog.txt @@ -40,6 +40,7 @@ Released TBD * Fixed an issue with SAML 1.X SSO authentications that removed the NameID of the subject from available data. * Fixed an issue with the login form that resulted in a `NOSTATE` error if the user clicked the login button twice. * Fixed an issue with replay detection in IdP-initiated flows. + * Fixed an issue with SessionNotOnOrAfter that kept moving forward in the future with every SSO authentication. * Fixed an issue that prevented the SAML 1.X IdP to restart when the session is lost. * Fixed an issue that prevented classes using namespaces to be loaded automatically. * Fixed an issue that prevented certain metadata signatures to be verified (fixed upstream in `xmlseclibs`). -- GitLab