From 62757fdbad280a4ddb56b1958fe5761e7bbae0c5 Mon Sep 17 00:00:00 2001 From: Thijs Kinkhorst Date: Fri, 12 Jan 2024 21:23:13 +0000 Subject: [PATCH] Prepare for 0.19.0 release. --- NEWS | 17 +++++++++++++++++ configure.ac | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 685e656..5c80d9e 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,20 @@ +Version 0.19.0 +--------------------------------------------------------------------------- + +Enhancements: + +* Support for HTTP-POST binding on Singe Logout endpoint. + +* Update documentation. + +Cleanup: + +* Raise minimum Lasso version to 2.4, cleaning up legacy code for + compatibility with older versions, including the obsolete + `MellonIdPPublicKeyFile` setting which was not working with recent + Lasso versions. + + Version 0.18.1 --------------------------------------------------------------------------- diff --git a/configure.ac b/configure.ac index e765598..40dd071 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([mod_auth_mellon],[0.18.1],[https://github.com/latchset/mod_auth_mellon/issues]) +AC_INIT([mod_auth_mellon],[0.19.0],[https://github.com/latchset/mod_auth_mellon/issues]) AC_CONFIG_HEADERS([config.h]) # We require support for C99.