From d47d6c3536a26db0d977301cc0130d652a000da4 Mon Sep 17 00:00:00 2001 From: Hans Zandbelt Date: Wed, 16 Oct 2024 08:12:52 +0200 Subject: [PATCH] release 2.4.16.5 Signed-off-by: Hans Zandbelt --- ChangeLog | 3 +++ configure.ac | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b2f5c47a..a257ebf8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +10/16/2024 +- release 2.4.16.5 + 10/04/2024 - ensure backwards compatibility with versions <2.4.16.x when a JSON array of string values is provided in the "aud" claim of the ID token; required by (at least) Oracle IDCS diff --git a/configure.ac b/configure.ac index 72573ea7..87915889 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([mod_auth_openidc],[2.4.16.5rc0],[hans.zandbelt@openidc.com]) +AC_INIT([mod_auth_openidc],[2.4.16.5],[hans.zandbelt@openidc.com]) AC_SUBST(NAMEVER, AC_PACKAGE_TARNAME()-AC_PACKAGE_VERSION())