From 78edf5235dfde512987f03a2739e536e43ec90a8 Mon Sep 17 00:00:00 2001 From: Thijs Kinkhorst Date: Tue, 8 Sep 2020 10:30:05 +0000 Subject: [PATCH] Prepare mellon release 0.17.0 --- NEWS | 26 ++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index b05e0de..fa14926 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,29 @@ +Version 0.17.0 +--------------------------------------------------------------------------- + +Enhancements: + + * New option MellonSendExpectHeader (default On) which allows to disable + sending the Expect header in the HTTP-Artifact binding to improve + performance when the remote party does not support this header. + + * Set SameSite attribute to None on on the cookietest cookie. + + * Bump default generated keysize to 3072 bits in mellon_create_metadata. + +Bug fixes: + + * Validate if the assertion ID has not been used earlier before creating + a new session. + + * Release session cache after calling invalidate endpoint. + + * In MellonCond directives, fix a bug that setting the NC option would + also activate substring match and that REG would activate REF. + + * Fix MellonCond substring match to actually match the substring on + the attribute value. + Version 0.16.0 --------------------------------------------------------------------------- diff --git a/configure.ac b/configure.ac index 6e4ce38..421b952 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([mod_auth_mellon],[0.16.0],[https://github.com/latchset/mod_auth_mellon/issues]) +AC_INIT([mod_auth_mellon],[0.17.0],[https://github.com/latchset/mod_auth_mellon/issues]) AC_CONFIG_HEADERS([config.h]) # We require support for C99.