From 2f6529671c59c5c5c9740e3b927d7fa8e78fe38c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaime=20Pe=CC=81rez=20Crespo?= <jaime.perez@uninett.no> Date: Wed, 10 Jul 2019 12:38:27 +0200 Subject: [PATCH] Update changelog. --- docs/simplesamlphp-changelog.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/simplesamlphp-changelog.md b/docs/simplesamlphp-changelog.md index f031b4913..d9be80831 100644 --- a/docs/simplesamlphp-changelog.md +++ b/docs/simplesamlphp-changelog.md @@ -8,19 +8,20 @@ See the upgrade notes for specific information about upgrading. ## Version 1.17.3 -Released TBD +Released 2019-07-10 + * Resolved a security issue that could lead to a reflected XSS. See + [SSPSA 201907-01](https://simplesamlphp.org/security/201907-01). * Add new options `session.cookie.samesite` and `language.cookie.samesite` that can be used to set a specific value for the cookies' SameSite attribute. The default it not to set it. * Upgraded jQuery to version 3.4. + * HHVM is no longer supported. * Fixed a bug (#926) where dynamic metadata records where not loaded from a database. - * Removed HHVM from Travis; it is broken beyond repair and no longer supported by Symfony. - * Fixed a minor GUI glitch in auth_status.twig. * Fixed an issue when an error occurs during a passive authentication request. - * Handle duplicate insertion also for SQL Server. + * Handle duplicate insertions for SQL Server. * Fix a bug in Short SSO Interval warning filter. - * Apply workaround for SIGSEGVs on session creation with PHP 7.3. + * Apply a workaround for SIGSEGVs during session creation with PHP-FPM 7.3. ### adfs * Fixed a missing option to supply a passphrase for the ADFS IDP signing certificate. @@ -32,7 +33,7 @@ Released TBD A migration guide for LinkedIn authentication is included in their README. ### saml - * Added support for per-IDP configurable AuthnContextClassRef/AuthnContextComparison. + * Added support for per-IDP configurable `AuthnContextClassRef`/`AuthnContextComparison`. ## Version 1.17.2 -- GitLab