Skip to content

Commit c5e0b59

Browse files
committed
release 4.1.0
Signed-off-by: Hans Zandbelt <[email protected]>
1 parent ee10729 commit c5e0b59

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
08/08/2025
2+
- release 4.1.0
3+
14
09/16/2024
25
- add JWT handler wih optional JQ filtering in liboauth2-sts 4.1.0dev
36
- depend on liboauth2 >= 2.1.0

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT([ngx_sts_module],[4.1.0dev],[[email protected]])
1+
AC_INIT([ngx_sts_module],[4.1.0],[[email protected]])
22

33
AM_INIT_AUTOMAKE([foreign no-define subdir-objects])
44
AC_CONFIG_MACRO_DIRS([m4])
@@ -13,7 +13,7 @@ if test x"$have_nginx" = "xyes" ; then
1313
if test ! -d "$withval"; then
1414
AC_MSG_ERROR([Could not find NGINX. Please specify the path to the NGINX sources using the --with-nginx=/full/path/to/nginx-<version> option.])
1515
else
16-
NGINX_CFLAGS="-I$withval/src/core -I$withval/src/event -I$withval/src/event/modules -I$withval/src/os/unix -I$withval/objs -I$withval/src/http -I$withval/src/http/v2 -I$withval/src/http/modules"
16+
NGINX_CFLAGS="-I$withval/src/core -I$withval/src/event -I$withval/src/event/modules -I$withval/src/event/quic -I$withval/src/os/unix -I$withval/objs -I$withval/src/http -I$withval/src/http/v2 -I$withval/src/http/v3 -I$withval/src/http/modules"
1717
NGINX_LIBS=
1818
CPPFLAGS_SAVE="$CPPFLAGS"
1919
CPPFLAGS="$NGINX_CFLAGS $CPPFLAGS"

0 commit comments

Comments
 (0)