From 96b508fbd37dff33f4572702dc11cac1bb317cfe Mon Sep 17 00:00:00 2001 From: Ivan Kanakarakis Date: Tue, 8 Dec 2020 15:29:16 +0200 Subject: Release version 6.4.0 Signed-off-by: Ivan Kanakarakis --- CHANGELOG.md | 10 ++++++++++ VERSION | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3dbf8e99..96b7fb85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ # Changelog +## 6.4.9 (2020-12-08) + +- Add preferred signing and digest algorithms configuration options: + Use the new configuration options `signing_algorithm` and `digest_algorithm`. +- Fix signed SAML AuthnRequest and Response when HTTP-Redirect binding is used: + Previously, the query params `Signature` and `SigAlg` were not included. +- Ignore duplicate RequestedAttribute entries when filtering attributes +- tests: Avoid reuse of old test data files + + ## 6.3.1 (2020-11-11) - Fix extraction of RegistrationInfo when no information is available diff --git a/VERSION b/VERSION index dc0208ab..19b860c1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.3.1 +6.4.0 -- cgit v1.2.1