Skip to content

Commit

Permalink
refactor metrics and fix Prometheus output overlap; closes #1161
Browse files Browse the repository at this point in the history
see #1162 and #1160; thanks @studersi; bump to 2.4.15.1rc0

Signed-off-by: Hans Zandbelt <hans.zandbelt@openidc.com>
  • Loading branch information
zandbelt committed Jan 22, 2024
1 parent a0972b8 commit e14de9e
Show file tree
Hide file tree
Showing 4 changed files with 396 additions and 268 deletions.
6 changes: 5 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
01/22/2024
- refactor metrics and fix Prometheus output overlap; closes #1161; see #1162 and #1160; thanks @studersi
- bump to 2.4.15.1rc0

01/17/2024
- use `apr_file_rename` in file backend to fix issue with renaming files on windows
- use `apr_file_rename` in file cache backend to fix issue with renaming files on windows

01/09/2024
- release 2.4.15
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([mod_auth_openidc],[2.4.15],[hans.zandbelt@openidc.com])
AC_INIT([mod_auth_openidc],[2.4.15.1rc0],[hans.zandbelt@openidc.com])

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

Expand Down
Loading

0 comments on commit e14de9e

Please sign in to comment.