From 1b8f13438270f8e01959f7a1fcc28b5d52f5bdec Mon Sep 17 00:00:00 2001 From: Thijs Kinkhorst <thijs@kinkhorst.com> Date: Fri, 24 Jan 2020 12:49:28 +0000 Subject: [PATCH] Add changelog for 1.18.4 --- docs/simplesamlphp-changelog.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/simplesamlphp-changelog.md b/docs/simplesamlphp-changelog.md index e05cf0496..a8cd1396c 100644 --- a/docs/simplesamlphp-changelog.md +++ b/docs/simplesamlphp-changelog.md @@ -13,6 +13,18 @@ Released TBD * This version will be the last of the 1.x branch and will provide a migration path to our new templating system, routing system, translation system and hooks. +## Version 1.18.4 + +Released 2020-01-24 + + * Resolved a security issue in email reports. See + [SSPSA 202001-01](https://simplesamlphp.org/security/202001-01). + * Resolved a security issue with the logging system. See + [SSPSA 202001-02](https://simplesamlphp.org/security/202001-02). + * Fixed SQL store index creation for PostgreSQL. + * Handle case where cookie 'domain' parameter was not set. + * Update versions of included JavaScript dependencies. + ## Version 1.18.3 Released 2019-12-09 -- GitLab