From f3474b5a0e0e89c07bc0223f04c397cafd294bf5 Mon Sep 17 00:00:00 2001 From: Thijs Kinkhorst Date: Tue, 3 Jan 2023 10:39:17 +0000 Subject: [PATCH] Prepare release 0.18.1 --- NEWS | 11 +++++++++++ configure.ac | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 351d0f5..685e656 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,14 @@ +Version 0.18.1 +--------------------------------------------------------------------------- + +Enhancements: + +* Logout endpoint can handle POST response. + +* Ensure compatibility with OpenSSL 3. + +* Add encryption certificate in mellon_create_metadata.sh. + Version 0.18.0 --------------------------------------------------------------------------- diff --git a/configure.ac b/configure.ac index 5d0ab3a..8dbc8b3 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([mod_auth_mellon],[0.18.0],[https://github.com/latchset/mod_auth_mellon/issues]) +AC_INIT([mod_auth_mellon],[0.18.1],[https://github.com/latchset/mod_auth_mellon/issues]) AC_CONFIG_HEADERS([config.h]) # We require support for C99.