Skip to content

Commit

Permalink
Prepare mellon release 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thijskh committed Sep 8, 2020
1 parent dd2beec commit 78edf52
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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
---------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 78edf52

Please sign in to comment.