Skip to content

Commit 81e8638

Browse files
committed
bump to 2.4.19.1rc0
Signed-off-by: Hans Zandbelt <[email protected]>
1 parent 2163948 commit 81e8638

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ChangeLog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
- refresh: fix releasing the best effort distributed refresh lock immediately after refreshing
33
the access token fails to avoid parallel requests queuing up and blocking threads; also
44
avoid trying the same prevously failed refresh request again, at least for 30 seconds
5+
- bump to 2.4.19.1rc0
56

67
01/03/2026
78
- 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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT([mod_auth_openidc],[2.4.19.1dev],[[email protected]])
1+
AC_INIT([mod_auth_openidc],[2.4.19.1rc0],[[email protected]])
22

33
AC_SUBST(NAMEVER, AC_PACKAGE_TARNAME()-AC_PACKAGE_VERSION())
44

0 commit comments

Comments
 (0)