We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2163948 commit 81e8638Copy full SHA for 81e8638
ChangeLog
@@ -2,6 +2,7 @@
2
- refresh: fix releasing the best effort distributed refresh lock immediately after refreshing
3
the access token fails to avoid parallel requests queuing up and blocking threads; also
4
avoid trying the same prevously failed refresh request again, at least for 30 seconds
5
+- bump to 2.4.19.1rc0
6
7
01/03/2026
8
- test: fix long int test in test_util.c so that it fits within a 32bit long int size; see #1375; thanks @moschlar
configure.ac
@@ -1,4 +1,4 @@
1
-AC_INIT([mod_auth_openidc],[2.4.19.1dev],[hans.zandbelt@openidc.com])
+AC_INIT([mod_auth_openidc],[2.4.19.1rc0],[hans.zandbelt@openidc.com])
AC_SUBST(NAMEVER, AC_PACKAGE_TARNAME()-AC_PACKAGE_VERSION())
0 commit comments