From 49891e3e2270683bd3eefc62558ffb34e2312580 Mon Sep 17 00:00:00 2001 From: Tim van Dijen <tvdijen@gmail.com> Date: Thu, 18 Jan 2018 11:18:51 +0100 Subject: [PATCH] Add missing info on 1.15.1 release --- docs/simplesamlphp-changelog.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/simplesamlphp-changelog.md b/docs/simplesamlphp-changelog.md index 3cf9478c0..93a480100 100644 --- a/docs/simplesamlphp-changelog.md +++ b/docs/simplesamlphp-changelog.md @@ -27,6 +27,19 @@ Released TBD ### Sqlauth * Changed from default-enabled to default-disabled. +## Version 1.15.1 + +Released 2018-01-12 + +### Bug fixes + * AuthX509 error messages were broken. + * Properly calculate supported protocols based on config. + * NameIDAttribute filter: update to use SAML2\XML\saml\NameID. + * Replace remaining uses of SimpleSAML_Logger with namespace version. + * Statistics: prevent mixed content errors. + * Add 'no-store' to the cache-control header to avoid Chrome + caching redirects. + ## Version 1.15.0 Released 2017-11-20 -- GitLab